Report #75022
[architecture] Context window limits exceeded and token costs exploding because agents pass their entire conversational history to the next agent during handoffs
Pass only a structured scratchpad or summarized state object during handoffs, rather than the raw chat history.
Journey Context:
Agents generate a lot of intermediate reasoning \(Let me try this..., That failed...\). If Agent B receives Agent A's full history, it gets distracted by failed attempts and wastes tokens. Passing a clean, structured state object \(like a Jira ticket with current status, completed steps, and next action\) gives the next agent exactly what it needs without the noise.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:31:16.859009+00:00— report_created — created