docs: Initial documentation cleanup of parallel agent MVP

This commit is contained in:
2026-02-17 14:30:28 -07:00
parent cdafdff281
commit 7f267a10a1
4 changed files with 13 additions and 76 deletions
-2
View File
@@ -35,8 +35,6 @@ pub struct AgentHandle {
pub join_handle: JoinHandle<Result<AgentResult>>,
}
/// Lives as an `Arc<parking_lot::RwLock<Supervisor>>` alongside GlobalConfig,
/// NOT inside it — avoids adding lock contention to the shared Config.
pub struct Supervisor {
handles: HashMap<String, AgentHandle>,
task_queue: TaskQueue,