Skip to main content

Multi-agent review

Run specialists concurrently, critique their findings, and synthesize one result.

Multi-agent review

Activity responsibilities

ActivityResponsibility
prepare-shared-contextExecute the prepare shared context stage and publish its declared outputs for downstream activities.
research-agentExecute the research agent stage and publish its declared outputs for downstream activities.
code-agentExecute the code agent stage and publish its declared outputs for downstream activities.
domain-agentExecute the domain agent stage and publish its declared outputs for downstream activities.
critic-reviewExecute the critic review stage and publish its declared outputs for downstream activities.
synthesize-answerExecute the synthesize answer stage and publish its declared outputs for downstream activities.
publish-evidenceExecute the publish evidence stage and publish its declared outputs for downstream activities.

Inputs

  • Shared brief
  • Role definitions
  • Source policy

Outputs

  • Specialist findings
  • Critique
  • Final result

Provenance to preserve

  • Context version
  • Per-role traces
  • Accepted claims

Runnable example

This is the complete checked-in bundle for this pattern. Download the environment, scope, topology, workflow, input, container recipe, runner, and validation contract from this page before executing it.

Verified local execution

These captures and the output manifest were produced by the fixture's local Docker run and validator. They are published with the same bundle as the runnable files.

Multi-agent review workflow execution evidence
Workflow evidence
Multi-agent review execution evidence
Execution evidence
Multi-agent review output evidence
Output evidence
Open verified output manifest ↓

Execution considerations

Synthesis waits for terminal specialist states or an explicit partial-result policy. Models and resources may differ by role.

AkôFlow boundary: the engine schedules, deploys, executes, transfers data, and records evidence. The ML or agent framework remains an implementation choice inside each activity.