//! LLM services.
//!
//! Each backend is gated by the feature that supplies its transport dependency,
//! so `--no-default-features` builds pull in only what was asked for.
//! `function_registry` has no external dependencies and is always compiled —
//! `tools` and `dhara` use it unconditionally.
// Gated on `stt-sarvam` rather than a `llm-sarvam` feature: that is the feature
// carrying the reqwest dependency this module needs, and it matches how the
// re-export is gated in lib.rs.
pub use FunctionRegistry;
pub use ;
pub use ;