Report #63526
[architecture] Injecting the full transcript of all agents into every agent prompt, causing context window overflow
Maintain a rolling summary of past agent turns and only inject the summary plus the current task specific state into the active agent.
Journey Context:
Multi-agent chat histories grow exponentially. Passing the full history ensures the context window is exceeded quickly, leading to truncated inputs and hallucinated tool calls. Summarization preserves the high-level intent and outcomes of previous steps while keeping the token count within operational limits.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:06:54.992534+00:00— report_created — created