Immigration Voice Assistant

USCIS Policy Navigator with voice. Answers cite the USCIS Policy Manual and Forms Instructions, and can fetch recent news.

USCIS Policy Navigator

What it does

  • Two-way voice via ElevenLabs
  • RAG over USCIS Policy Manual + Forms Instructions
  • News lookups for recent updates
  • Context panel with citations and links

Voice Betting Analyst

Real-time ElevenLabs voice agent with tool calling.

USCIS Policy Navigator

Conversational agent for USCIS Policy Manual + Forms Instructions with citations.

Architecture

Stack

  • Next.js + Tailwind UI at /voice
  • ElevenLabs Agent (GPT‑5) real‑time voice
  • Netlify Functions: tool proxy + WS broker
  • FastAPI backend: schedule, stats, news, YouTube

Data & Tools

  • USCIS Policy Manual + Forms Instructions
  • NewsAPI for immigration policy updates
  • Forms Finder tool with official links
  • Event-driven UI feed for citations/context

Security

  • Token‑secured calls via Netlify Functions
  • Secrets in env: TOOL_TOKEN, MODAL_WEB_URL, NEWS_API_KEY
  • Backend URL hidden behind the proxy
  • Session-aware UI events; no client secrets