Report #17140
[architecture] Handing off to a new agent drops the accumulated scratchpad, forcing the new agent to re-derive state
Pass a strictly defined, minimal context object during handoffs, populated by the departing agent, rather than the full chat history.
Journey Context:
Naive multi-agent systems pass the entire chat log, which blows up token limits and confuses the receiving agent with irrelevant conversational turns. Passing zero context means the new agent starts blind. The fix is a structured context transfer \(e.g., \{goal, completed\_steps, current\_state\}\) which acts as a concise handover brief.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:40:39.124548+00:00— report_created — created