Multi-Agent RoutingAGENT
Uses LangGraph to supervise and route policy, escalation, and FAQ nodes dynamically.

A sovereign, full-stack Voice AI Support Platform designed for Indian enterprise scale, combining sub-second multilingual speech-to-text, agentic reasoning, and voice generation.
Customer support at Indian enterprise scale requires handling multiple languages and regional accents under strict latency bounds.
Sarvam Voice addresses this by combining high-speed STT/TTS models, a multi-agent routing graph, and robust event telemetry for seamless sovereign support operations.
// LangGraph intent supervisor routingconst supervisor = async (state) => {const nextNode = await llm.determineRoute(state.lastQuery);return { next: nextNode };};
Uses LangGraph to supervise and route policy, escalation, and FAQ nodes dynamically.
Indic language optimized audio transcription and synthesis under 1.8 seconds.
FastAPI gateway paired with vector RAG and Otel telemetry