synaps 0.1.6

Terminal-native AI agent runtime — parallel orchestration, reactive subagents, MCP, autonomous supervision
Documentation
1
2
3
4
5
6
7
8
9
10
//! Engine — shared business logic for both TUI and headless modes.
//!
//! The engine owns the runtime, session, extensions, and event bus.
//! Renderers (chatui TUI, headless chat) call into the engine for
//! all non-visual operations.

pub mod setup;
pub mod commands;
pub mod stream;
pub mod session;