Report #50998
[architecture] Passing entire conversational history during agent handoffs exhausts context window
Summarize the conversation state into a structured 'handoff brief' rather than passing the raw chat history to the next agent.
Journey Context:
A common mistake is passing the full messages array directly to the next agent. The new agent doesn't need 50 turns of user troubleshooting; it needs the current state, the goal, and the required parameters. Summarization preserves the context window for the new agent's actual work, preventing truncation and loss of recent instructions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T16:04:56.949806+00:00— report_created — created