1 2 3 4 5 6 7 8
//! Inference provider implementations //! //! Wraps existing `LlmClient` and `SlmRunner` with the unified `InferenceProvider` trait. #[cfg(feature = "cloud-llm")] pub mod cloud; pub mod slm;