macot 0.1.13

Multi Agent Control Tower - CLI for orchestrating Claude CLI instances
Documentation
1
2
3
4
5
6
7
8
mod app;
mod manifest_watcher;
mod ui;
pub mod widgets;

pub use app::TowerApp;
#[allow(unused_imports)]
pub use manifest_watcher::{event_is_relevant, ManifestWatcher};