//! Agent Fleet control plane — local-first manager, ledger, and workers.
pub mod alerts;
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 task_spec;
pub mod worker_runtime;