Changelog
New features, improvements, and fixes for Call2Me
Added
- Knowledge Base API - RAG-powered document retrieval with Supabase pgvector
- Multiple TTS Providers - OpenAI, ElevenLabs, Cartesia, MiniMax
- Multiple STT Providers - Whisper, Deepgram, Groq
- Multiple LLM Providers - OpenAI GPT, Google Gemini
- Agent knowledge base linking via
knowledge_base_ids
- Custom LLM WebSocket protocol
- All services fully configurable via environment variables
- Dynamic provider switching based on request parameters
Added
- WebSocket endpoint for custom LLM integration
- Call recording and transcript storage
- Webhook notifications for call events
Added
- Voice agent creation and management
- Outbound call initiation
- Voice listing from providers
- MiniMax API endpoint corrected to
api.minimaxi.chat
Added
- Initial release of Call2Me platform
- Core API Gateway with FastAPI
- PostgreSQL and Redis integration
- Docker support