Research library
ZAN-RN-012Concept noteResearch question

Agent trace semantics for real-world AI workflows

An early-stage concept note scoping how agent trace semantics should extend to delegation, hand-off, and multi-agent coordination beyond the single-agent case.

agent tracesdelegationmulti-agentobservability
Technical uncertainty

Whether the span taxonomy developed for single-agent tool use (ZAN-RN-002) still attributes failures correctly once workflows involve delegated sub-agents, shared state, and asynchronous handoffs.

Expected evidence
  • Delegation span taxonomy
  • Multi-agent failure attribution model
  • Comparison against single-agent trace baseline
Next experiment

Instrument a toy multi-agent workflow with a planner and two delegated workers, capture delegation-scoped spans, and test whether a reviewer can attribute a failure to the correct agent without access to raw payloads.

Hypothesis

Delegation-scoped spans, distinct from tool-call spans, are required to reconstruct failures in multi-agent workflows without collapsing separate agents' decisions into a single trace.

Scope

Why single-agent trace semantics are not sufficient

ZAN-RN-002 defined a span taxonomy for tool-using agents. Real-world deployments increasingly delegate subtasks to other agents, which introduces handoff boundaries, shared and forked state, and asynchronous completion that the single-agent model does not represent.

References

Related research