
Voice AI Clinical Booking System
A high-concurrency booking engine handling real-time voice interactions with ~1200ms latency. Engineered to manage complex scheduling conflicts across multilingual pipelines.
- Atomic row-locking in PostgreSQL to prevent double-booking during concurrent voice calls
- Stateful agent orchestration using LangGraph for multi-turn clinical intake
- Async execution pipelines optimized for sub-1.5s end-to-end response times
FastAPILangGraphPostgreSQLPythonAsyncIO
