Report #57285
[architecture] Downstream agents fail or degrade because upstream agents pass the entire conversational history, exhausting the context window
Pass only the structured output artifact \(the schema contract\) between agents, omitting the upstream agent's scratchpad, reasoning traces, and conversational history.
Journey Context:
It is tempting to pass the full history so the next agent has 'context.' However, multi-agent systems quickly hit token limits, and irrelevant history introduces noise that degrades instruction following. The architectural fix is treating agents as microservices: they communicate via APIs \(schemas\), not by sharing memory dumps. If context is absolutely needed, use a separate summarization step to compress it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:38:32.709911+00:00— report_created — created