# Agent not speaking

**URL:** https://community.livekit.io/t/agent-not-speaking/1077
**Category:** Getting Started
**Created:** [May 11, 2026, 12:52pm UTC](https://community.livekit.io/t/agent-not-speaking/1077 "2026-05-11T12:52:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pro\_Zeb](https://sea1.discourse-cdn.com/flex001/user_avatar/community.livekit.io/pro_zeb/32/425_2.png) [@Pro\_Zeb](https://community.livekit.io/u/Pro_Zeb)
#### Post date: [May 11, 2026, 12:52pm UTC](https://community.livekit.io/t/agent-not-speaking/1077/1 "2026-05-11T12:52:33Z")

</div>

Agent status shows RUNNING but clicking  
Test Call creates no session. Last session  
was at 17:33, region is India West.

---

<div class="post-metadata">

### Author: ![Muhammad\_Usman\_Bashir](https://sea1.discourse-cdn.com/flex001/user_avatar/community.livekit.io/muhammad_usman_bashir/32/1149_2.png) [@Muhammad\_Usman\_Bashir](https://community.livekit.io/u/Muhammad_Usman_Bashir)
#### Post date: [May 11, 2026, 9:52pm UTC](https://community.livekit.io/t/agent-not-speaking/1077/2 "2026-05-11T21:52:36Z")

</div>

@Pro_Zeb, Not enough to diagnose. RUNNING means the worker process is alive, not that dispatches reach it. Check Cloud Agents \>\> Logs around your last Test Call click for an `entrypoint` traceback (missing STT / TTS / LLM keys, import error), and confirm your worker’s `agent_name` matches what Test Call dispatches to.

Share that log slice and the answer is usually obvious.

---

<div class="post-metadata">

### Author: ![darryncampbell](https://sea1.discourse-cdn.com/flex001/user_avatar/community.livekit.io/darryncampbell/32/20_2.png) [@darryncampbell](https://community.livekit.io/u/darryncampbell)
#### Post date: [May 12, 2026, 10:11am UTC](https://community.livekit.io/t/agent-not-speaking/1077/3 "2026-05-12T10:11:01Z")

</div>

> [@Pro\_Zeb](#):
>
> Test Call creates no session.

‘Test Call’ implies you are maybe using agent builder, and that feature is designed to test an agent under development.

You have deployed an agent, so you can use the Agent console to test, with the ‘Start a session’ button. Here is the link: [https://cloud.livekit.io/projects/p\_/agents/console?agentName=assistant&autoStart=false](https://cloud.livekit.io/projects/p_/agents/console?agentName=assistant&autoStart=false)
