//! Control-plane routing decision layer for ADF agent dispatch.
//!
//! This module provides a dedicated decision engine for routing agent dispatch
//! requests to the most appropriate provider/model combination based on:
//! - KG routing intent
//! - Provider/model health status
//! - Static configuration fallbacks
//! - Keyword routing fallbacks
//! - Live telemetry (throughput, latency, subscription limits)
//! - Session and weekly usage consumption
//!
//! Telemetry is captured from CLI tool output streams (opencode/claude JSON)
//! and stored durably via terraphim_persistence.
pub use ;
pub use ;
pub use ;