nymrel_swarm_bus
Send structured message envelopes between AI agents for handoffs, reviews, broadcasts, and telemetry, enabling coordinated multi-agent workflows.
Instructions
Dispatches structured message envelopes across the multi-agent studio task bus for inter-agent coordination (handoffs, reviews, broadcasts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Communication topic / lane subject | |
| payload | Yes | Structured data payload to dispatch | |
| toAgent | Yes | Target recipient agent ID or "*" for studio-wide broadcast | |
| fromAgent | Yes | Sender agent ID (e.g. "codex-sol", "cursor-grok", "claude-opus") | |
| messageType | No | Type of bus message envelope | handoff |