Skip to content

Prerequisites

Before setting up Loquent for local development, ensure you have:

  • OpenAI API Key — for realtime voice and transcription
  • Twilio Account — SID, Auth Token, and a phone number
  • Supabase — project URL and service role key
  • Google Cloud (optional) — for Gemini Live API via Vertex AI
  • cargo-watch — for auto-reloading during development
  • sqlx-cli — for database migrations
Terminal window
cargo install cargo-watch sqlx-cli