back to all features
orchestration · flagship

Agentic Streaming

Run 20 agents on one task and watch every one at once — live tiles on a bird's‑eye canvas, not buried in text logs. Fan out, stream, converge into a single result.

Active 20 agents · 1 task minutes, not hours
what it is

One task, twenty live agents, one overhead view.

A Parallel node forks one prompt into twenty branches. Each runs its own chain and streams its state onto its own tile. A Merge node converges them back into one result. Three steps:

01 — fan out

Fork into independent branches.

Each branch is a full sub-chain — its own Investigate, Plan, Create — on its own context window and model.

02 — stream live

Every token, on the canvas.

Each agent reports running, paused, done, or error straight onto its tile — no hidden buffer. The whole swarm is legible at a glance.

03 — converge

Synthesize 20 → 1.

An Evaluate pass reconciles every branch — dedup'd, ranked — into one result, ready for Review or Apply.

see it in motion

The bird's-eye canvas.

Hit Run swarm. Tiles light up as agents stream, turn green as they finish, then converge into one result — the same live surface that ships in DISPATCH.

overhead · parallel fan-out idle
Refactor & harden the auth layer Initialiser
Synthesized result Merge · 20 → 1
0 / 20 streaming · 0 done
idle streaming done
why it matters

Throughput you can actually supervise.

Twenty agents is only useful if you can tell, in one glance, whether the swarm is healthy. Agentic Streaming makes parallelism observable: state lives on the canvas, not in a log you scroll after the fact.

  • Catch failures the moment they happen. A red tile is visible instantly — kill, retry, or re-route that one branch without touching the other nineteen.
  • Diversity beats a single best guess. Twenty independent attempts — different models, different temperatures — give the Merge something real to synthesize from.
  • Wall-clock, not work. Twenty branches that would take an hour serially finish in the time of the slowest one.
the chain node types
Initialiserseed task
Parallelfan 1 → 20
Investigate · Plan · Createper branch
Evaluatescore
Merge20 → 1