Bug Analysis Chain
Demonstrates a three-stage handoff — analyze, pull the logs, propose a fix.
What it does
Watches Jira for new bugs and runs an autonomous three-agent chain on each — triage → Bug Analysis → Log Analysis → Code Fixing — each reasoning on everything the earlier stages produced and adding a comment to the ticket.
How it works
Watches Jira for new bug tickets and runs an autonomous three-agent chain on each: a plain-AI triage, then the Bug Analysis Agent, the Log Analysis Agent, and the Code Fixing Agent — each reasoning on everything the earlier stages produced and adding its own comment to the ticket. A worked example of deterministic context passing through a 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
Context Passing Chain
Demonstrates context flowing cleanly from one agent to the next.
Agent A · Agent B · Agent C
