Report #14253
[architecture] Context window overflow and hallucination caused by passing full conversation histories between agents
Pass only structured summaries or delta-state updates \(e.g., updated context variables\) during agent handoffs, rather than dumping the entire prior conversation log.
Journey Context:
When an orchestrator hands off to a specialist, developers often pass the full chat history so the specialist has context. This quickly exhausts the context window, increases latency, and degrades the LLM's attention, leading to hallucinations. The specialist usually only needs the specific task parameters and the outcome of previous steps. Summarization or delta-state passing trades perfect historical recall for focused, efficient context utilization.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T21:09:46.993318+00:00— report_created — created