agent-works 0.1.2

Batteries-included Agent toolbox built on agent-base — MCP multi-server, Skills, built-in file tools, CLI REPL
Documentation
1
2
3
4
5
pub mod printer;
pub mod repl;

pub use printer::CliEventPrinter;
pub use repl::CliRepl;