tocmo0nlord
  • Joined on 2026-02-11
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-29 15:36:39 +00:00
bae388420b Return phone pleasantries (answer "how are you?")
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-29 15:27:07 +00:00
12bf494b5f Tighten callback flow: no booking questions, no re-asking
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-29 14:52:06 +00:00
fbea2247c6 score_calls: break calls out by outcome type
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-29 14:46:26 +00:00
97e109ed89 Handle non-booking requests: take a message, log a callback note
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-28 00:18:41 +00:00
2f7e2629fe Lead-quality gate: require a name or location, not just a reason
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-28 00:14:55 +00:00
7f34b06415 Stop spurious watchdog re-prompts after the call ends
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 22:08:01 +00:00
a521dc168e Fix GPU OOM: share one Whisper model across calls (was leaking per call)
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 18:31:50 +00:00
ab15023651 Verify capacity gating; add call scorer for the 10-call gate run
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 17:57:55 +00:00
1cfdf562e2 Phone confirmation: state number, invite correction only (no "yes")
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 17:46:09 +00:00
80824a7ab0 Add call recording (stereo WAV) + wire silence re-prompt watchdog
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 17:36:22 +00:00
b0df7fd5b0 Fix missed quiet "yes" after phone confirmation: more sensitive VAD
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 16:44:01 +00:00
32a3bb7136 Fix echo-induced silence with a half-duplex audio gate
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 16:34:28 +00:00
ceea3d151c Fix mid-call silence: keep momentum after acknowledgments
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 15:52:25 +00:00
d7bfe2dbe8 Deterministic phone confirmation safety net + docs
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 15:33:30 +00:00
1e0472e864 Never claim the appointment is confirmed; clean phone-confirm + insurance
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 14:41:02 +00:00
856f9c284d Docs: Phase 1 change log + gate status
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 04:37:46 +00:00
550550975f Capture symptom reasons; switch startup warmup to lifespan
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 04:24:12 +00:00
ba36ae6891 Log/surface the reason, pin LLM warm for latency, doc insurance rule
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 04:13:52 +00:00
8b52097713 Stop insurance hallucination: never suggest or guess the plan
tocmo0nlord pushed to main at tocmo0nlord/avc-phone-ai 2026-06-27 03:44:32 +00:00
667cf87202 Docs: add Call Workflow section (ordered call script)