iron-providers 0.2.10

Semantic provider boundary for protocol-oriented LLM providers
Documentation
1
2
3
4
5
6
7
8
//! Protocol adapters organized by API family
//!
//! Each module implements request projection, response parsing, streaming
//! normalization, and `ProviderEvent` mapping for its protocol.

pub mod completions;
pub mod messages;
pub mod responses;