tkach 0.4.0

A provider-independent agent runtime for Rust with built-in tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod anthropic;
mod mock;
mod openai_codex;
mod openai_compatible;
mod openai_responses;
mod openai_responses_proto;

pub use anthropic::Anthropic;
pub use mock::Mock;
pub use openai_codex::{CodexCredentials, CodexCredentialsProvider, OpenAICodex};
pub use openai_compatible::OpenAICompatible;
pub use openai_responses::OpenAIResponses;