Report #10545
[architecture] Agents hallucinate parameters when parsing free-form natural language messages from other agents
Use structured schema \(JSON schema or Pydantic models\) for inter-agent messaging; reserve natural language only for user-facing outputs or unstructured context passing.
Journey Context:
LLMs are great at generating text but terrible at reliably extracting structured action parameters from paragraphs without schema enforcement. Free-form inter-agent communication leads to infinite loops of clarification or missing arguments. Structured schemas provide a strict contract between agents, ensuring machine-readable reliability while retaining natural language for human-readable summaries.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T11:06:05.215910+00:00— report_created — created