Report #9181
[architecture] Routing a task to a specialized agent without verifying if the primary agent failed, causing silent errors
Implement confidence-aware routing where the orchestrator evaluates a structured success/fail flag or tool output from the agent before deciding to re-route or retry.
Journey Context:
Standard routing assumes the agent succeeds. If Agent A fails to execute a tool, it might just return an apology, which the orchestrator accepts as a final answer. Try/catch in tool execution doesn't catch LLM reasoning failures. The tradeoff is that adding a validation/evaluation step adds latency and an extra LLM call, but it prevents cascading errors and silent failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T07:35:50.959918+00:00— report_created — created