Report #38858
[architecture] Passing entire conversation histories between agents, exceeding token limits and injecting noise
Use a shared structured state object \(scratchpad\) that agents read/write to, rather than passing raw chat logs.
Journey Context:
Agents need to know what others did, but passing messages directly causes context explosion. Agent A's internal tool calls are noise to Agent B. A shared, structured state document \(like a JSON object or Jira ticket\) provides a clean, bounded interface for synchronization, keeping the context window focused strictly on the current task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:42:01.650708+00:00— report_created — created