Livekit-agents

Latest version: v0.12.19

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

0.12.13

Patch Changes

- Allow shutdown callbacks to take reason - [1475](https://github.com/livekit/agents/pull/1475) ([martin-purplefish](https://github.com/martin-purplefish))


livekit-plugins-turn-detector0.4.1
Patch Changes

- fix incorrect dtype on windows - [1452](https://github.com/livekit/agents/pull/1452) ([jeradf](https://github.com/jeradf))

- adjust default probability cutoff - [1465](https://github.com/livekit/agents/pull/1465) ([jeradf](https://github.com/jeradf))


livekit-plugins-openai0.10.18
Patch Changes

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [1441](https://github.com/livekit/agents/pull/1441) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-google0.10.3
Patch Changes

- Gemini Realtime: Transcribe model audio via gemini api & use latest model as default for google plugin - [1446](https://github.com/livekit/agents/pull/1446) ([jayeshp19](https://github.com/jayeshp19))

- Update to support passing chirp_2 location for other STT credentials - [1098](https://github.com/livekit/agents/pull/1098) ([brightsparc](https://github.com/brightsparc))

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [1441](https://github.com/livekit/agents/pull/1441) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-elevenlabs0.7.13
Patch Changes

- 11labs: ensure websocket connection is closed properly - [1468](https://github.com/livekit/agents/pull/1468) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-deepgram0.6.18
Patch Changes

- chore(Deepgram STT): add nova-3 model to type literal - [1464](https://github.com/livekit/agents/pull/1464) ([chasemcdo](https://github.com/chasemcdo))


livekit-plugins-anthropic0.2.10
Patch Changes

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [1441](https://github.com/livekit/agents/pull/1441) ([jayeshp19](https://github.com/jayeshp19))

0.12.12

Patch Changes

- fix agent transcription could not be disabled - [1448](https://github.com/livekit/agents/pull/1448) ([davidzhao](https://github.com/davidzhao))

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [1441](https://github.com/livekit/agents/pull/1441) ([jayeshp19](https://github.com/jayeshp19))

- support agent.say inside the before_llm_cb - [1460](https://github.com/livekit/agents/pull/1460) ([longcw](https://github.com/longcw))


livekit-plugins-turn-detector0.4.0
Minor Changes

- more accurate, smaller, faster model - [1426](https://github.com/livekit/agents/pull/1426) ([jeradf](https://github.com/jeradf))


livekit-plugins-playai1.0.7
Patch Changes

- PlayAI plugin: bump Python SDK version (fix websockets interrupt handling) - [1427](https://github.com/livekit/agents/pull/1427) ([bryananderson](https://github.com/bryananderson))

- improved TTFB metrics for streaming TTS - [1431](https://github.com/livekit/agents/pull/1431) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-openai0.10.17
Patch Changes

- gemini-realtime: fix input audio sample rate - [1411](https://github.com/livekit/agents/pull/1411) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-google0.10.2
Patch Changes

- gemini-realtime: fix input audio sample rate - [1411](https://github.com/livekit/agents/pull/1411) ([jayeshp19](https://github.com/jayeshp19))

- chore: Replace ValueError with logger.warning for missing GOOGLE_APPLICATION_CREDENTIALS environment variable - [1415](https://github.com/livekit/agents/pull/1415) ([hironow](https://github.com/hironow))


livekit-plugins-elevenlabs0.7.12
Patch Changes

- improved TTFB metrics for streaming TTS - [1431](https://github.com/livekit/agents/pull/1431) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-deepgram0.6.17
Patch Changes

- improved TTFB metrics for streaming TTS - [1431](https://github.com/livekit/agents/pull/1431) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-cartesia0.4.7
Patch Changes

- improved TTFB metrics for streaming TTS - [1431](https://github.com/livekit/agents/pull/1431) ([davidzhao](https://github.com/davidzhao))

0.12.11

Patch Changes

- gemini-realtime: fix input audio sample rate - [1411](https://github.com/livekit/agents/pull/1411) ([jayeshp19](https://github.com/jayeshp19))

- fix(pipeline_agent): clear user transcript when before_llm_cb returns false - [1423](https://github.com/livekit/agents/pull/1423) ([s-hamdananwar](https://github.com/s-hamdananwar))

- fix: fallbackadapter to correctly handle function calls - [1429](https://github.com/livekit/agents/pull/1429) ([davidzhao](https://github.com/davidzhao))

- improved TTFB metrics for streaming TTS - [1431](https://github.com/livekit/agents/pull/1431) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-google0.10.1
Patch Changes

- fix: update default model to chirp2 in google stt & update generate_reply method in gemini realtime - [1401](https://github.com/livekit/agents/pull/1401) ([jayeshp19](https://github.com/jayeshp19))

0.12.10

Patch Changes

- fix false positive interruption tripping up certain LLMs - [1410](https://github.com/livekit/agents/pull/1410) ([davidzhao](https://github.com/davidzhao))

- fix: ensure llm.FallbackAdapter executes function calls - [1409](https://github.com/livekit/agents/pull/1409) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-rime0.2.0
Minor Changes

- inital release - [1377](https://github.com/livekit/agents/pull/1377) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-playai1.0.6
Patch Changes

- fix: Avoid websocket reconnections for each request - [1387](https://github.com/livekit/agents/pull/1387) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-openai0.10.16
Patch Changes

- add generate_reply api for multimodal agent - [1359](https://github.com/livekit/agents/pull/1359) ([longcw](https://github.com/longcw))


livekit-plugins-google0.10.0
Minor Changes

- support gemini LLM - [1382](https://github.com/livekit/agents/pull/1382) ([jayeshp19](https://github.com/jayeshp19))

Patch Changes

- fix: address breaking change from google-genai >= 0.3.0 - [1383](https://github.com/livekit/agents/pull/1383) ([jayeshp19](https://github.com/jayeshp19))

- gemini improvements: exception handling, transcription & Ensure contents.parts is non-empty in gemini contex - [1398](https://github.com/livekit/agents/pull/1398) ([jayeshp19](https://github.com/jayeshp19))

- support transcriber session for user/agent audio - [1321](https://github.com/livekit/agents/pull/1321) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-elevenlabs0.7.11
Patch Changes

- add latest model by 11labs - [1396](https://github.com/livekit/agents/pull/1396) ([jayeshp19](https://github.com/jayeshp19))

0.12.9

Patch Changes

- add generate_reply api for multimodal agent - [1359](https://github.com/livekit/agents/pull/1359) ([longcw](https://github.com/longcw))

- remove aiodns from livekit-agents - [1368](https://github.com/livekit/agents/pull/1368) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-turn-detector0.3.6
Patch Changes

- prevent arbitrarily long inputs being passed to turn detector - [1345](https://github.com/livekit/agents/pull/1345) ([jeradf](https://github.com/jeradf))

- add timeout for EOU inference requests made to the inference process - [1315](https://github.com/livekit/agents/pull/1315) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-playai1.0.5
Patch Changes

- playai: enable streaming TTS - [1340](https://github.com/livekit/agents/pull/1340) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-openai0.10.15
Patch Changes

- support disabling server VAD for OpenAI realtime model - [1347](https://github.com/livekit/agents/pull/1347) ([longcw](https://github.com/longcw))


livekit-plugins-google0.9.1
Patch Changes

- fetch fresh client on update location and small fix for max_session_duration (4 mins) - [1342](https://github.com/livekit/agents/pull/1342) ([jayeshp19](https://github.com/jayeshp19))

- fix Google STT handling of session timeouts - [1337](https://github.com/livekit/agents/pull/1337) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-fal0.2.3
Patch Changes

- publish package - [`ed974f81a2eab7c1b2d7cff3a27c868ddebb45ee`](https://github.com/livekit/agents/commit/ed974f81a2eab7c1b2d7cff3a27c868ddebb45ee) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-elevenlabs0.7.10
Patch Changes

- Add language param to ElevenLabs TTS update_options - [1333](https://github.com/livekit/agents/pull/1333) ([cch41](https://github.com/cch41))


livekit-plugins-cartesia0.4.6
Patch Changes

- update Cartesia plugin default model and voice id - [1346](https://github.com/livekit/agents/pull/1346) ([noahlt](https://github.com/noahlt))


livekit-plugins-azure0.5.3
Patch Changes

- azure speech support all different configs - [1362](https://github.com/livekit/agents/pull/1362) ([longcw](https://github.com/longcw))

- reduces initial delay before model retries - [1337](https://github.com/livekit/agents/pull/1337) ([davidzhao](https://github.com/davidzhao))

0.12.8

Patch Changes

- Fix not awaiting forward task in TTS forwarder, leading to warnings. - [1339](https://github.com/livekit/agents/pull/1339) ([martin-purplefish](https://github.com/martin-purplefish))

- reduces initial delay before model retries - [1337](https://github.com/livekit/agents/pull/1337) ([davidzhao](https://github.com/davidzhao))

- fix the function calls without a text response are not added to chat ctx - [1349](https://github.com/livekit/agents/pull/1349) ([longcw](https://github.com/longcw))

- add timeout for EOU inference requests made to the inference process - [1315](https://github.com/livekit/agents/pull/1315) ([theomonnom](https://github.com/theomonnom))

- support disabling server VAD for OpenAI realtime model - [1347](https://github.com/livekit/agents/pull/1347) ([longcw](https://github.com/longcw))


livekit-plugins-openai0.10.14
Patch Changes

- fix: revert from weakset to list in multimodal for maintaining sessions - [1326](https://github.com/livekit/agents/pull/1326) ([jayeshp19](https://github.com/jayeshp19))

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.