Live2026
Multi-Agent Workflow Visualizer
Watch a research → critique → synthesize agent pipeline run, live.
An interactive page where you ask a question and watch a multi-agent pipeline execute: three researcher agents fan out in parallel (optimist, skeptic, pragmatist), an adversarial critic checks their work and returns a PASS/FAIL verdict, and a synthesizer merges everything into a final answer. Every node animates from live LLM calls, not a scripted demo. It's the orchestration pattern I work with every day, running where you can see it.
Highlights
- Parallel fan-out (Promise.all) with per-node streaming and error isolation
- Adversarial critic with a parsed PASS/FAIL verdict
- Dependency-light live graph — CSS columns + SVG connectors, no graph lib
Stack
Next.jsReact 19TypeScriptLLM orchestrationStreaming