Livekit-agents

Latest version: v0.11.3

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

Scan your dependencies

Page 3 of 4

0.8.9

Patch Changes

- Introduce easy api for starting tasks for remote participants - [679](https://github.com/livekit/agents/pull/679) ([keepingitneil](https://github.com/keepingitneil))

- update livekit to 0.14.0 and await tracksubscribed - [678](https://github.com/livekit/agents/pull/678) ([nbsp](https://github.com/nbsp))

0.8.8

[v0.7.x to v0.8.x migration guide](https://github.com/livekit/agents/blob/main/0.8-migration-guide.md)

Patch Changes

- fix uninitialized SpeechHandle error on interruption - [665](https://github.com/livekit/agents/pull/665) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: avoid stacking assistant replies when allow_interruptions=False - [667](https://github.com/livekit/agents/pull/667) ([theomonnom](https://github.com/theomonnom))

- fix: disconnect event may now have a arguments - [668](https://github.com/livekit/agents/pull/668) ([theomonnom](https://github.com/theomonnom))

- Add ServerMessage.termination handler - [635](https://github.com/livekit/agents/pull/635) ([nbsp](https://github.com/nbsp))


livekit-plugins-nltk0.7.2
Patch Changes

- fix another semver break - [659](https://github.com/livekit/agents/pull/659) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-browser0.0.2
Patch Changes

- livekit-plugins-browser: prepare for release - [659](https://github.com/livekit/agents/pull/659) ([theomonnom](https://github.com/theomonnom))

0.8.7

Patch Changes

- voiceassistant: fix llm not having the full chat context on bad interruption timing - [659](https://github.com/livekit/agents/pull/659) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-silero0.6.4
Patch Changes

- silero: adjust vad activation threshold - [639](https://github.com/livekit/agents/pull/639) ([theomonnom](https://github.com/theomonnom))

- silero: fix vad padding & static audio - [631](https://github.com/livekit/agents/pull/631) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-rag0.2.2
Patch Changes

- rag: fix backward compatibility - [629](https://github.com/livekit/agents/pull/629) ([afigar](https://github.com/afigar))


livekit-plugins-openai0.8.1
Patch Changes

- add support for Ollama, Perplexity, Fireworks, Octo, Together, and Groq LLMs through the OpenAI API - [611](https://github.com/livekit/agents/pull/611) ([nbsp](https://github.com/nbsp))

- allow sending user IDs - [633](https://github.com/livekit/agents/pull/633) ([nbsp](https://github.com/nbsp))

- Support OpenAI Assistants API as a beta feature under `livekit.plugins.openai.beta` - [601](https://github.com/livekit/agents/pull/601) ([keepingitneil](https://github.com/keepingitneil))
Add \_metadata to ChatCtx and ChatMessage which can be used (in the case of OpenAI assistants) for bookeeping to sync local state with remote, OpenAI state


livekit-plugins-nltk0.7.1
Patch Changes

- Revert "nltk: fix broken punkt download" - [630](https://github.com/livekit/agents/pull/630) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-deepgram0.6.5
Patch Changes

- deepgram: fallback to nova-2-general when the language isn't supported - [623](https://github.com/livekit/agents/pull/623) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-cartesia0.4.1
Patch Changes

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [608](https://github.com/livekit/agents/pull/608) ([keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

0.8.6

[v0.7.x to v0.8.x migration guide](https://github.com/livekit/agents/blob/main/0.8-migration-guide.md)

Patch Changes

- voiceassistant: fix will_synthesize_assistant_reply race - [638](https://github.com/livekit/agents/pull/638) ([theomonnom](https://github.com/theomonnom))

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [608](https://github.com/livekit/agents/pull/608) ([keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

- silero: adjust vad activation threshold - [639](https://github.com/livekit/agents/pull/639) ([theomonnom](https://github.com/theomonnom))

- limit simultaneous process initialization - [621](https://github.com/livekit/agents/pull/621) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: remove fade effect when interrupting 622 - [623](https://github.com/livekit/agents/pull/623) ([theomonnom](https://github.com/theomonnom))

- ipc improvements, fix slow shutdown & cleanup leaked resources - [607](https://github.com/livekit/agents/pull/607) ([theomonnom](https://github.com/theomonnom))

- ipc: use our own duplex instead of mp.Queue - [634](https://github.com/livekit/agents/pull/634) ([theomonnom](https://github.com/theomonnom))

- Support OpenAI Assistants API as a beta feature under `livekit.plugins.openai.beta` - [601](https://github.com/livekit/agents/pull/601) ([keepingitneil](https://github.com/keepingitneil))
Add \_metadata to ChatCtx and ChatMessage which can be used (in the case of OpenAI assistants) for bookeeping to sync local state with remote, OpenAI state

- llm: fix optional arguments & non-hashable list - [637](https://github.com/livekit/agents/pull/637) ([theomonnom](https://github.com/theomonnom))

- silero: fix vad padding & static audio - [631](https://github.com/livekit/agents/pull/631) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-google0.6.2
Patch Changes

- stt/tts: fix unread inputs when the input channel is closed - [594](https://github.com/livekit/agents/pull/594) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-elevenlabs0.7.3
Patch Changes

- elevenlabs: fix send_task not closing properly - [596](https://github.com/livekit/agents/pull/596) ([theomonnom](https://github.com/theomonnom))

- Fix elevenlabs voice settings breaking - [586](https://github.com/livekit/agents/pull/586) ([nbsp](https://github.com/nbsp))


livekit-plugins-deepgram0.6.4
Patch Changes

- deepgram: add support for keywords boost/penalty - [599](https://github.com/livekit/agents/pull/599) ([theomonnom](https://github.com/theomonnom))

- fix log warnings & cartesia end of speech - [603](https://github.com/livekit/agents/pull/603) ([theomonnom](https://github.com/theomonnom))

- stt/tts: fix unread inputs when the input channel is closed - [594](https://github.com/livekit/agents/pull/594) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-cartesia0.3.0
Minor Changes

- cartesia: correctly add spaces & fix tests - [591](https://github.com/livekit/agents/pull/591) ([theomonnom](https://github.com/theomonnom))

Patch Changes

- fix log warnings & cartesia end of speech - [603](https://github.com/livekit/agents/pull/603) ([theomonnom](https://github.com/theomonnom))

- stt/tts: fix unread inputs when the input channel is closed - [594](https://github.com/livekit/agents/pull/594) ([theomonnom](https://github.com/theomonnom))

- Adds websockets streaming to Cartesia plugin - [544](https://github.com/livekit/agents/pull/544) ([sauhardjain](https://github.com/sauhardjain))

0.8.5

[v0.7.x to v0.8.x migration guide](https://github.com/livekit/agents/blob/main/0.8-migration-guide.md)

Patch Changes

- add support for optional arguments on ai_callable functions - [600](https://github.com/livekit/agents/pull/600) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: correctly export AssistantTranscriptionOptions - [598](https://github.com/livekit/agents/pull/598) ([theomonnom](https://github.com/theomonnom))

- fix: log levelname not present when using the start subcommand - [602](https://github.com/livekit/agents/pull/602) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: fix incomplete committed agent transcript in the chat_ctx - [595](https://github.com/livekit/agents/pull/595) ([theomonnom](https://github.com/theomonnom))

- cartesia: correctly add spaces & fix tests - [591](https://github.com/livekit/agents/pull/591) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-silero0.6.3
Patch Changes

- silero: fix high cpu usage - [569](https://github.com/livekit/agents/pull/569) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-rag0.2.1
Patch Changes

- rag: add missing logger file - [571](https://github.com/livekit/agents/pull/571) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-openai0.8.0
Minor Changes

- openai: use openai client for stt - [583](https://github.com/livekit/agents/pull/583) ([theomonnom](https://github.com/theomonnom))

Patch Changes

- openai: add api_key argument - [580](https://github.com/livekit/agents/pull/580) ([theomonnom](https://github.com/theomonnom))

- openai: fix incorrect API urls on Windows - [575](https://github.com/livekit/agents/pull/575) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-elevenlabs0.7.2
Patch Changes

- elevenlabs: update default model to eleven_turbo_v2_5 - [578](https://github.com/livekit/agents/pull/578) ([theomonnom](https://github.com/theomonnom))

- gracefully error on non-PCM data - [567](https://github.com/livekit/agents/pull/567) ([nbsp](https://github.com/nbsp))


livekit-plugins-deepgram0.6.3
Patch Changes

- deepgram: update default model to nova-2-conversationalai - [576](https://github.com/livekit/agents/pull/576) ([theomonnom](https://github.com/theomonnom))

0.8.4

[v0.7.x to v0.8.x migration guide](https://github.com/livekit/agents/blob/main/0.8-migration-guide.md)

Patch Changes

- voiceassistant: only commit the spoken words in the chat context. - [589](https://github.com/livekit/agents/pull/589) ([theomonnom](https://github.com/theomonnom))

- use aiodns by default - [579](https://github.com/livekit/agents/pull/579) ([theomonnom](https://github.com/theomonnom))

- voice_assistant: fix missing spaces between transcript chunks - [566](https://github.com/livekit/agents/pull/566) ([egoldschmidt](https://github.com/egoldschmidt))

- voiceassistant: fix transcription being fully sent even when interrupted - [581](https://github.com/livekit/agents/pull/581) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: fix AssertionError when there is no user_question - [582](https://github.com/livekit/agents/pull/582) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: fix speech validation cancellation - [584](https://github.com/livekit/agents/pull/584) ([theomonnom](https://github.com/theomonnom))

- voiceassistant: fix synthesis continuing after interruption - [588](https://github.com/livekit/agents/pull/588) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-silero0.6.2
Patch Changes

- silero: tiny tweaks - [565](https://github.com/livekit/agents/pull/565) ([theomonnom](https://github.com/theomonnom))

- silero: optimize numpy input buffers - [550](https://github.com/livekit/agents/pull/550) ([theomonnom](https://github.com/theomonnom))

- silero: bring back expfilter - [562](https://github.com/livekit/agents/pull/562) ([theomonnom](https://github.com/theomonnom))


livekit-plugins-deepgram0.6.2
Patch Changes

- deepgram: reduce chunks size to 100ms - [561](https://github.com/livekit/agents/pull/561) ([theomonnom](https://github.com/theomonnom))

- deepgram: segment audio frames into 200ms intervals before sending to the websocket 549 - [553](https://github.com/livekit/agents/pull/553) ([theomonnom](https://github.com/theomonnom))

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.