Report #51132
[frontier] Multi-agent workflows poll each other constantly causing latency and token waste
Use MCP Resource Subscriptions for agent-to-agent streaming: agents subscribe to resources exposed by other agents via \`resources/subscribe\` and receive partial results via server-initiated notifications instead of polling
Journey Context:
Polling creates O\(n²\) traffic patterns and introduces 500ms-2s latency per hop. Webhooks are hard to manage across firewalls. MCP's subscription model uses persistent JSON-RPC streams where the server pushes updates when resources change \(e.g., 'subtask\_status'\). This decouples agents temporally and reduces token overhead by eliminating status-check messages. This is replacing HTTP polling in production multi-agent topologies.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T16:18:50.558908+00:00— report_created — created