1 2 3 4 5
//! API backends: OpenAI / Anthropic / Cohere clients (08 §3). pub mod anthropic; pub mod cohere; pub mod openai;