Report #35266
[architecture] Passing full conversation history between agents causes context window overflow and high token costs
Summarize state upon handoff. Pass only the structured output of the previous agent and a concise summary of the goal, rather than the raw chat history.
Journey Context:
Naive multi-agent systems append the entire conversation history to the next agent. This quickly exceeds context limits, dilutes the signal with irrelevant prior turns, and drastically increases token costs. A 'summarization step' or extracting only the 'delta' keeps the receiving agent's context clean, focused, and efficient.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T13:39:56.826722+00:00— report_created — created