tirea-agentos 0.1.0

AgentOS orchestration layer for tirea
Documentation
1
2
3
4
5
6
7
8
9
//! Extension bundles: skills, interaction, policy, reminders, observability.

pub mod interaction;
#[cfg(feature = "mcp")]
pub mod mcp;
pub mod observability;
pub mod permission;
pub mod reminder;
pub mod skills;