From 5dcbb7b239897360e9640661af25996b88a133f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:50:55 +0000 Subject: [PATCH] Version Packages --- .changeset/configurable-tts-stall-timeout.md | 5 ---- .changeset/deepgram-stt-redact.md | 5 ---- .changeset/default-user-span-time.md | 5 ---- .changeset/elevenlabs-chunk-schedule.md | 5 ---- .../elevenlabs-language-text-normalization.md | 5 ---- .changeset/gentle-pipelines-wait.md | 5 ---- .changeset/google-llm-service-tier.md | 5 ---- .changeset/google-realtime-abortable-queue.md | 6 ---- ...oogle-realtime-tool-behavior-scheduling.md | 5 ---- .changeset/grumpy-monkeys-invent.md | 5 ---- .changeset/healthy-tomatoes-sort.md | 5 ---- .changeset/inference-stt-metadata.md | 9 ------ .changeset/lazy-carrots-change.md | 5 ---- .../livekit-eou-skip-system-messages.md | 5 ---- .changeset/lucky-ladybugs-sell.md | 5 ---- .changeset/neuphonic-ws-header-auth.md | 5 ---- ...nai-baseten-tts-close-cancels-synthesis.md | 6 ---- .changeset/openai-with-ollama-defaults.md | 5 ---- .changeset/quiet-configs-report.md | 5 ---- .changeset/rime-streaming-response.md | 5 ---- .changeset/sarvam-stt-vad-params.md | 5 ---- .changeset/shaggy-buckets-cheer.md | 5 ---- .changeset/shiny-pumpkins-explain.md | 5 ---- .changeset/smart-spiders-persist.md | 5 ---- .changeset/unlucky-owls-shave.md | 5 ---- .changeset/young-seals-smash.md | 6 ---- agents/CHANGELOG.md | 30 +++++++++++++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++ plugins/anam/package.json | 2 +- plugins/assemblyai/package.json | 2 +- plugins/baseten/package.json | 2 +- plugins/bey/CHANGELOG.md | 7 +++++ plugins/bey/package.json | 2 +- plugins/cartesia/CHANGELOG.md | 7 +++++ plugins/cartesia/package.json | 2 +- plugins/cerebras/package.json | 2 +- plugins/deepgram/CHANGELOG.md | 11 +++++++ plugins/deepgram/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 11 +++++++ plugins/elevenlabs/package.json | 2 +- plugins/fishaudio/package.json | 2 +- plugins/google/CHANGELOG.md | 15 ++++++++++ plugins/google/package.json | 2 +- plugins/hedra/package.json | 2 +- plugins/hume/package.json | 2 +- plugins/inworld/package.json | 2 +- plugins/lemonslice/package.json | 2 +- plugins/liveavatar/package.json | 2 +- plugins/livekit/CHANGELOG.md | 11 +++++++ plugins/livekit/package.json | 2 +- plugins/minimax/package.json | 2 +- plugins/mistral/package.json | 2 +- plugins/mistralai/package.json | 2 +- plugins/neuphonic/CHANGELOG.md | 9 ++++++ plugins/neuphonic/package.json | 2 +- plugins/openai/CHANGELOG.md | 13 ++++++++ plugins/openai/package.json | 2 +- plugins/phonic/package.json | 2 +- plugins/resemble/CHANGELOG.md | 7 +++++ plugins/resemble/package.json | 2 +- plugins/rime/CHANGELOG.md | 9 ++++++ plugins/rime/package.json | 2 +- plugins/runway/package.json | 2 +- plugins/sarvam/package.json | 2 +- plugins/silero/CHANGELOG.md | 7 +++++ plugins/silero/package.json | 2 +- plugins/test/CHANGELOG.md | 7 +++++ plugins/test/package.json | 2 +- plugins/trugen/package.json | 2 +- plugins/xai/package.json | 2 +- 71 files changed, 182 insertions(+), 168 deletions(-) delete mode 100644 .changeset/configurable-tts-stall-timeout.md delete mode 100644 .changeset/deepgram-stt-redact.md delete mode 100644 .changeset/default-user-span-time.md delete mode 100644 .changeset/elevenlabs-chunk-schedule.md delete mode 100644 .changeset/elevenlabs-language-text-normalization.md delete mode 100644 .changeset/gentle-pipelines-wait.md delete mode 100644 .changeset/google-llm-service-tier.md delete mode 100644 .changeset/google-realtime-abortable-queue.md delete mode 100644 .changeset/google-realtime-tool-behavior-scheduling.md delete mode 100644 .changeset/grumpy-monkeys-invent.md delete mode 100644 .changeset/healthy-tomatoes-sort.md delete mode 100644 .changeset/inference-stt-metadata.md delete mode 100644 .changeset/lazy-carrots-change.md delete mode 100644 .changeset/livekit-eou-skip-system-messages.md delete mode 100644 .changeset/lucky-ladybugs-sell.md delete mode 100644 .changeset/neuphonic-ws-header-auth.md delete mode 100644 .changeset/openai-baseten-tts-close-cancels-synthesis.md delete mode 100644 .changeset/openai-with-ollama-defaults.md delete mode 100644 .changeset/quiet-configs-report.md delete mode 100644 .changeset/rime-streaming-response.md delete mode 100644 .changeset/sarvam-stt-vad-params.md delete mode 100644 .changeset/shaggy-buckets-cheer.md delete mode 100644 .changeset/shiny-pumpkins-explain.md delete mode 100644 .changeset/smart-spiders-persist.md delete mode 100644 .changeset/unlucky-owls-shave.md delete mode 100644 .changeset/young-seals-smash.md diff --git a/.changeset/configurable-tts-stall-timeout.md b/.changeset/configurable-tts-stall-timeout.md deleted file mode 100644 index cdbabd753..000000000 --- a/.changeset/configurable-tts-stall-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Expose `AgentSessionOptions.ttsReadIdleTimeout` and `AgentSessionOptions.forwardAudioIdleTimeout` to configure the two pipeline stall guards in `performTTSInference` and `performAudioForwarding`. Useful for custom LLM/TTS backends whose first-token latency can legitimately exceed the previous 10s default. Defaults remain 10 seconds, preserving existing behavior. diff --git a/.changeset/deepgram-stt-redact.md b/.changeset/deepgram-stt-redact.md deleted file mode 100644 index 86b0ac297..000000000 --- a/.changeset/deepgram-stt-redact.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-deepgram': patch ---- - -feat(deepgram): add `redact` option to STT diff --git a/.changeset/default-user-span-time.md b/.changeset/default-user-span-time.md deleted file mode 100644 index 510655914..000000000 --- a/.changeset/default-user-span-time.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Make default user turn span start times explicit. diff --git a/.changeset/elevenlabs-chunk-schedule.md b/.changeset/elevenlabs-chunk-schedule.md deleted file mode 100644 index 2d8a9c63c..000000000 --- a/.changeset/elevenlabs-chunk-schedule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-elevenlabs': patch ---- - -fix(elevenlabs): restore chunk length schedule in WebSocket init payload diff --git a/.changeset/elevenlabs-language-text-normalization.md b/.changeset/elevenlabs-language-text-normalization.md deleted file mode 100644 index b753ef2e2..000000000 --- a/.changeset/elevenlabs-language-text-normalization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-elevenlabs': patch ---- - -feat(elevenlabs): add `applyLanguageTextNormalization` option to TTS diff --git a/.changeset/gentle-pipelines-wait.md b/.changeset/gentle-pipelines-wait.md deleted file mode 100644 index 53d011e54..000000000 --- a/.changeset/gentle-pipelines-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Prevent voice pipeline scheduling from hanging when a pipeline task crashes after a speech handle is already marked done. diff --git a/.changeset/google-llm-service-tier.md b/.changeset/google-llm-service-tier.md deleted file mode 100644 index 52ad7cc9c..000000000 --- a/.changeset/google-llm-service-tier.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -feat(google): add `serviceTier` option to LLM (e.g. `ServiceTier.PRIORITY`) diff --git a/.changeset/google-realtime-abortable-queue.md b/.changeset/google-realtime-abortable-queue.md deleted file mode 100644 index 0e0667a55..000000000 --- a/.changeset/google-realtime-abortable-queue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents': patch -'@livekit/agents-plugin-google': patch ---- - -fix(google): abort pending realtime sends during reconnect diff --git a/.changeset/google-realtime-tool-behavior-scheduling.md b/.changeset/google-realtime-tool-behavior-scheduling.md deleted file mode 100644 index 3ca59fc9a..000000000 --- a/.changeset/google-realtime-tool-behavior-scheduling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -feat(google realtime): expose `toolBehavior` and `toolResponseScheduling` options on the Gemini Live `RealtimeModel` and `RealtimeSession`. `toolBehavior` controls whether function calls are blocking or non-blocking (`Behavior.BLOCKING` / `Behavior.NON_BLOCKING`), and `toolResponseScheduling` controls how tool responses are scheduled into the conversation (`SILENT` / `WHEN_IDLE` / `INTERRUPT`). Note that `toolResponseScheduling` is only supported by the Gemini API, not Vertex AI. Ports livekit/agents#3482. diff --git a/.changeset/grumpy-monkeys-invent.md b/.changeset/grumpy-monkeys-invent.md deleted file mode 100644 index 32907513f..000000000 --- a/.changeset/grumpy-monkeys-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-hume': patch ---- - -Add Hume AI TTS plugin diff --git a/.changeset/healthy-tomatoes-sort.md b/.changeset/healthy-tomatoes-sort.md deleted file mode 100644 index 5677f5950..000000000 --- a/.changeset/healthy-tomatoes-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -docs(agents): document realtime capabilities diff --git a/.changeset/inference-stt-metadata.md b/.changeset/inference-stt-metadata.md deleted file mode 100644 index 152c7ef49..000000000 --- a/.changeset/inference-stt-metadata.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@livekit/agents': patch ---- - -feat(inference): propagate STT extra to SpeechData.metadata - -The inference STT plugin now plumbs the gateway's per-transcript `extra` field -onto `SpeechData.metadata`, exposing provider-specific signals (e.g. Inworld -voice profile, xAI `speech_final`) to consumers. diff --git a/.changeset/lazy-carrots-change.md b/.changeset/lazy-carrots-change.md deleted file mode 100644 index a0dd458da..000000000 --- a/.changeset/lazy-carrots-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(worker): use available CPU cores for numIdleProcesses in production diff --git a/.changeset/livekit-eou-skip-system-messages.md b/.changeset/livekit-eou-skip-system-messages.md deleted file mode 100644 index 785cc3c40..000000000 --- a/.changeset/livekit-eou-skip-system-messages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-livekit': patch ---- - -fix(livekit): skip system and developer messages when building EOU input; the previous `in` check never matched and let those messages reach the end-of-utterance model as user turns diff --git a/.changeset/lucky-ladybugs-sell.md b/.changeset/lucky-ladybugs-sell.md deleted file mode 100644 index 72ab0e908..000000000 --- a/.changeset/lucky-ladybugs-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(transcription): rstrip punctuation from interim segments diff --git a/.changeset/neuphonic-ws-header-auth.md b/.changeset/neuphonic-ws-header-auth.md deleted file mode 100644 index 0a49613c0..000000000 --- a/.changeset/neuphonic-ws-header-auth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-neuphonic': patch ---- - -Send Neuphonic WebSocket TTS API keys via header authentication instead of query parameters. diff --git a/.changeset/openai-baseten-tts-close-cancels-synthesis.md b/.changeset/openai-baseten-tts-close-cancels-synthesis.md deleted file mode 100644 index 9792084d7..000000000 --- a/.changeset/openai-baseten-tts-close-cancels-synthesis.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch -'@livekit/agents-plugin-baseten': patch ---- - -fix(openai,baseten): wire TTS `close()` to cancel in-flight synthesis requests diff --git a/.changeset/openai-with-ollama-defaults.md b/.changeset/openai-with-ollama-defaults.md deleted file mode 100644 index 57fe07494..000000000 --- a/.changeset/openai-with-ollama-defaults.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -fix(openai): `LLM.withOllama` was using the OctoAI base URL and model; default to `http://localhost:11434/v1` and `llama3.1` diff --git a/.changeset/quiet-configs-report.md b/.changeset/quiet-configs-report.md deleted file mode 100644 index 00930a827..000000000 --- a/.changeset/quiet-configs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Emit agent configuration updates in OTLP session logs. diff --git a/.changeset/rime-streaming-response.md b/.changeset/rime-streaming-response.md deleted file mode 100644 index ee457df97..000000000 --- a/.changeset/rime-streaming-response.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-rime': patch ---- - -Stream Rime TTS response chunks as they arrive instead of waiting for the full response body. diff --git a/.changeset/sarvam-stt-vad-params.md b/.changeset/sarvam-stt-vad-params.md deleted file mode 100644 index a1fbc5237..000000000 --- a/.changeset/sarvam-stt-vad-params.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-sarvam': patch ---- - -feat(sarvam): add fine-grained saaras:v3 STT VAD options diff --git a/.changeset/shaggy-buckets-cheer.md b/.changeset/shaggy-buckets-cheer.md deleted file mode 100644 index f9e4d7121..000000000 --- a/.changeset/shaggy-buckets-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-deepgram": patch ---- - -fix: remove double URL-encoding in Deepgram STT plugin diff --git a/.changeset/shiny-pumpkins-explain.md b/.changeset/shiny-pumpkins-explain.md deleted file mode 100644 index 8f597e59a..000000000 --- a/.changeset/shiny-pumpkins-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-google": patch ---- - -Add Gemini realtime non-blocking tool scheduling diff --git a/.changeset/smart-spiders-persist.md b/.changeset/smart-spiders-persist.md deleted file mode 100644 index e539a9ec1..000000000 --- a/.changeset/smart-spiders-persist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(agents): persist user turn start across VAD bursts diff --git a/.changeset/unlucky-owls-shave.md b/.changeset/unlucky-owls-shave.md deleted file mode 100644 index 7bf7958b6..000000000 --- a/.changeset/unlucky-owls-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-livekit": patch ---- - -Align LiveKit plugin ONNX runtime dependencies diff --git a/.changeset/young-seals-smash.md b/.changeset/young-seals-smash.md deleted file mode 100644 index 4a0253c74..000000000 --- a/.changeset/young-seals-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-openai": patch ---- - -Support OpenAI Realtime Whisper STT diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 49738b995..9eff1630d 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,35 @@ # @livekit/agents +## 1.4.1 + +### Patch Changes + +- Expose `AgentSessionOptions.ttsReadIdleTimeout` and `AgentSessionOptions.forwardAudioIdleTimeout` to configure the two pipeline stall guards in `performTTSInference` and `performAudioForwarding`. Useful for custom LLM/TTS backends whose first-token latency can legitimately exceed the previous 10s default. Defaults remain 10 seconds, preserving existing behavior. - [#1461](https://github.com/livekit/agents-js/pull/1461) ([@s-hamdananwar](https://github.com/s-hamdananwar)) + +- Make default user turn span start times explicit. - [#1456](https://github.com/livekit/agents-js/pull/1456) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Prevent voice pipeline scheduling from hanging when a pipeline task crashes after a speech handle is already marked done. - [#1423](https://github.com/livekit/agents-js/pull/1423) ([@u9g](https://github.com/u9g)) + +- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g)) + +- docs(agents): document realtime capabilities - [#1419](https://github.com/livekit/agents-js/pull/1419) ([@u9g](https://github.com/u9g)) + +- feat(inference): propagate STT extra to SpeechData.metadata - [#1389](https://github.com/livekit/agents-js/pull/1389) ([@toubatbrian](https://github.com/toubatbrian)) + + The inference STT plugin now plumbs the gateway's per-transcript `extra` field + onto `SpeechData.metadata`, exposing provider-specific signals (e.g. Inworld + voice profile, xAI `speech_final`) to consumers. + +- fix(worker): use available CPU cores for numIdleProcesses in production - [#1449](https://github.com/livekit/agents-js/pull/1449) ([@KrishnaShuk](https://github.com/KrishnaShuk)) + +- fix(transcription): rstrip punctuation from interim segments - [#1447](https://github.com/livekit/agents-js/pull/1447) ([@KrishnaShuk](https://github.com/KrishnaShuk)) + +- Emit agent configuration updates in OTLP session logs. - [#1434](https://github.com/livekit/agents-js/pull/1434) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- fix(agents): persist user turn start across VAD bursts - [#1457](https://github.com/livekit/agents-js/pull/1457) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Support OpenAI Realtime Whisper STT - [#1429](https://github.com/livekit/agents-js/pull/1429) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.4.0 ### Minor Changes diff --git a/agents/package.json b/agents/package.json index 0cd795d37..42c11bb46 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.4.0", + "version": "1.4.1", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anam/CHANGELOG.md b/plugins/anam/CHANGELOG.md index 7e8b6a89c..d25730b66 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 374996235..32939f1b7 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.4.0", + "version": "1.4.1", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index f3171dfc0..3fd9322fe 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.4.0", + "version": "1.4.1", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 151045216..1c5e9c7a8 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.4.0", + "version": "1.4.1", "description": "Baseten plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/bey/CHANGELOG.md b/plugins/bey/CHANGELOG.md index aa6cadf46..d3038dc3a 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index d75c4e519..2d34493ba 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.4.0", + "version": "1.4.1", "description": "Beyond Presence plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cartesia/CHANGELOG.md b/plugins/cartesia/CHANGELOG.md index e6ed77ed0..8af42f058 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 833f34720..1dda88d47 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.4.0", + "version": "1.4.1", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index 55f85807a..ad16e0c66 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.4.0", + "version": "1.4.1", "description": "Cerebras plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index 19d73c76d..06c0dd344 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-deepgram +## 1.4.1 + +### Patch Changes + +- feat(deepgram): add `redact` option to STT - [#1442](https://github.com/livekit/agents-js/pull/1442) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- fix: remove double URL-encoding in Deepgram STT plugin - [#1391](https://github.com/livekit/agents-js/pull/1391) ([@haroldfabla2-hue](https://github.com/haroldfabla2-hue)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 8dc9c03cc..bc7cdcfd2 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.4.0", + "version": "1.4.1", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index d97bb5385..905d529dc 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-elevenlabs +## 1.4.1 + +### Patch Changes + +- fix(elevenlabs): restore chunk length schedule in WebSocket init payload - [#1421](https://github.com/livekit/agents-js/pull/1421) ([@u9g](https://github.com/u9g)) + +- feat(elevenlabs): add `applyLanguageTextNormalization` option to TTS - [#1427](https://github.com/livekit/agents-js/pull/1427) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 4691bdf05..ce9b1949e 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.4.0", + "version": "1.4.1", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index d159d7e9c..83016259c 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.4.0", + "version": "1.4.1", "description": "Fish Audio plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/google/CHANGELOG.md b/plugins/google/CHANGELOG.md index f8e4d7493..115547b7b 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,20 @@ # @livekit/agents-plugin-google +## 1.4.1 + +### Patch Changes + +- feat(google): add `serviceTier` option to LLM (e.g. `ServiceTier.PRIORITY`) - [#1428](https://github.com/livekit/agents-js/pull/1428) ([@toubatbrian](https://github.com/toubatbrian)) + +- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g)) + +- feat(google realtime): expose `toolBehavior` and `toolResponseScheduling` options on the Gemini Live `RealtimeModel` and `RealtimeSession`. `toolBehavior` controls whether function calls are blocking or non-blocking (`Behavior.BLOCKING` / `Behavior.NON_BLOCKING`), and `toolResponseScheduling` controls how tool responses are scheduled into the conversation (`SILENT` / `WHEN_IDLE` / `INTERRUPT`). Note that `toolResponseScheduling` is only supported by the Gemini API, not Vertex AI. Ports livekit/agents#3482. - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian)) + +- Add Gemini realtime non-blocking tool scheduling - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index ceff6e2b2..f010e660c 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.4.0", + "version": "1.4.1", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index 7ba529a7c..09193f7ac 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.4.0", + "version": "1.4.1", "description": "Hedra avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hume/package.json b/plugins/hume/package.json index e8529048c..711e20a1c 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.3.0", + "version": "1.4.1", "description": "Hume AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 7b93e8883..4879234a3 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.4.0", + "version": "1.4.1", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 4d67f8706..a0a7e1948 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.4.0", + "version": "1.4.1", "description": "LemonSlice avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index 102c2530b..24732a6b1 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.4.0", + "version": "1.4.1", "description": "LiveAvatar avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/livekit/CHANGELOG.md b/plugins/livekit/CHANGELOG.md index db217e4b3..e3ccccca4 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-livekit +## 1.4.1 + +### Patch Changes + +- fix(livekit): skip system and developer messages when building EOU input; the previous `in` check never matched and let those messages reach the end-of-utterance model as user turns - [#1469](https://github.com/livekit/agents-js/pull/1469) ([@u9g](https://github.com/u9g)) + +- Align LiveKit plugin ONNX runtime dependencies - [#1424](https://github.com/livekit/agents-js/pull/1424) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 1ff20358c..f6e692120 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.4.0", + "version": "1.4.1", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index ea31a48de..6a3fb6946 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.4.0", + "version": "1.4.1", "description": "MiniMax plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index c54c5ecbf..cf9b4b064 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.4.0", + "version": "1.4.1", "description": "Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index 6d0c024c1..fd5bb9bc1 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.4.0", + "version": "1.4.1", "description": "Mistral AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/neuphonic/CHANGELOG.md b/plugins/neuphonic/CHANGELOG.md index 66b7ea6e3..3deea8cd0 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-neuphonic +## 1.4.1 + +### Patch Changes + +- Send Neuphonic WebSocket TTS API keys via header authentication instead of query parameters. - [#1452](https://github.com/livekit/agents-js/pull/1452) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index ff9f3efa7..14101e7f9 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.4.0", + "version": "1.4.1", "description": "Neuphonic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index 9883ceafe..72ecb4758 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 1.4.1 + +### Patch Changes + +- fix(openai,baseten): wire TTS `close()` to cancel in-flight synthesis requests - [#1439](https://github.com/livekit/agents-js/pull/1439) ([@u9g](https://github.com/u9g)) + +- fix(openai): `LLM.withOllama` was using the OctoAI base URL and model; default to `http://localhost:11434/v1` and `llama3.1` - [#1468](https://github.com/livekit/agents-js/pull/1468) ([@u9g](https://github.com/u9g)) + +- Support OpenAI Realtime Whisper STT - [#1429](https://github.com/livekit/agents-js/pull/1429) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 47ac0f5f9..c17e15736 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.4.0", + "version": "1.4.1", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 4b8b06d88..ed9baa306 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.4.0", + "version": "1.4.1", "description": "Phonic STS plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/resemble/CHANGELOG.md b/plugins/resemble/CHANGELOG.md index 2eea5398b..d2b96d482 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index f61b87b0a..fab3fc478 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.4.0", + "version": "1.4.1", "description": "Resemble plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/rime/CHANGELOG.md b/plugins/rime/CHANGELOG.md index 08fdb5898..dec4e4f10 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-rime +## 1.4.1 + +### Patch Changes + +- Stream Rime TTS response chunks as they arrive instead of waiting for the full response body. - [#1405](https://github.com/livekit/agents-js/pull/1405) ([@chasef07](https://github.com/chasef07)) + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 3d23703bd..f3d84ba06 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.4.0", + "version": "1.4.1", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/runway/package.json b/plugins/runway/package.json index e37398502..82b9d31cc 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.4.0", + "version": "1.4.1", "description": "Runway plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 4b4f0bb7a..82f085787 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.4.0", + "version": "1.4.1", "description": "Sarvam AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index d0d69e39f..598ad785f 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 9d475a850..20d216e2e 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.4.0", + "version": "1.4.1", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index a753db6e1..2444d6b90 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.4.1 + +### Patch Changes + +- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]: + - @livekit/agents@1.4.1 + ## 1.4.0 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index a9edabadf..ab9315caf 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.4.0", + "version": "1.4.1", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 6eef3e736..f42fb8a3d 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.4.0", + "version": "1.4.1", "description": "Trugen avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 2dcd51b97..a7c5a2fdf 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.4.0", + "version": "1.4.1", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",