tmai-core 0.8.3

Core library for tmai - agent detection, state management, and monitoring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod agents;
pub mod api;
pub mod audit;
pub mod auto_approve;
pub mod command_sender;
pub mod config;
pub mod detectors;
pub mod git;
pub mod ipc;
pub mod monitor;
pub mod session_lookup;
pub mod state;
pub mod teams;
pub mod tmux;
pub mod usage;
pub mod utils;
pub mod wrap;