//! Plugin orchestration, sub-agent management, and lifecycle composition for AgentOS.
//!
//! - [`composition`]: agent definitions, builder, registries, and wiring.
//! - [`runtime`]: run preparation, execution, stop policies, and background tasks.
pub use tirea_contract as contracts;
// ── Top-level re-exports for common entry points ────────────────────────
pub use ;
pub use ;