//! Service orchestration layer for the AI domain crate.
//!
//! Contains the top-level [`crate::AiService`] and supporting modules for
//! provider drivers, tool dispatch, structured-output validation, schema
//! transformation, image storage, and config validation.
pub use ;
pub use ;