//! run โ universal, portable, spec-driven inference runtime.
//!
//! Arch: arch/decoder (causal decoder), future: encoder, diffusion.
//! Backends: backend/cpu (reference), backend/wgpu (portable GPU),
//! backend/honeycrisp (Apple Silicon turbo).
//! Future backend: nox (convergent VM).
//!
//! Spec: specs/ in the repo root.
pub use ;
pub use ModelRunner;
pub use GraphRunner;
pub use ;
pub use ;
pub use ;