cargo-ai 0.2.0

Build lightweight AI agents with Cargo. Powered by Rust. Declared in JSON.
1
2
3
4
5
6
pub mod adder;
pub mod loader;
pub mod remover;
pub mod schema;
pub mod settings;
pub mod setup;