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 3 of 7

0.12.7

Patch Changes

- ensure job status updates contain the correct status - [1319](https://github.com/livekit/agents/pull/1319) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-turn-detector0.3.5
Patch Changes

- fix int32/64 errors on Windows - [1285](https://github.com/livekit/agents/pull/1285) ([nbsp](https://github.com/nbsp))


livekit-plugins-playai1.0.4
Patch Changes

- Support PlayAI TTS engine. - [1174](https://github.com/livekit/agents/pull/1174) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-openai0.10.13
Patch Changes

- improved handling of LLM errors, do not retry if already began - [1298](https://github.com/livekit/agents/pull/1298) ([davidzhao](https://github.com/davidzhao))

- make multimodal class generic and support gemini live api - [1240](https://github.com/livekit/agents/pull/1240) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-google0.9.0
Minor Changes

- make multimodal class generic and support gemini live api - [1240](https://github.com/livekit/agents/pull/1240) ([jayeshp19](https://github.com/jayeshp19))

Patch Changes

- fix: Ensure STT exceptions are being propagated - [1291](https://github.com/livekit/agents/pull/1291) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-deepgram0.6.16
Patch Changes

- fix: Ensure STT exceptions are being propagated - [1291](https://github.com/livekit/agents/pull/1291) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-azure0.5.2
Patch Changes

- fix: Ensure STT exceptions are being propagated - [1291](https://github.com/livekit/agents/pull/1291) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-assemblyai0.2.2
Patch Changes

- fix: Ensure STT exceptions are being propagated - [1291](https://github.com/livekit/agents/pull/1291) ([davidzhao](https://github.com/davidzhao))

- assemblyai: encode boost words - [1284](https://github.com/livekit/agents/pull/1284) ([jmugicagonz](https://github.com/jmugicagonz))


livekit-plugins-anthropic0.2.9
Patch Changes

- improved handling of LLM errors, do not retry if already began - [1298](https://github.com/livekit/agents/pull/1298) ([davidzhao](https://github.com/davidzhao))

0.12.6

Patch Changes

- expose worker_id in jobcontext - [1307](https://github.com/livekit/agents/pull/1307) ([s-hamdananwar](https://github.com/s-hamdananwar))

- improved handling of LLM errors, do not retry if already began - [1298](https://github.com/livekit/agents/pull/1298) ([davidzhao](https://github.com/davidzhao))

- Do not pass function context if at max depth - [1306](https://github.com/livekit/agents/pull/1306) ([martin-purplefish](https://github.com/martin-purplefish))

- avoid warnings when function depth matches limit - [1316](https://github.com/livekit/agents/pull/1316) ([davidzhao](https://github.com/davidzhao))

- improve interruption handling, avoid agent from getting stuck - [1290](https://github.com/livekit/agents/pull/1290) ([davidzhao](https://github.com/davidzhao))

- add manual interrupt method for pipeline agent - [1294](https://github.com/livekit/agents/pull/1294) ([longcw](https://github.com/longcw))

- make multimodal class generic and support gemini live api - [1240](https://github.com/livekit/agents/pull/1240) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-turn-detector0.3.4
Patch Changes

- add jinja2 dependency to turn detector - [1277](https://github.com/livekit/agents/pull/1277) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-openai0.10.12
Patch Changes

- fix unknown `metadata` & `store` fields on OpenAI-like API - [1276](https://github.com/livekit/agents/pull/1276) ([theomonnom](https://github.com/theomonnom))

0.12.5

Patch Changes

- make max_endpoint_delay configurable - [1277](https://github.com/livekit/agents/pull/1277) ([davidzhao](https://github.com/davidzhao))

- set USE_DOCSTRING as default for ai_callable - [1266](https://github.com/livekit/agents/pull/1266) ([longcw](https://github.com/longcw))

- fix: do not log process warning when process not found - [1281](https://github.com/livekit/agents/pull/1281) ([davidzhao](https://github.com/davidzhao))

- fix context when functions have been called - [1279](https://github.com/livekit/agents/pull/1279) ([jmugicagonz](https://github.com/jmugicagonz))

0.12.4

Patch Changes

- avoid duplicated chat ctx for function calls with messages - [1254](https://github.com/livekit/agents/pull/1254) ([longcw](https://github.com/longcw))


livekit-plugins-turn-detector0.3.3
Patch Changes

- use quantized onnx version of turn detector model - [1231](https://github.com/livekit/agents/pull/1231) ([jeradf](https://github.com/jeradf))

- use onnxruntime for turn detection and remove pytorch dependency - [1257](https://github.com/livekit/agents/pull/1257) ([jeradf](https://github.com/jeradf))


livekit-plugins-openai0.10.11
Patch Changes

- Moved create_ai_function_info to function_context.py for better reusability and reduce repetation - [1260](https://github.com/livekit/agents/pull/1260) ([jayeshp19](https://github.com/jayeshp19))

- add on_duplicate option for multimodal agent response create - [1204](https://github.com/livekit/agents/pull/1204) ([longcw](https://github.com/longcw))

- Add support for OpenAI's "detail" parameter to ChatImage - [1213](https://github.com/livekit/agents/pull/1213) ([bcherry](https://github.com/bcherry))

Add support for data URLs on ChatImage in the Anthropic plugin.

- filter out empty message for set chat ctx in realtime model - [1245](https://github.com/livekit/agents/pull/1245) ([longcw](https://github.com/longcw))

- fix: correctly parse function argument types - [1221](https://github.com/livekit/agents/pull/1221) ([jayeshp19](https://github.com/jayeshp19))

- add session_updated event for RealtimeSession - [1253](https://github.com/livekit/agents/pull/1253) ([longcw](https://github.com/longcw))

- added llama 3.3 70b to model definitions - [1233](https://github.com/livekit/agents/pull/1233) ([davidzhao](https://github.com/davidzhao))

- update default realtime model to gpt-4o-realtime-preview-2024-12-17 - [1250](https://github.com/livekit/agents/pull/1250) ([davidzhao](https://github.com/davidzhao))

- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [1222](https://github.com/livekit/agents/pull/1222) ([bcherry](https://github.com/bcherry))

Make scale_aspect_fit the new default resizing option for video frames.


livekit-plugins-deepgram0.6.15
Patch Changes

- added streaming audio decoder for compressed audio. - [1236](https://github.com/livekit/agents/pull/1236) ([davidzhao](https://github.com/davidzhao))

- Support Deepgram TTS - [1201](https://github.com/livekit/agents/pull/1201) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-browser0.0.5
Patch Changes

- fix: fix `imgui` setup - [1226](https://github.com/livekit/agents/pull/1226) ([mbukeRepo](https://github.com/mbukeRepo))


livekit-plugins-azure0.5.1
Patch Changes

- fix azure stt language autodetection - [1246](https://github.com/livekit/agents/pull/1246) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-anthropic0.2.8
Patch Changes

- Moved create_ai_function_info to function_context.py for better reusability and reduce repetation - [1260](https://github.com/livekit/agents/pull/1260) ([jayeshp19](https://github.com/jayeshp19))

- Add support for OpenAI's "detail" parameter to ChatImage - [1213](https://github.com/livekit/agents/pull/1213) ([bcherry](https://github.com/bcherry))

Add support for data URLs on ChatImage in the Anthropic plugin.

- fix: correctly parse function argument types - [1221](https://github.com/livekit/agents/pull/1221) ([jayeshp19](https://github.com/jayeshp19))

- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [1222](https://github.com/livekit/agents/pull/1222) ([bcherry](https://github.com/bcherry))

Make scale_aspect_fit the new default resizing option for video frames.

0.12.3

Patch Changes

- Moved create_ai_function_info to function_context.py for better reusability and reduce repetation - [1260](https://github.com/livekit/agents/pull/1260) ([jayeshp19](https://github.com/jayeshp19))

- added streaming audio decoder for compressed audio. - [1236](https://github.com/livekit/agents/pull/1236) ([davidzhao](https://github.com/davidzhao))

- Add JPEG quality param to image encoder - [1249](https://github.com/livekit/agents/pull/1249) ([bcherry](https://github.com/bcherry))

- Add support for OpenAI's "detail" parameter to ChatImage - [1213](https://github.com/livekit/agents/pull/1213) ([bcherry](https://github.com/bcherry))

Add support for data URLs on ChatImage in the Anthropic plugin.

- fix: correctly parse function argument types - [1221](https://github.com/livekit/agents/pull/1221) ([jayeshp19](https://github.com/jayeshp19))

- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [1222](https://github.com/livekit/agents/pull/1222) ([bcherry](https://github.com/bcherry))

Make scale_aspect_fit the new default resizing option for video frames.


livekit-plugins-turn-detector0.3.2
Patch Changes

- improvements to endpointing latency - [1212](https://github.com/livekit/agents/pull/1212) ([davidzhao](https://github.com/davidzhao))

- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-openai0.10.10
Patch Changes

- add `google/gemini-2.0-flash-exp` as default model for vertex - [1214](https://github.com/livekit/agents/pull/1214) ([jayeshp19](https://github.com/jayeshp19))

- emit error event for realtime model - [1200](https://github.com/livekit/agents/pull/1200) ([longcw](https://github.com/longcw))

- fix: return structured output from func calls - [1187](https://github.com/livekit/agents/pull/1187) ([jayeshp19](https://github.com/jayeshp19))

- Handle optional func args in tool calls when set to `None` - [1211](https://github.com/livekit/agents/pull/1211) ([jayeshp19](https://github.com/jayeshp19))

- fix: openai llm retries - [1196](https://github.com/livekit/agents/pull/1196) ([theomonnom](https://github.com/theomonnom))

- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))

- fix: Handle optional func args in tool calls when set to `None` - [1211](https://github.com/livekit/agents/pull/1211) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-deepgram0.6.14
Patch Changes

- enable deepgram filler words by default to improve end of turn accuracy - [1190](https://github.com/livekit/agents/pull/1190) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-azure0.5.0
Minor Changes

- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))


livekit-plugins-anthropic0.2.7
Patch Changes

- fix: return structured output from func calls - [1187](https://github.com/livekit/agents/pull/1187) ([jayeshp19](https://github.com/jayeshp19))

0.12.2

Patch Changes

- improvements to endpointing latency - [1212](https://github.com/livekit/agents/pull/1212) ([davidzhao](https://github.com/davidzhao))

- Improvements to end of turn plugin, ensure STT language settings. - [1195](https://github.com/livekit/agents/pull/1195) ([davidzhao](https://github.com/davidzhao))

- fix duplicated agent speech commit for message with function call - [1192](https://github.com/livekit/agents/pull/1192) ([longcw](https://github.com/longcw))

- fix: Handle optional func args in tool calls when set to `None` - [1211](https://github.com/livekit/agents/pull/1211) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-turn-detector0.3.1
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-turn-detector0.3.0
Minor Changes

- feat: inference process & end of utterance plugin - [1133](https://github.com/livekit/agents/pull/1133) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-silero0.7.4
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-rag0.2.3
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-playht1.0.3
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-playht1.0.2
Patch Changes

- fix(playht): add sample_rate parameter to JSON payload - [1141](https://github.com/livekit/agents/pull/1141) ([imsakg](https://github.com/imsakg))

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))

- feat(playht): add Play3.0-mini engine support - [1140](https://github.com/livekit/agents/pull/1140) ([imsakg](https://github.com/imsakg))


livekit-plugins-openai0.10.9
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-openai0.10.8
Patch Changes

- fix uncatched OAI errors - [1158](https://github.com/livekit/agents/pull/1158) ([theomonnom](https://github.com/theomonnom))

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))

- project id fix for google - [1115](https://github.com/livekit/agents/pull/1115) ([jayeshp19](https://github.com/jayeshp19))

- Add retries to recover from text mode to audio model for realtime API - [1121](https://github.com/livekit/agents/pull/1121) ([longcw](https://github.com/longcw))

- Support for Python 3.13, relaxed Pillow version requirement for 10.x - [1127](https://github.com/livekit/agents/pull/1127) ([davidzhao](https://github.com/davidzhao))

- support for custom tool use in LLMs - [1102](https://github.com/livekit/agents/pull/1102) ([jayeshp19](https://github.com/jayeshp19))

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))

- Add new OpenAI realtime voices - [1116](https://github.com/livekit/agents/pull/1116) ([bcherry](https://github.com/bcherry))

- Expose multimodal agent metrics - [1080](https://github.com/livekit/agents/pull/1080) ([longcw](https://github.com/longcw))

- feat: llm retry & llm.FallbackAdapter - [1132](https://github.com/livekit/agents/pull/1132) ([theomonnom](https://github.com/theomonnom))

- vertex ai support with openai library - [1084](https://github.com/livekit/agents/pull/1084) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-nltk0.7.3
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-minimal0.2.1
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-llama-index0.2.2
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-llama-index0.2.1
Patch Changes

- support for custom tool use in LLMs - [1102](https://github.com/livekit/agents/pull/1102) ([jayeshp19](https://github.com/jayeshp19))

- feat: llm retry & llm.FallbackAdapter - [1132](https://github.com/livekit/agents/pull/1132) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-google0.8.1
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-google0.8.0
Minor Changes

- Add support for google STT chirp_2 model. - [1089](https://github.com/livekit/agents/pull/1089) ([brightsparc](https://github.com/brightsparc))

Patch Changes

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))

- fix: add retry logic for google stt abort exception - [1100](https://github.com/livekit/agents/pull/1100) ([jayeshp19](https://github.com/jayeshp19))

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))

- google STT - use the baseclass resampler - [1106](https://github.com/livekit/agents/pull/1106) ([jayeshp19](https://github.com/jayeshp19))


livekit-plugins-fal0.2.2
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-fal0.2.1
Patch Changes

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-elevenlabs0.7.9
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-elevenlabs0.7.8
Patch Changes

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-deepgram0.6.13
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-deepgram0.6.12
Patch Changes

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))

- Added support for custom deepgram base url - [1137](https://github.com/livekit/agents/pull/1137) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-cartesia0.4.5
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-cartesia0.4.4
Patch Changes

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-browser0.0.4
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-azure0.4.4
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-azure0.4.3
Patch Changes

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))

- azure: support auth entra token for TTS - [1134](https://github.com/livekit/agents/pull/1134) ([nfma](https://github.com/nfma))

- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-assemblyai0.2.1
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-assemblyai0.1.1
Patch Changes

- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-anthropic0.2.6
Patch Changes

- fix release - [1176](https://github.com/livekit/agents/pull/1176) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-anthropic0.2.5
Patch Changes

- support for custom tool use in LLMs - [1102](https://github.com/livekit/agents/pull/1102) ([jayeshp19](https://github.com/jayeshp19))

- feat: llm retry & llm.FallbackAdapter - [1132](https://github.com/livekit/agents/pull/1132) ([theomonnom](https://github.com/theomonnom))

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.