ai 0.4.0

Simple to use LLM library for Rust with streaming, tool calling, OAuth helpers, and a lightweight agent loop
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod diagnostics;
pub mod event_stream;
pub mod hash;
pub mod headers;
pub(crate) mod http;
pub mod json;
pub mod overflow;
pub(crate) mod sse;
pub(crate) mod time;
pub mod validation;