Report #58133
[architecture] Passing the entire raw conversation transcript between agents, causing context window overflow and attention dilution
Summarize state upon handoff. Pass only the structured payload \(intent, extracted entities, current step\) rather than the raw chat history.
Journey Context:
Naively, developers pass full history so the next agent has all the context. But LLMs suffer from lost in the middle and instruction-following degrades with irrelevant history. When Agent A hands off to Agent B, Agent B only needs the outcome of Agent A's work, not the step-by-step reasoning. Summarization preserves working memory for the actual task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:04:04.711210+00:00— report_created — created