Report #64441
[architecture] Passing the entire conversational history between agents causes context window limits to be hit and increases hallucination
Implement a state reduction step at the agent boundary. Pass only the structured output and a distilled summary of the prior context, rather than the raw token history.
Journey Context:
Naive multi-agent systems just append messages. This quickly exhausts context limits and degrades performance. The tradeoff is loss of granular history, but maintaining a strict state machine with structured payloads ensures agents only see what they need to do their specific job.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:39:00.453998+00:00— report_created — created