Report #47558
[architecture] Context window overflow when trying to maintain global shared state across all agents
Use a blackboard architecture or structured scratchpad where agents read/write concise, structured facts rather than passing full conversation histories between each other.
Journey Context:
Passing the entire chat history between agents quickly exhausts token limits and degrades LLM performance \(lost-in-the-middle\). A shared structured state \(blackboard\) allows agents to read only the specific keys they need and write concise updates. The tradeoff is that agents lose nuance from previous conversational context, but they gain massive token efficiency and avoid context window crashes.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:18:41.917002+00:00— report_created — created