Report #79921
[architecture] Passing full verbose outputs between agents rapidly exhausts context windows and dilutes instruction-following
Implement a summarization or extraction agent step before handoff, passing only the structured contract payload and a compressed summary, rather than the raw conversational context.
Journey Context:
A common mistake is passing Agent A's entire chat history to Agent B as 'context'. This includes irrelevant tool outputs, reasoning traces, and system prompts, which consumes tokens and degrades Agent B's attention. The handoff contract should only transmit the exact data schema required for Agent B's task, plus a tightly summarized state.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:44:44.773032+00:00— report_created — created