//! 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.
pub use FunctionRegistry;
pub use ;
pub use ;