-
Notifications
You must be signed in to change notification settings - Fork 0
feat: wire runtime multi-agent coordination #205
Copy link
Copy link
Labels
prio:highImportant, should be prioritizedImportant, should be prioritizedscope:large3+ days of work3+ days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent SystemDESIGN_SPEC Section 3 - Agent Systemspec:communicationDESIGN_SPEC Section 5 - Communication ArchitectureDESIGN_SPEC Section 5 - Communication Architecturespec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow EngineDESIGN_SPEC Section 6 - Task & Workflow Enginespec:toolsDESIGN_SPEC Section 11 - Tool & Capability SystemDESIGN_SPEC Section 11 - Tool & Capability Systemtype:featureNew feature implementationNew feature implementation
Description
Summary
Workspace isolation infrastructure exists (engine/workspace/), task decomposition, routing, and assignment are implemented, but the runtime wiring connecting these subsystems for live multi-agent execution is not done.
Design Spec Reference
- §6.8 Concurrent Workspace Isolation — current state note
- §6.9 Task Decomposability & Coordination Topology — current state note
Scope
- Connect
WorkspaceIsolationService+DecompositionService+TaskRoutingService+TaskAssignmentService+ParallelExecutorfor end-to-end multi-agent task execution - Runtime coordination topology selection
- Live workspace creation, agent dispatch, merge orchestration
- Integration with
AgentEngine.run()for multi-agent scenarios
Dependencies
- Centralized state coordination (TaskEngine)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prio:highImportant, should be prioritizedImportant, should be prioritizedscope:large3+ days of work3+ days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent SystemDESIGN_SPEC Section 3 - Agent Systemspec:communicationDESIGN_SPEC Section 5 - Communication ArchitectureDESIGN_SPEC Section 5 - Communication Architecturespec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow EngineDESIGN_SPEC Section 6 - Task & Workflow Enginespec:toolsDESIGN_SPEC Section 11 - Tool & Capability SystemDESIGN_SPEC Section 11 - Tool & Capability Systemtype:featureNew feature implementationNew feature implementation