tkach 0.5.0

Provider-independent Rust agent runtime — streaming, reasoning summaries, prompt caching, and per-call approval gating.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
pub use openai_responses_proto::{OpenAIEffort, OpenAISummary};