HAT / src /engine /mod.rs
Andrew Young
Upload folder using huggingface_hub
8ef2d83 verified
raw
history blame contribute delete
245 Bytes
//! # Engine
//!
//! The orchestration layer that wires everything together.
//!
//! This is where:
//! - Configuration is applied
//! - Adapters are connected to ports
//! - The unified ARMS interface is exposed
mod arms;
pub use arms::Arms;