Report #95401
[architecture] Agents failing to parse instructions or state from other agents due to free-form text communication
Enforce structured-schema messaging \(e.g., JSON Schema\) for all inter-agent communication and handoffs. Treat agent-to-agent transfers as tool calls with strictly defined parameters.
Journey Context:
Allowing agents to chat in natural language seems intuitive but is extremely fragile. The receiving agent will frequently hallucinate missing parameters or misinterpret intent. By forcing handoffs to use structured tool-call interfaces, the emitting agent is constrained by the schema to output valid, parseable data, and the receiving agent gets exactly the typed arguments it expects, eliminating an entire class of parsing errors and broken telephone chains.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:42:32.537979+00:00— report_created — created