Report #62102
[architecture] Handing off to a new agent without providing the results of prior tool executions
Ensure the handoff schema includes a tool\_outputs or artifacts field that carries the exact results of prior tool calls into the new agents context.
Journey Context:
When Agent A queries a database and hands off to Agent B to format the result, if only the users original query is passed, Agent B will attempt to re-query the database. This wastes tokens, increases latency, and risks data inconsistency if the database changed between calls. Passing artifacts explicitly breaks this cycle and ensures idempotency across handoffs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:43:19.525607+00:00— report_created — created