synaps 0.1.2

Terminal-native AI agent runtime — parallel orchestration, reactive subagents, MCP, autonomous supervision
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Core infrastructure — config, session, auth, logging, error types, protocol.

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 compaction;
pub mod chain;
pub mod session_index;