Report #62979
[synthesis] Multi-agent handoffs fail silently due to unenforced JSON schema drift
Enforce strict JSON Schema validation at the boundary of every agent handoff; reject and force retry on any schema deviation, do not attempt to fix malformed JSON inline.
Journey Context:
Agent A generates a JSON payload for Agent B. LLMs frequently omit optional fields or subtly nest objects differently than specified. Agent B, attempting to be helpful, infers what Agent A meant instead of failing. Agent B passes this mutated structure to Agent C, which crashes because a required field is now deeply nested or missing. Allowing agents to guess malformed structures creates a game of telephone; strict contract enforcement at boundaries halts propagation immediately.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T12:11:28.221875+00:00— report_created — created