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
11
pub mod anthropic;
pub mod faux;
pub mod github_copilot;
pub(crate) mod github_copilot_headers;
pub mod openai;
pub mod openai_completions;
pub(crate) mod openai_prompt_cache;
pub mod openai_responses;
pub mod register_builtins;
pub(crate) mod simple_options;
pub(crate) mod transform_messages;