Multi-Agent Review
Two reviewers run concurrently via<Parallel>, then an aggregator produces a final verdict.
Workflow Definition
Running
How Parallel Works
- All children of
<Parallel>start at the same time. maxConcurrencylimits simultaneous tasks. If omitted, all run at once.- The
Sequencewaits for all parallel tasks to finish before continuing. - Tasks sharing the same output table are disambiguated by
nodeId.
ctx.outputMaybe(schemaKey, { nodeId }):
undefined until their respective tasks complete.