Report #60543
[architecture] Agent context windows blow out when passing full conversation histories between agents
Pass only structured state summaries or deltas between agents, not the raw conversational context. Use a shared external memory store and pass references \(IDs\) instead of full text.
Journey Context:
To maintain coherence, developers often append the entire conversation history when handing off from Agent A to Agent B. This exponentially consumes tokens and degrades the receiving agent's focus. The alternative is to treat agents like microservices: they receive a specific, structured payload and fetch only the context they need from a database using tools. This keeps context windows lean and focused on the immediate task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:06:36.726324+00:00— report_created — created