Voice agent that closes the radiology follow-up gap. Decision support only; a radiologist signs off before any patient is contacted.
Read CLAUDE.md first. It is the source of truth for architecture, the safety
invariants, the 5 Claude tools, and lane ownership.
api/orchestrator— Vedant (FastAPI + Claude tools)api/voice— Anish (Deepgram Voice Agent + Twilio + SMS sign-off)supabase/— Anish (schema, realtime, storage)web/— Aditya (Next.js dashboard)
cp .env.example .envand fill keys.- Apply
supabase/schema.sqlto the Supabase Postgres instance. - Each lane runs its own service. Deploy api -> Render, web -> Vercel.
main (protected, PR + 1 review until code freeze), vedant/backend,
anish/voice, aditya/dashboard.