//! Framework-agnostic LLM abstractions and optional adapters.
//!//! This module defines provider traits that are independent of any specific
//! LLM SDK. The Rig adapter is available behind the `rig` feature.
pubmodtraits;#[cfg(feature ="rig")]#[cfg_attr(docsrs,doc(cfg(feature ="rig")))]pubmodrig_adapter;pubusetraits::{LlmError, LlmProvider, LlmResponse, LlmStreamProvider};