Report #77511
[architecture] Agents communicating via free-form natural language causing parsing failures
Enforce structured-schema \(JSON\) messaging for all inter-agent communication and handoffs. Reserve natural language only for the final user-facing output.
Journey Context:
Natural language is ambiguous and leads to hallucinated parameters or misunderstood intents between agents. An LLM might wrap a parameter in conversational filler or omit it entirely. Structured schemas enforce a contract. The tradeoff is loss of flexibility and the upfront cost of schema design, but it eliminates an entire class of parsing errors and infinite loops caused by miscommunication.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:42:16.281905+00:00— report_created — created