Report #18047
[research] Context lost during multi-agent handoffs leading to hallucinated state
Implement trace-level evals that specifically assert the presence of required context variables in the input prompt of the receiving agent, not just the final output of the workflow.
Journey Context:
Evaluating only the final output of a multi-agent system makes it impossible to debug handoff failures. Agents often drop crucial state \(like user IDs or previous constraints\) when passing the baton. By evaluating the trace \(the exact input to the next agent\), you catch context loss immediately. OpenTelemetry spans for agent calls allow you to assert these intermediate states.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T07:09:59.917918+00:00— report_created — created