ambi 0.1.7

A flexible, multi-backend, customizable AI agent framework, entirely based on Rust.
Documentation
1
2
3
4
5
pub mod chat_runner;
pub mod rag;
pub mod react;

pub use chat_runner::ChatRunner;