What problem does it solve?
This skill provides a multi-tenant backend gateway that centralizes orchestration of shared voice-processing services (STT, VAD, TTS) while routing tenant-specific queries to the appropriate RAG service for accurate, company-scoped responses.
Core Features & Use Cases
- Orchestrated gateway: coordinates STT, VAD, and TTS to deliver end-to-end voice workflows across multiple tenants.
- Tenant isolation and routing: ensures per-company configuration and directs requests to the correct RAG backend.
- Lightweight interfaces: exposes health and config endpoints and supports real-time streaming via WebSocket.
Quick Start
Install dependencies from requirements.txt and run the FastAPI server (for example, uvicorn app:app --reload). Configure environment variables such as STT_URL, RAG_URL, TTS_URL, VAD_URL, COMPANY, and HTTPX_TIMEOUT as needed. Start any required per-tenant RAG services and, if present, the frontend UI.