Prerequisites
Prerequisites
Section titled “Prerequisites”Before setting up Loquent for local development, ensure you have:
Required
Section titled “Required”- Rust (latest stable) — Install via rustup
- PostgreSQL — or a Supabase project
- just — command runner (Installation)
API Keys
Section titled “API Keys”- 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
Recommended
Section titled “Recommended”- cargo-watch — for auto-reloading during development
- sqlx-cli — for database migrations
cargo install cargo-watch sqlx-cli