e-volv

AI Agents

Coordinateagentsaroundcomplextasks

A coordinator delegates work across specialist agents and synthesizes the result.

Multi-agent sessions run through five phases: init, analysis, delegation, iteration, and completion. The coordinator breaks the problem down, dispatches agents with the right tools, and assembles the final output.

  • delegate_to_agent tool routes work between agents
  • Shared scratchpad and status updates keep execution coherent
  • Use for architecture reviews, incident RCA, and large refactors