Report #59252
[architecture] Agent routing based on keyword matching instead of confidence scores
Route tasks by having the classifier agent emit a structured confidence score alongside the intent, and route to a fallback or human if confidence is below a threshold.
Journey Context:
Hardcoding keyword routing \(e.g., 'if prompt has refund go to refund\_agent'\) breaks when users phrase things weirdly. LLMs can classify intent but they also hallucinate. Forcing a confidence output allows the orchestrator to catch low-certainty classifications before they send a user down a dead-end agent context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T05:56:39.083729+00:00— report_created — created