Hi LiveKit team — I’m debugging a voice agent built with Agent Builder and dispatched from our mobile app. The agent connects to the room but never speaks, including in the Builder preview in the dashboard (so this doesn’t look like a client-only issue).
Setup
LiveKit Cloud project on the Build plan
Agent name / dispatch: Jakt (explicit dispatch via AgentDispatchService/CreateDispatch)
Pipeline: STT-LLM-TTS via LiveKit Inference (models configured in Builder; e.g. Deepgram nova-3, OpenAI gpt-5.2-chat, ElevenLabs / Cartesia TTS)
So some inference activity exists, but agent session minutes are almost zero while WebRTC minutes are high. Not sure if that’s expected or a clue.
Questions
What typically causes connected agent + remote audio track but silence, when Builder preview is also silent?
Should we expect agent session minutes to track these calls, or only certain session types (preview vs dispatched production)?
Any known issues with metadata / prompt templates ({{metadata.user_name}}, large conversation_memory) causing the pipeline to fail without obvious UI errors?
Where should we look for errors — Agent insights (production sessions only?), agent worker logs, or a specific dashboard for Inference failures?
Anything on Build plan limits (inference concurrency, agent sessions) that would present as silence rather than a clear error?
Happy to share a session ID / room name / job ID and enable support access if you point us to the right place.
If you have agent insights enabled, can you share the agent’s insights with LiveKit staff and the session ID that you shared?
Go here https://cloud.livekit.io/projects/p_/sessions/ find a session that had the issue and open it. There is an agent insight tab click share->check share with LiveKit staff.
If you have not enabled Agent Insights already, go here https://cloud.livekit.io/projects/p_settings/project scroll down to Data and privacy and enable. It can take some time for it to take effect and you may need to redeploy your agent.
Looks like you are probably out of inference credits? “inference_quota_exceeded”
status: QuotaStatusExceeded’, ‘hint’: ‘LLM token credit quota exhausted. Wait for the next billing cycle or upgrade your plan.’, ‘documentation_url’: https://livekit.com/pricing