ambi 0.1.3

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

pub use chat::ChatPipeline;