synaps 0.1.4

Terminal-native AI agent runtime — parallel orchestration, reactive subagents, MCP, autonomous supervision
Documentation
1
2
3
pub async fn run(command: String, args: Vec<String>) {
    crate::watcher::run(command, args).await;
}