tkach 0.3.0

A provider-independent agent runtime for Rust with built-in tools
Documentation
1
2
3
4
5
6
7
pub mod anthropic;
mod mock;
mod openai_compatible;

pub use anthropic::Anthropic;
pub use mock::Mock;
pub use openai_compatible::OpenAICompatible;