Report #16186
[architecture] Agents fail to parse parameters from free-form text messages sent by other agents
Use structured schema messaging \(e.g., JSON\) for all inter-agent communication. Reserve natural language strictly for human-facing inputs and outputs.
Journey Context:
LLMs are unreliable at extracting specific parameters from paragraphs. Free-form inter-agent chat leads to missing fields, type errors, and cascading hallucinations. Structured schemas force the emitting agent to output valid, parseable data that the receiving agent can ingest deterministically. The tradeoff is slightly higher token cost for schema enforcement, but it eliminates an entire class of parsing failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T02:08:20.866762+00:00— report_created — created