//! Concrete [`InferenceProvider`](crate::agent::InferenceProvider) //! implementations. Each provider lives behind its own feature flag so users //! only pull in the HTTP clients they need. #[cfg(feature = "ollama")] pub mod ollama;