ambi 0.2.1

A flexible, multi-backend, customizable AI agent framework, entirely based on Rust.
Documentation
1
2
3
4
5
6
pub mod core;
pub mod pipeline;
pub mod tool;

pub use self::core::{Agent, AgentState};
pub use self::tool::{DynTool, Tool, ToolDefinition, ToolManager};