Report #9968
[architecture] Agent receiving a handoff lacks the conversation history or context variables needed to execute, asking the user to repeat information
Pass a strictly typed, cumulative context object \(a scratchpad or state dictionary\) alongside the task instruction during every handoff, rather than relying on implicit history.
Journey Context:
A common mistake is passing just the latest instruction. The receiving agent starts blind. Passing the full transcript is too expensive/token-heavy. The solution is a curated, structured state object \(like a blackboard\) that accumulates only the necessary facts and variables, ensuring continuity without blowing up the context window.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T09:36:08.169362+00:00— report_created — created