refined-appointment-81829
09/19/2025, 7:45 PMrefined-appointment-81829
09/23/2025, 11:16 PMrefined-appointment-81829
10/01/2025, 7:56 PMrefined-appointment-81829
10/02/2025, 12:30 PMechoing-kitchen-90064
10/06/2025, 9:28 PMgifted-family-53487
10/24/2025, 7:05 PMclaude mcp add --transport http livekit-docs <https://docs.livekit.io/mcp> to install it in Claude
Something extra
While the MCP server adds expertise, a good AGENTS.md can add wisdom. So we've added a default AGENTS.md to both of our agent starter templates for Python and Node.js. Use these files so your coding assistant can build LiveKit Agents like a pro:
--> https://github.com/livekit-examples/agent-starter-python
--> https://github.com/livekit-examples/agent-starter-node
If you have any feedback on the MCP server or the updated starter templates, please share it in the new #C09GBJY83C7 channel!echoing-kitchen-90064
11/04/2025, 6:03 PMrefined-appointment-81829
11/04/2025, 6:36 PMlively-winter-88668
11/07/2025, 10:23 AM1.3.0rc1. This is the Python release python, JavaScript will follow shortly.
โข We have improved the console mode with a new look so you can more easily test your agent - try running any of our examples in console mode.
โข We have added a new SessionReport and on_session_end callback, giving you access to the whole chat history at the end of a session. You can see this in action in our drive-thru demo.
โข We have improved our turn detection model to work better for user inputs like email addresses and phone numbers.
โข Our new TaskGroup workflow lets you run multiple tasks concurrently. See this in action in our new SurveyAgent example, which will also demonstrate email capture.
โข We have added a new AgentHandoff class to give you better visibility into multi-agent setups. The session history will now contain entries of type agent_handoff
# Agent on_enter
handoff_items = [
item for item in self.session.history.items if item.type == "agent_handoff"
]
โข We have a new example showing how agents can navigate an IVR system, bank-ivr.lively-winter-88668
11/17/2025, 1:53 PMlively-winter-88668
11/18/2025, 10:12 PMlively-winter-88668
11/24/2025, 1:29 PMrefined-appointment-81829
12/09/2025, 1:59 PMrefined-appointment-81829
12/12/2025, 10:13 PMgifted-family-53487
12/17/2025, 12:12 AMlively-winter-88668
12/18/2025, 4:05 PMToday, we're <https://blog.livekit.io/xai-livekit-partnership-grok-voice-agent-api/
|partnering> with xAI on the <https://x.com/xai/status/2001385958147752255
|launch> of the Grok Voice Agent API, a speech-to-speech model already operating at scale across Grok's family of apps, Tesla vehicles, and Starlink's customer support lines.
With our Grok Voice Agent API plugin in LiveKit Agents for Python, you can create a custom voice agent with the same expressiveness and speed as Grok Voice Mode in just a single line of code. The model supports custom tools calls and has an array of voice options with distinct, humanlike personalities.
Check out our <https://grok.livekit.io/
|live demo> to see the model in action, or visit our <https://docs.livekit.io/agents/integrations/xai/
|docs> on how to get started.Also, check out the video on YouTube:
refined-appointment-81829
12/24/2025, 7:13 PMbright-monitor-66746
12/29/2025, 9:28 PMdry-accountant-99441
02/16/2026, 11:25 PMrefined-appointment-81829
02/20/2026, 2:29 PMnutritious-librarian-12692
02/26/2026, 5:01 PMrefined-appointment-81829
03/03/2026, 4:01 PMmagnificent-art-43333
03/09/2026, 8:48 PMrefined-appointment-81829
03/19/2026, 6:24 PMrefined-appointment-81829
03/26/2026, 3:38 PMlively-winter-88668
04/02/2026, 3:38 PMrefined-appointment-81829
04/03/2026, 6:38 PMlively-winter-88668
05/14/2026, 8:02 AMOutbound phone calls don't always reach a human. Voicemail boxes and IVR menus come up far more often than most teams expect, and some lines never stop ringing. An agent only has a few seconds of the call to gather enough context on how to interact.More here: https://livekit.com/blog/answering-machine-detection Also, check out the demo on YouTube:
lively-winter-88668
05/21/2026, 12:52 PMlively-winter-88668
05/27/2026, 9:01 AM