Context Passing Chain
Demonstrates context flowing cleanly from one agent to the next.
What it does
A new item is intaken and gated three times. Each approval runs the next agent, which adds its analysis to the SAME row; each later agent sees everything the earlier ones wrote. Three separate observations, chained by a status column — no monolithic pipeline.
How it works
Three small observations chained by a status column: a new item is intaken and gated, then flows through Gate A / Gate B / Gate C — each approval runs the next agent, which adds its analysis to the SAME row. Each later agent sees everything the earlier ones wrote. A demo of context passing across three human-gated agents without a single monolithic pipeline.
The team
Import into StudioX
- Download the
.sxmfile. - In StudioX → Missions → Import, drop the file.
- Review, finalize, and it's live — chat to it or enable the observation.
Reviews
More in Patterns · Demos
Random Agent Chain
Demonstrates dynamic routing — agents chosen on the fly, gated in the queue.
Agent A · Agent B · Agent C
Bug Analysis Chain
Demonstrates a three-stage handoff — analyze, pull the logs, propose a fix.
Bug Analysis Agent · Log Analysis Agent · Code Fixing Agent
