Expand description
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.
Re-exports§
pub use composition::AgentDefinition;pub use composition::AgentOsBuilder;pub use composition::RegistrySet;pub use composition::ToolBehaviorBundle;pub use runtime::AgentOs;pub use runtime::AgentOsRunError;pub use runtime::PreparedRun;pub use runtime::RunStream;pub use tirea_contract as contracts;
Modules§
- composition
- engine
- Pure engine helpers and state-transition logic.
- extensions
- Extension bundles: skills, policy, reminders, observability.
- runtime