codewhale-tui 0.8.63

Terminal UI for open-source and open-weight coding models
1
2
3
4
5
6
7
8
9
10
//! Agent Fleet control plane — local-first manager, ledger, and workers.

pub mod alerts;
pub mod executor;
pub mod host;
pub mod ledger;
pub mod manager;
pub mod scheduler;
pub mod task_spec;
pub mod worker_runtime;