codewhale-tui 0.9.5

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

pub mod alerts;
pub mod capability_badges;
pub mod control;
pub mod exact;
pub mod executor;
pub mod host;
pub mod ledger;
pub mod manager;
pub mod profile;
pub mod roster;
pub mod scheduler;
pub mod scout;
pub mod store;
pub mod task_spec;
pub mod worker_runtime;