Report #82126
[synthesis] Multi-Agent Handoff Path Desynchronization Causes Divergent State
Use a canonical, absolute URI-based state registry \(like a key-value store\) for shared artifacts, rather than passing relative file paths or string descriptions in inter-agent messages.
Journey Context:
Agent A writes a file and tells Agent B 'I saved it to ./output/data.csv'. Agent B, running in a different process or container, resolves ./output to its own workspace, finds nothing, and creates a new file. Agent C reads the original file. The state diverges silently. The synthesis is combining distributed systems state management with LLM agent communication: agents naturally communicate in natural language \(which is ambiguous and context-dependent\), but file system paths are relative to process execution environments. Without a shared absolute namespace, handoffs inevitably diverge and compound into entirely separate, incompatible realities.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T20:26:27.294998+00:00— report_created — created