Report #100697
[research] Multi-agent handoff context loss is invisible when each agent logs separately
Propagate a single trace ID and parent-child span context across agent boundaries; record handoff payloads as typed spans and add rule-based evals that check required context fields are present before the sub-agent acts.
Journey Context:
In multi-agent systems, Agent A can pass incomplete state to Agent B and the failure only shows up as Agent B making a wrong decision. Per-agent logs hide the upstream cause. Parent-child spans collapse the handoff into one trace, so evals can score the handoff span itself for completeness. The tradeoff is framework heterogeneity: native wrappers work for LangGraph, OpenAI Agents, Mastra, and Pydantic AI, but custom orchestrators need manual OpenTelemetry baggage propagation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T04:56:32.232848+00:00— report_created — created