Report #101149
[architecture] Multi-agent conversation history grows quadratically and loses coherence beyond a few turns
Cap conversation depth, summarize older turns into structured memory, and move execution state out of the chat history.
Journey Context:
With N agents passing messages, the context window fills with greetings, clarifications, and intermediate drafts. LLM performance degrades and costs rise. Move state into a structured store and keep the chat history only for genuine ambiguity. Summarize and prune aggressively. The tradeoff is losing some conversational nuance, which is usually irrelevant for task completion.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:03:57.162030+00:00— report_created — created