voice-echo 0.8.0

Voice interface for AI entities via Twilio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Twilio
TWILIO_ACCOUNT_SID=AC...
TWILIO_AUTH_TOKEN=

# Groq (Whisper STT)
GROQ_API_KEY=gsk_...

# ElevenLabs (TTS)
ELEVENLABS_API_KEY=

# API bearer token for /api/* endpoints
# Generate with: openssl rand -hex 32
ECHO_API_TOKEN=

# Public URL where Twilio can reach this server
SERVER_EXTERNAL_URL=https://your-server.example.com