Report #8815
[architecture] Passing the entire conversation history to every agent in a workflow causing context window overflow
Implement state summarization or selective context passing. Only pass the schema-relevant state variables, not the raw chat logs, during handoffs.
Journey Context:
Naive multi-agent systems just append messages to a shared list. This O\(n\) context growth destroys the LLM's ability to focus and quickly hits token limits. You need a context compressor or strict state interface between agents. The tradeoff is that summarization loses nuance, but losing nuance is better than hitting a hard context limit and failing entirely.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T06:37:13.312263+00:00— report_created — created