tmai-core 0.8.2

Core library for tmai - agent detection, state management, and monitoring
Documentation
1
2
3
4
5
6
7
8
mod subagent;
mod types;

pub use subagent::{Subagent, SubagentStatus, SubagentType};
pub use types::{
    AgentMode, AgentStatus, AgentTeamInfo, AgentType, ApprovalType, DetectionSource,
    MonitoredAgent, TeamTaskSummaryItem,
};