Skip to content

feat: wire runtime multi-agent coordination #205

@Aureliolo

Description

@Aureliolo

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 + ParallelExecutor for 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    prio:highImportant, should be prioritizedscope:large3+ days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent Systemspec:communicationDESIGN_SPEC Section 5 - Communication Architecturespec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow Enginespec:toolsDESIGN_SPEC Section 11 - Tool & Capability Systemtype:featureNew feature implementation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions