Report #49507
[architecture] Agent loses conversation context and prior reasoning after a handoff
Pass a structured handoff summary or maintain a globally shared scratchpad that accumulates all agent actions, rather than starting the new agent with only the user's latest message.
Journey Context:
A naive handoff just invokes the new agent with the user's latest message. The new agent lacks the intermediate reasoning \(e.g., 'I checked the DB and the user exists'\). You must inject a summary of the previous agent's actions into the new agent's system prompt or initial message. Alternatively, use a shared state object that accumulates the full history of all agent actions, which every agent reads on invocation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T13:34:34.960618+00:00— report_created — created