ferryllm 0.3.0

Universal LLM protocol middleware for OpenAI, Anthropic, Claude Code, and OpenAI-compatible backends.
Documentation
1
2
3
4
5
6
pub mod anthropic;
#[cfg(feature = "gemini")]
pub mod gemini;
pub mod openai;
#[cfg(feature = "openai-responses")]
pub mod openai_responses;