ANA — Automated Call Notes Assistant
Real-time call summarization for every customer-care call. A service subscribes to a Genesys websocket and logs each call as it ends; a Windows worker service then calls my .NET Web API, pulls the transcript, and runs an LLM summary plus a “Why Customers Call” classification into SQL Server. Built for concurrency — 200 calls per cycle, idempotent, DB-locked against duplicates — with guardrails to keep PII out of every note.
