//! Ecosystem Integration (Phase 9)
//!
//! This module provides integrations with other PAIML stack components:
//! - **Batuta**: GPU pricing and queue management
//! - **Realizar**: GGUF model export with quantization
//! - **Ruchy**: Session bridge for preserving training history
//!
//! ## Toyota Way Principles
//!
//! - **Jidoka**: Automatic fallback when services are unavailable
//! - **Just-in-Time**: Queue-aware ETA adjustments
//! - **Kaizen**: Provenance tracking for continuous improvement
pub use ;
pub use ;
pub use ;