Report #14838
[architecture] Exceeding context window limits or degrading agent focus by passing the entire raw conversation history during agent handoffs
Pass only a distilled structured state snapshot \(extracted entities, intent, current step\) rather than the full transcript, or use an LLM to summarize the history before handing off.
Journey Context:
Naively passing the whole chat history seems necessary for context, but it quickly fills the context window with irrelevant back-and-forth, increases latency, and degrades the receiving agent's instruction-following accuracy. Distilling the state forces explicit context management and keeps the receiving agent focused.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T22:37:20.728521+00:00— report_created — created