diff --git a/.changeset/av-npm-ffmpeg.md b/.changeset/av-npm-ffmpeg.md deleted file mode 100644 index 0ef5b8a9d..000000000 --- a/.changeset/av-npm-ffmpeg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Replace @ffmpeg-installer/ffmpeg with @livekit/av, LiveKit's own minimal LGPL FFmpeg build shipped as platform-specific npm packages. diff --git a/.changeset/azure-realtime-default-voice.md b/.changeset/azure-realtime-default-voice.md deleted file mode 100644 index c86ca655a..000000000 --- a/.changeset/azure-realtime-default-voice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Change the default voice in `RealtimeModel.withAzure` from `alloy` to `marin`, matching the `RealtimeModel` constructor and the Python plugin. diff --git a/.changeset/conversation-aware-stt-keyterms.md b/.changeset/conversation-aware-stt-keyterms.md deleted file mode 100644 index 6c26e4be5..000000000 --- a/.changeset/conversation-aware-stt-keyterms.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@livekit/agents': patch -'@livekit/agents-plugin-deepgram': patch -'@livekit/agents-plugin-assemblyai': patch ---- - -Conversation-aware STT recognition (keyterms + chat context), ported from python livekit-agents PR #6039. Adds `keytermsOptions` on `AgentSession` with static `keyterms` and LLM-based `keytermDetection` (confirmation-gated), new `STTCapabilities.keyterms`/`chatContext` flags with `_updateSessionKeyterms()`/`_pushConversationItem()` hooks (forwarded by the fallback and stream adapters), keyterm support for deepgram (v1/v2), assemblyai, and livekit inference STT, and native conversation-context carryover (`agentContextCarryover`) for assemblyai u3-rt-pro. diff --git a/.changeset/disable-inference-openai-retries.md b/.changeset/disable-inference-openai-retries.md deleted file mode 100644 index ab0cea29a..000000000 --- a/.changeset/disable-inference-openai-retries.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-baseten": patch -"@livekit/agents-plugin-cerebras": patch -"@livekit/agents-plugin-openai": patch ---- - -Disable OpenAI SDK retries for LiveKit inference and OpenAI SDK-based plugin requests. diff --git a/.changeset/elevenlabs-stt-model-param.md b/.changeset/elevenlabs-stt-model-param.md deleted file mode 100644 index ceabf1c3e..000000000 --- a/.changeset/elevenlabs-stt-model-param.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-elevenlabs': patch ---- - -Deprecate the ElevenLabs STT `modelId` option in favor of `model`, matching the TTS plugin. `modelId` still works as a deprecated alias. diff --git a/.changeset/export-anon-function-tool.md b/.changeset/export-anon-function-tool.md deleted file mode 100644 index de8347601..000000000 --- a/.changeset/export-anon-function-tool.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Export the `AnonFunctionTool` type so callers can annotate return types for name-less `tool()` factories used in object-map tool registration. diff --git a/.changeset/fix-duplicate-user-turn-commit.md b/.changeset/fix-duplicate-user-turn-commit.md deleted file mode 100644 index 8cb2cf91c..000000000 --- a/.changeset/fix-duplicate-user-turn-commit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fix duplicated user chat items in observability: a superseding EOU bounce created while an earlier bounce was mid-commit could fire after the transcript was already committed and cleared, committing a second empty user turn with stale metrics. The transcript guard is now re-checked at fire time. Also, session-report chat items now only upload string content (matching Python), so non-string content can no longer render as garbage in the dashboard. diff --git a/.changeset/fix-tts-ttfb-attribution.md b/.changeset/fix-tts-ttfb-attribution.md deleted file mode 100644 index 18a502e0a..000000000 --- a/.changeset/fix-tts-ttfb-attribution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fix TTS TTFB attribution: `tts_node` TTFB is now anchored on the time the first sentence is sent to the TTS provider instead of the time the first LLM token arrives, so upstream text generation and tokenization latency is no longer counted as TTS latency. diff --git a/.changeset/guard-agent-task-handoff-run-state.md b/.changeset/guard-agent-task-handoff-run-state.md deleted file mode 100644 index 6a737d9db..000000000 --- a/.changeset/guard-agent-task-handoff-run-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fix `session.run()` stalling or racing the activity transition when an AgentTask handoff is triggered by a speech that predates the run (e.g. created in `onEnter`): the blocked handoff tasks are now watched by the active run for the duration of the transition. diff --git a/.changeset/many-kiwis-lose.md b/.changeset/many-kiwis-lose.md deleted file mode 100644 index f72558547..000000000 --- a/.changeset/many-kiwis-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-anthropic": patch ---- - -fix(anthropic): add non-whitespace trailing dummy diff --git a/.changeset/neuphonic-sentence-tokenizer.md b/.changeset/neuphonic-sentence-tokenizer.md deleted file mode 100644 index 27053e9f2..000000000 --- a/.changeset/neuphonic-sentence-tokenizer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-neuphonic': patch ---- - -Batch streamed text into sentences before sending it to the Neuphonic websocket (matching the Python plugin), with a configurable `tokenizer` option. This also anchors TTS TTFB on the first sentence sent to the provider instead of the first LLM token. diff --git a/.changeset/openai-realtime-stt-speech-events.md b/.changeset/openai-realtime-stt-speech-events.md deleted file mode 100644 index cfa66c5ee..000000000 --- a/.changeset/openai-realtime-stt-speech-events.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Emit OpenAI realtime STT start and end-of-speech events from speech activity boundaries. diff --git a/.changeset/orange-squids-cover.md b/.changeset/orange-squids-cover.md deleted file mode 100644 index 7b30e4f3b..000000000 --- a/.changeset/orange-squids-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-anthropic': patch ---- - -added anthropic plugin diff --git a/.changeset/quiet-birds-retry.md b/.changeset/quiet-birds-retry.md deleted file mode 100644 index e7e7f94fc..000000000 --- a/.changeset/quiet-birds-retry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Add output retries for AgentSession.run structured outputs. diff --git a/.changeset/seven-snails-occur.md b/.changeset/seven-snails-occur.md deleted file mode 100644 index 5e5b078fc..000000000 --- a/.changeset/seven-snails-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-phonic': patch ---- - -Add `onConversationCreated` callback to the Phonic realtime model, invoked with the conversation ID once Phonic creates the conversation. diff --git a/.changeset/shaky-flowers-allow.md b/.changeset/shaky-flowers-allow.md deleted file mode 100644 index 0191beaf9..000000000 --- a/.changeset/shaky-flowers-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -implement CLI serverInfo protocol diff --git a/.changeset/silero-onnx-load.md b/.changeset/silero-onnx-load.md deleted file mode 100644 index 43a1187ac..000000000 --- a/.changeset/silero-onnx-load.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-silero': patch ---- - -Use the ONNX runtime path when explicitly loading `silero.VAD.load()`. diff --git a/.changeset/tight-eot-cancellation.md b/.changeset/tight-eot-cancellation.md deleted file mode 100644 index 3a919677e..000000000 --- a/.changeset/tight-eot-cancellation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Tighten audio EOT cancellation to rely on speech activity start events. diff --git a/.changeset/trim-eou-span-chat-ctx.md b/.changeset/trim-eou-span-chat-ctx.md deleted file mode 100644 index 1cdee82f4..000000000 --- a/.changeset/trim-eou-span-chat-ctx.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Trim the chat context recorded on the `eou_detection` span to the last 6 items and exclude function calls, instructions, empty messages, handoffs, and config updates (matching Python), so the span no longer re-emits the whole conversation on every end-of-turn inference. diff --git a/.changeset/update-rtc-node-0-13-31.md b/.changeset/update-rtc-node-0-13-31.md deleted file mode 100644 index 73638c5db..000000000 --- a/.changeset/update-rtc-node-0-13-31.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@livekit/agents': patch ---- - -chore(deps): update @livekit/rtc-node to 0.13.31 - -Fixes AudioSource.waitForPlayout resolving early with audio still queued (livekit/node-sdks#693). diff --git a/.changeset/warm-transfer-caller-hangup-cancel.md b/.changeset/warm-transfer-caller-hangup-cancel.md deleted file mode 100644 index e28716629..000000000 --- a/.changeset/warm-transfer-caller-hangup-cancel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(workflows): cancel a warm transfer when the caller hangs up before the merge. `WarmTransferTask` now watches the caller room from `onEnter`: if the caller disconnects while the human agent's phone is still ringing or during the briefing, the pending SIP dial is aborted, the human agent room is torn down (ending the call), and the task completes with a `ToolError` — instead of the human agent being connected into an empty room. A human agent who already answered is told the caller left — a reply generated from the new `callerHangupInstruction` option (built-in default when not provided) — before their call is ended. diff --git a/.changeset/whole-dolls-shake.md b/.changeset/whole-dolls-shake.md deleted file mode 100644 index 907ab04e2..000000000 --- a/.changeset/whole-dolls-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -chore(example): update otel trace example diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 0e431a1d1..e9456c6a3 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,39 @@ # @livekit/agents +## 1.5.1 + +### Patch Changes + +- Replace @ffmpeg-installer/ffmpeg with @livekit/av, LiveKit's own minimal LGPL FFmpeg build shipped as platform-specific npm packages. - [#1999](https://github.com/livekit/agents-js/pull/1999) ([@u9g](https://github.com/u9g)) + +- Conversation-aware STT recognition (keyterms + chat context), ported from python livekit-agents PR #6039. Adds `keytermsOptions` on `AgentSession` with static `keyterms` and LLM-based `keytermDetection` (confirmation-gated), new `STTCapabilities.keyterms`/`chatContext` flags with `_updateSessionKeyterms()`/`_pushConversationItem()` hooks (forwarded by the fallback and stream adapters), keyterm support for deepgram (v1/v2), assemblyai, and livekit inference STT, and native conversation-context carryover (`agentContextCarryover`) for assemblyai u3-rt-pro. - [#1967](https://github.com/livekit/agents-js/pull/1967) ([@toubatbrian](https://github.com/toubatbrian)) + +- Disable OpenAI SDK retries for LiveKit inference and OpenAI SDK-based plugin requests. - [#1981](https://github.com/livekit/agents-js/pull/1981) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Export the `AnonFunctionTool` type so callers can annotate return types for name-less `tool()` factories used in object-map tool registration. - [#2014](https://github.com/livekit/agents-js/pull/2014) ([@jonh-1](https://github.com/jonh-1)) + +- Fix duplicated user chat items in observability: a superseding EOU bounce created while an earlier bounce was mid-commit could fire after the transcript was already committed and cleared, committing a second empty user turn with stale metrics. The transcript guard is now re-checked at fire time. Also, session-report chat items now only upload string content (matching Python), so non-string content can no longer render as garbage in the dashboard. - [#1955](https://github.com/livekit/agents-js/pull/1955) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Fix TTS TTFB attribution: `tts_node` TTFB is now anchored on the time the first sentence is sent to the TTS provider instead of the time the first LLM token arrives, so upstream text generation and tokenization latency is no longer counted as TTS latency. - [#1955](https://github.com/livekit/agents-js/pull/1955) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Fix `session.run()` stalling or racing the activity transition when an AgentTask handoff is triggered by a speech that predates the run (e.g. created in `onEnter`): the blocked handoff tasks are now watched by the active run for the duration of the transition. - [#1961](https://github.com/livekit/agents-js/pull/1961) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add output retries for AgentSession.run structured outputs. - [#1978](https://github.com/livekit/agents-js/pull/1978) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- implement CLI serverInfo protocol - [#2015](https://github.com/livekit/agents-js/pull/2015) ([@davidzhao](https://github.com/davidzhao)) + +- Tighten audio EOT cancellation to rely on speech activity start events. - [#1939](https://github.com/livekit/agents-js/pull/1939) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Trim the chat context recorded on the `eou_detection` span to the last 6 items and exclude function calls, instructions, empty messages, handoffs, and config updates (matching Python), so the span no longer re-emits the whole conversation on every end-of-turn inference. - [#1955](https://github.com/livekit/agents-js/pull/1955) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- chore(deps): update @livekit/rtc-node to 0.13.31 - [#1992](https://github.com/livekit/agents-js/pull/1992) ([@toubatbrian](https://github.com/toubatbrian)) + + Fixes AudioSource.waitForPlayout resolving early with audio still queued (livekit/node-sdks#693). + +- fix(workflows): cancel a warm transfer when the caller hangs up before the merge. `WarmTransferTask` now watches the caller room from `onEnter`: if the caller disconnects while the human agent's phone is still ringing or during the briefing, the pending SIP dial is aborted, the human agent room is torn down (ending the call), and the task completes with a `ToolError` — instead of the human agent being connected into an empty room. A human agent who already answered is told the caller left — a reply generated from the new `callerHangupInstruction` option (built-in default when not provided) — before their call is ended. - [#2008](https://github.com/livekit/agents-js/pull/2008) ([@toubatbrian](https://github.com/toubatbrian)) + +- chore(example): update otel trace example - [#1864](https://github.com/livekit/agents-js/pull/1864) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + ## 1.5.0 ### Minor Changes diff --git a/agents/package.json b/agents/package.json index 619544e87..f1372f2c1 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.5.0", + "version": "1.5.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 516b6e415..c66799f26 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 6ded7fd98..0a6a8ff21 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.5.0", + "version": "1.5.1", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anthropic/CHANGELOG.md b/plugins/anthropic/CHANGELOG.md new file mode 100644 index 000000000..34a3baa0f --- /dev/null +++ b/plugins/anthropic/CHANGELOG.md @@ -0,0 +1,12 @@ +# @livekit/agents-plugin-anthropic + +## 1.5.1 + +### Patch Changes + +- fix(anthropic): add non-whitespace trailing dummy - [#1588](https://github.com/livekit/agents-js/pull/1588) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- added anthropic plugin - [#1588](https://github.com/livekit/agents-js/pull/1588) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index 0df13f91e..b07db7a8a 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anthropic", - "version": "1.0.0", + "version": "1.5.1", "description": "Anthropic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/assemblyai/CHANGELOG.md b/plugins/assemblyai/CHANGELOG.md index ae0700bcc..b28ed7d8e 100644 --- a/plugins/assemblyai/CHANGELOG.md +++ b/plugins/assemblyai/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-assemblyai +## 1.5.1 + +### Patch Changes + +- Conversation-aware STT recognition (keyterms + chat context), ported from python livekit-agents PR #6039. Adds `keytermsOptions` on `AgentSession` with static `keyterms` and LLM-based `keytermDetection` (confirmation-gated), new `STTCapabilities.keyterms`/`chatContext` flags with `_updateSessionKeyterms()`/`_pushConversationItem()` hooks (forwarded by the fallback and stream adapters), keyterm support for deepgram (v1/v2), assemblyai, and livekit inference STT, and native conversation-context carryover (`agentContextCarryover`) for assemblyai u3-rt-pro. - [#1967](https://github.com/livekit/agents-js/pull/1967) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index e66e4db48..8d59bf47f 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.5.0", + "version": "1.5.1", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/CHANGELOG.md b/plugins/baseten/CHANGELOG.md index 4f6d2c8ab..b76be736c 100644 --- a/plugins/baseten/CHANGELOG.md +++ b/plugins/baseten/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-baseten +## 1.5.1 + +### Patch Changes + +- Disable OpenAI SDK retries for LiveKit inference and OpenAI SDK-based plugin requests. - [#1981](https://github.com/livekit/agents-js/pull/1981) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index a7ecaea36..e86aab6bb 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.5.0", + "version": "1.5.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 d61ecac11..17bfb5004 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 82bf17df0..d957afda5 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.5.0", + "version": "1.5.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 3512ed0e9..26bf8a191 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index b9fd5b657..02f06ba07 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.5.0", + "version": "1.5.1", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cerebras/CHANGELOG.md b/plugins/cerebras/CHANGELOG.md index 1b4b59fbf..075ab3656 100644 --- a/plugins/cerebras/CHANGELOG.md +++ b/plugins/cerebras/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/agents-plugin-cerebras +## 1.5.1 + +### Patch Changes + +- Disable OpenAI SDK retries for LiveKit inference and OpenAI SDK-based plugin requests. - [#1981](https://github.com/livekit/agents-js/pull/1981) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`d23840f`](https://github.com/livekit/agents-js/commit/d23840f7a032bc95f946e3d0b20bcf81be99756a), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`a433619`](https://github.com/livekit/agents-js/commit/a433619a79aa9b32d029d2689423e03031c85bbb), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + - @livekit/agents-plugin-openai@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index d7c08587f..daa97c3e6 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.5.0", + "version": "1.5.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 520bd3422..81fd87352 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 1.5.1 + +### Patch Changes + +- Conversation-aware STT recognition (keyterms + chat context), ported from python livekit-agents PR #6039. Adds `keytermsOptions` on `AgentSession` with static `keyterms` and LLM-based `keytermDetection` (confirmation-gated), new `STTCapabilities.keyterms`/`chatContext` flags with `_updateSessionKeyterms()`/`_pushConversationItem()` hooks (forwarded by the fallback and stream adapters), keyterm support for deepgram (v1/v2), assemblyai, and livekit inference STT, and native conversation-context carryover (`agentContextCarryover`) for assemblyai u3-rt-pro. - [#1967](https://github.com/livekit/agents-js/pull/1967) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 424d9cf20..9dc7521e9 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.5.0", + "version": "1.5.1", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/did/CHANGELOG.md b/plugins/did/CHANGELOG.md index c4f966c67..43507199c 100644 --- a/plugins/did/CHANGELOG.md +++ b/plugins/did/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-did +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/did/package.json b/plugins/did/package.json index 3185c23a0..5e53e6ad5 100644 --- a/plugins/did/package.json +++ b/plugins/did/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-did", - "version": "1.5.0", + "version": "1.5.1", "description": "D-ID avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 371ede0ec..aeba5915d 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 1.5.1 + +### Patch Changes + +- Deprecate the ElevenLabs STT `modelId` option in favor of `model`, matching the TTS plugin. `modelId` still works as a deprecated alias. - [#2018](https://github.com/livekit/agents-js/pull/2018) ([@u9g](https://github.com/u9g)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 8d069efc2..d9c6304be 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.5.0", + "version": "1.5.1", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/fishaudio/CHANGELOG.md b/plugins/fishaudio/CHANGELOG.md index 6e7a60747..5a60778aa 100644 --- a/plugins/fishaudio/CHANGELOG.md +++ b/plugins/fishaudio/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-fishaudio +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index 3e8f75dc4..aad6374e3 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.5.0", + "version": "1.5.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 d85eb67aa..c71f83502 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-google +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Minor Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 9b8aa5f3b..ee9001a87 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.5.0", + "version": "1.5.1", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/CHANGELOG.md b/plugins/hedra/CHANGELOG.md index 247d2e3a7..29b8f1b2a 100644 --- a/plugins/hedra/CHANGELOG.md +++ b/plugins/hedra/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hedra +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index e6d1ddad4..63b68b58c 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.5.0", + "version": "1.5.1", "description": "Hedra avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hume/CHANGELOG.md b/plugins/hume/CHANGELOG.md index bc8f584a0..3057ac5c4 100644 --- a/plugins/hume/CHANGELOG.md +++ b/plugins/hume/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hume +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/hume/package.json b/plugins/hume/package.json index fcfbe9e56..4437cd221 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.5.0", + "version": "1.5.1", "description": "Hume AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/CHANGELOG.md b/plugins/inworld/CHANGELOG.md index 023af5414..b62b6a5be 100644 --- a/plugins/inworld/CHANGELOG.md +++ b/plugins/inworld/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-inworld +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 795901bdd..71d0c929b 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.5.0", + "version": "1.5.1", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/CHANGELOG.md b/plugins/lemonslice/CHANGELOG.md index 30e6122a8..a9d3221ac 100644 --- a/plugins/lemonslice/CHANGELOG.md +++ b/plugins/lemonslice/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-lemonslice +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 16b596212..d948aa246 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.5.0", + "version": "1.5.1", "description": "LemonSlice avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/liveavatar/CHANGELOG.md b/plugins/liveavatar/CHANGELOG.md index 3f4b267e2..ba0dcc497 100644 --- a/plugins/liveavatar/CHANGELOG.md +++ b/plugins/liveavatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-liveavatar +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index 350eda47b..22534b3f4 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.5.0", + "version": "1.5.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 8a5dbc298..87a070710 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index dcbe8259e..b7e3b447c 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.5.0", + "version": "1.5.1", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/minimax/CHANGELOG.md b/plugins/minimax/CHANGELOG.md index 7c33cbe74..0b52be216 100644 --- a/plugins/minimax/CHANGELOG.md +++ b/plugins/minimax/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-minimax +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index 166b91e3e..dbe114059 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.5.0", + "version": "1.5.1", "description": "MiniMax plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistral/CHANGELOG.md b/plugins/mistral/CHANGELOG.md index ab36199f4..db227ab9c 100644 --- a/plugins/mistral/CHANGELOG.md +++ b/plugins/mistral/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistral +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + - @livekit/agents-plugin-mistralai@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index b7dac3190..7929fe02a 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.5.0", + "version": "1.5.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/CHANGELOG.md b/plugins/mistralai/CHANGELOG.md index 377eea231..4c43cd522 100644 --- a/plugins/mistralai/CHANGELOG.md +++ b/plugins/mistralai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistralai +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`644d5a2`](https://github.com/livekit/agents-js/commit/644d5a2b301a6ccb226f08d0d7483f3c3b63db9e), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + - @livekit/agents-plugin-silero@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index 7afa4d0d2..4ffa5c584 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.5.0", + "version": "1.5.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 3aaa961bb..57683ecec 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-neuphonic +## 1.5.1 + +### Patch Changes + +- Batch streamed text into sentences before sending it to the Neuphonic websocket (matching the Python plugin), with a configurable `tokenizer` option. This also anchors TTS TTFB on the first sentence sent to the provider instead of the first LLM token. - [#1955](https://github.com/livekit/agents-js/pull/1955) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index d6413a89c..3997b0872 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.5.0", + "version": "1.5.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 94f97324d..5e2858d17 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 1.5.1 + +### Patch Changes + +- Change the default voice in `RealtimeModel.withAzure` from `alloy` to `marin`, matching the `RealtimeModel` constructor and the Python plugin. - [#2002](https://github.com/livekit/agents-js/pull/2002) ([@u9g](https://github.com/u9g)) + +- Disable OpenAI SDK retries for LiveKit inference and OpenAI SDK-based plugin requests. - [#1981](https://github.com/livekit/agents-js/pull/1981) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Emit OpenAI realtime STT start and end-of-speech events from speech activity boundaries. - [#1946](https://github.com/livekit/agents-js/pull/1946) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Minor Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 51405d89f..0f53d3288 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.5.0", + "version": "1.5.1", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/perplexity/CHANGELOG.md b/plugins/perplexity/CHANGELOG.md index f9af7c1a2..9faadfd17 100644 --- a/plugins/perplexity/CHANGELOG.md +++ b/plugins/perplexity/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-perplexity +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`d23840f`](https://github.com/livekit/agents-js/commit/d23840f7a032bc95f946e3d0b20bcf81be99756a), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`a433619`](https://github.com/livekit/agents-js/commit/a433619a79aa9b32d029d2689423e03031c85bbb), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + - @livekit/agents-plugin-openai@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/perplexity/package.json b/plugins/perplexity/package.json index 6b66ce51b..26a7ff61a 100644 --- a/plugins/perplexity/package.json +++ b/plugins/perplexity/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-perplexity", - "version": "1.5.0", + "version": "1.5.1", "description": "Perplexity plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/CHANGELOG.md b/plugins/phonic/CHANGELOG.md index 3ae34ecdf..ea7099152 100644 --- a/plugins/phonic/CHANGELOG.md +++ b/plugins/phonic/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-phonic +## 1.5.1 + +### Patch Changes + +- Add `onConversationCreated` callback to the Phonic realtime model, invoked with the conversation ID once Phonic creates the conversation. - [#1933](https://github.com/livekit/agents-js/pull/1933) ([@qionghuang6](https://github.com/qionghuang6)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 6a7de8e38..fd32d39f0 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.5.0", + "version": "1.5.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 bcb5be6c0..779fef92b 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 5f2dca7ff..34a3c1634 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.5.0", + "version": "1.5.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 8ca98e7ec..91335f40d 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index fb7f59405..3f4ae05c3 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.5.0", + "version": "1.5.1", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/runway/CHANGELOG.md b/plugins/runway/CHANGELOG.md index 9c129f67a..34956fb53 100644 --- a/plugins/runway/CHANGELOG.md +++ b/plugins/runway/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-runway +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/runway/package.json b/plugins/runway/package.json index 0160bef4b..d3acd7758 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.5.0", + "version": "1.5.1", "description": "Runway plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/CHANGELOG.md b/plugins/sarvam/CHANGELOG.md index 35546213e..894655dbe 100644 --- a/plugins/sarvam/CHANGELOG.md +++ b/plugins/sarvam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-sarvam +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 0c3c2c4da..10db2943d 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.5.0", + "version": "1.5.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 dd1b216d2..0189bfa2c 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-silero +## 1.5.1 + +### Patch Changes + +- Use the ONNX runtime path when explicitly loading `silero.VAD.load()`. - [#1944](https://github.com/livekit/agents-js/pull/1944) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 4428d05f3..3ab848b56 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.5.0", + "version": "1.5.1", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/soniox/CHANGELOG.md b/plugins/soniox/CHANGELOG.md index be0b80c86..cc378068d 100644 --- a/plugins/soniox/CHANGELOG.md +++ b/plugins/soniox/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-soniox +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/soniox/package.json b/plugins/soniox/package.json index 0fba8008b..a1c798437 100644 --- a/plugins/soniox/package.json +++ b/plugins/soniox/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-soniox", - "version": "1.5.0", + "version": "1.5.1", "description": "Soniox plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/tavus/CHANGELOG.md b/plugins/tavus/CHANGELOG.md index 0c3a04dd7..961cbe368 100644 --- a/plugins/tavus/CHANGELOG.md +++ b/plugins/tavus/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-tavus +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/tavus/package.json b/plugins/tavus/package.json index 07ce364ba..c9624cdae 100644 --- a/plugins/tavus/package.json +++ b/plugins/tavus/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-tavus", - "version": "1.5.0", + "version": "1.5.1", "description": "Tavus avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index ccf8783e9..1915af282 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 81d4ba098..223b4d8dc 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.5.0", + "version": "1.5.1", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/CHANGELOG.md b/plugins/trugen/CHANGELOG.md index f385a079f..663eeb8bb 100644 --- a/plugins/trugen/CHANGELOG.md +++ b/plugins/trugen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-trugen +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 511bab978..1686cbc1c 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.5.0", + "version": "1.5.1", "description": "Trugen avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/xai/CHANGELOG.md b/plugins/xai/CHANGELOG.md index 8cbc42ca3..8974db7d1 100644 --- a/plugins/xai/CHANGELOG.md +++ b/plugins/xai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-xai +## 1.5.1 + +### Patch Changes + +- Updated dependencies [[`5e8431a`](https://github.com/livekit/agents-js/commit/5e8431a7044d764bfcb575905068a7e13d39b5cf), [`d23840f`](https://github.com/livekit/agents-js/commit/d23840f7a032bc95f946e3d0b20bcf81be99756a), [`8ded843`](https://github.com/livekit/agents-js/commit/8ded84301a2eb9de306b3a0aab2548726a488c17), [`213b284`](https://github.com/livekit/agents-js/commit/213b2840bb7b71146801258a8537f3ba28f633ff), [`c20907c`](https://github.com/livekit/agents-js/commit/c20907c048dfc07746b78a1d1d98fdc751c4a814), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`36e6460`](https://github.com/livekit/agents-js/commit/36e64603f62e41106b7712ce3c5a373bb516ffcd), [`a433619`](https://github.com/livekit/agents-js/commit/a433619a79aa9b32d029d2689423e03031c85bbb), [`92d7244`](https://github.com/livekit/agents-js/commit/92d7244b4fa1282b649f222c2459c6cfdf059067), [`9738429`](https://github.com/livekit/agents-js/commit/973842982c4377958dad3e462ae05683181dcdb4), [`1f881c2`](https://github.com/livekit/agents-js/commit/1f881c2b485b0dc0fcb20b835a470c7b243a4899), [`a0144bb`](https://github.com/livekit/agents-js/commit/a0144bb862f16f0c468ae529698bd8ac98adb00f), [`6dbf08f`](https://github.com/livekit/agents-js/commit/6dbf08fdb780ee2b841b117ba96103732fa4814f), [`7a5da25`](https://github.com/livekit/agents-js/commit/7a5da253691d00c1699cf39abe5a61aea22b8331), [`42a5355`](https://github.com/livekit/agents-js/commit/42a5355be4a53bdc4c9e251cef09fbb9002f1655)]: + - @livekit/agents@1.5.1 + - @livekit/agents-plugin-openai@1.5.1 + ## 1.5.0 ### Patch Changes diff --git a/plugins/xai/package.json b/plugins/xai/package.json index cf27cce44..5fcfeaaaf 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.5.0", + "version": "1.5.1", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",