Operational proof
The repo already shows a real system boundary, not just a prompt. The system exposes a FastAPI `/ws/call` voice service, coordinates ASR and TTS around an explicit state machine, persists answers and transcripts in a session layer, and returns structured results for downstream operators. It also carries the telephony-specific safeguards that real calls need: playback-complete waits, echo-tail suppression, silent-input hallucination filtering, and retry-aware confirmations.