cargo-ai 0.3.0

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