Files
telegram-ai-support/src/routes
kappa 1ebe765691 Replace pattern-based agent routing with AI intent classification
Instead of regex patterns to detect user intent, use a lightweight AI
call (classifyIntent) that categorizes messages into troubleshoot,
onboarding, billing, asset, or general. This catches ambiguous
expressions like "example.com 좀 봐주세요" that patterns would miss.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 02:38:55 +09:00
..