Skip to main content

tmai_core/
lib.rs

1pub mod agents;
2pub mod api;
3pub mod audit;
4pub mod auto_approve;
5pub mod command_sender;
6pub mod config;
7pub mod detectors;
8pub mod git;
9pub mod ipc;
10pub mod monitor;
11pub mod session_lookup;
12pub mod state;
13pub mod teams;
14pub mod tmux;
15pub mod utils;
16pub mod wrap;