synaps-core 0.3.1

Foundation types, config, session, auth, protocol — leaf crate for agent-runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Core infrastructure — config, session, auth, logging, error types, protocol.

pub mod shell_config;
pub mod config;
pub mod session;
pub mod auth;
pub mod logging;
pub mod protocol;
pub mod error;
pub mod watcher_types;
pub mod models;
pub mod chain;
pub mod session_index;
pub mod rpc_protocol;
pub mod rpc_dispatch;
pub mod stream_types;