1//! Core loop/runtime crate for agent execution. 2#![allow(missing_docs)] 3 4pub use tirea_contract as contracts; 5pub mod engine; 6pub mod runtime;