ambi 0.2.0

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

pub use chat_runner::ChatRunner;