//! 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.
//! - [`extensions`]: feature-gated bridges to permission, reminder, skills, observability, and MCP.
pub use tirea_contract as contracts;
// ── Top-level re-exports for common entry points ────────────────────────
pub use ;
pub use ;