sofos 0.2.3

An interactive AI coding agent for your terminal
1
2
3
4
5
6
pub mod client;
pub mod config;
pub mod manager;
pub mod protocol;

pub use manager::McpManager;