Report #26213
[architecture] Passing full conversational history between agents causes context window overflow and distracts downstream agents
At the agent boundary, do not pass the raw history. Pass only a structured summary or the exact artifact \(JSON, code\) produced by the previous agent.
Journey Context:
It is easy to treat agents as a single continuous conversation. But context windows are finite and attention degrades with length \(lost in the middle\). Tradeoff: Summarization loses granular details. However, it keeps the downstream agent focused and within token limits, preventing hallucinations from irrelevant context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T22:24:02.855683+00:00— report_created — created