diff --git a/.changeset/adaptive-interruption-tool-calls.md b/.changeset/adaptive-interruption-tool-calls.md deleted file mode 100644 index 61f946b2b2..0000000000 --- a/.changeset/adaptive-interruption-tool-calls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Preserve adaptive interruption boundaries when agent playout pauses or enters a tool-call thinking gap. diff --git a/.changeset/add-speechmatics-linden.md b/.changeset/add-speechmatics-linden.md deleted file mode 100644 index 7422a3c567..0000000000 --- a/.changeset/add-speechmatics-linden.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add Speechmatics Linden inference STT model support. diff --git a/.changeset/add-xai-inference-models.md b/.changeset/add-xai-inference-models.md deleted file mode 100644 index 2b348fb066..0000000000 --- a/.changeset/add-xai-inference-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add Grok 4.3 and Grok 4.5 to the supported xAI inference models. diff --git a/.changeset/calm-spoons-speak.md b/.changeset/calm-spoons-speak.md deleted file mode 100644 index a1fb66e5f3..0000000000 --- a/.changeset/calm-spoons-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add `callerHangupSpeech` for deterministic text or custom speech handles during warm transfers. -Export `SpeechHandle` and deprecate `callerHangupInstruction`. diff --git a/.changeset/fix-agent-task-close-deadlock.md b/.changeset/fix-agent-task-close-deadlock.md deleted file mode 100644 index 53e423c083..0000000000 --- a/.changeset/fix-agent-task-close-deadlock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(voice): avoid AgentTask handoff deadlock during session close diff --git a/.changeset/fix-realtime-redaction-timestamps.md b/.changeset/fix-realtime-redaction-timestamps.md deleted file mode 100644 index a116827e2b..0000000000 --- a/.changeset/fix-realtime-redaction-timestamps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Report recording chat-item timestamps in Unix seconds and warn that audio redaction may be inaccurate for realtime sessions. diff --git a/.changeset/gemini-transcription-live.md b/.changeset/gemini-transcription-live.md deleted file mode 100644 index 086897a737..0000000000 --- a/.changeset/gemini-transcription-live.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@livekit/agents': patch -'@livekit/agents-plugin-google': patch ---- - -Add Gemini 3.5 Transcribe Live to LiveKit inference and the Google beta plugin. - -`stt.SpeechStream` now resets its retry budget after every final transcript, so `maxRetry` -bounds consecutive failures rather than the lifetime of the stream. Providers that recycle -their socket on a fixed interval (such as Gemini Live's 10-minute session cap) previously -exhausted the budget and stopped recognizing on long sessions. diff --git a/.changeset/google-realtime-unspoken-text.md b/.changeset/google-realtime-unspoken-text.md deleted file mode 100644 index a99b2b57a1..0000000000 --- a/.changeset/google-realtime-unspoken-text.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -Gemini realtime: keep unspoken model text parts out of the transcript when the session runs with audio output and output transcription enabled. diff --git a/.changeset/green-logs-travel.md b/.changeset/green-logs-travel.md deleted file mode 100644 index 68631d8d4f..0000000000 --- a/.changeset/green-logs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add the deployed LiveKit Cloud region to every log record. diff --git a/.changeset/quiet-rivers-greet.md b/.changeset/quiet-rivers-greet.md deleted file mode 100644 index a0fa442370..0000000000 --- a/.changeset/quiet-rivers-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add `greetingSpeech` for optional answer-time speech during warm transfers. diff --git a/.changeset/report-sdk-version.md b/.changeset/report-sdk-version.md deleted file mode 100644 index 22c5330749..0000000000 --- a/.changeset/report-sdk-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Include the JavaScript SDK version in Cloud observability session reports. diff --git a/.changeset/send-worker-deployment.md b/.changeset/send-worker-deployment.md deleted file mode 100644 index f658716bb6..0000000000 --- a/.changeset/send-worker-deployment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Send deployment environment in worker registration. diff --git a/.changeset/stale-speeches-listen.md b/.changeset/stale-speeches-listen.md deleted file mode 100644 index faf207ff99..0000000000 --- a/.changeset/stale-speeches-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Prevent delayed cleanup from an interrupted reply from overwriting the agent state owned by a newer reply. diff --git a/.changeset/stale-speeches-stop.md b/.changeset/stale-speeches-stop.md deleted file mode 100644 index 487e1b2251..0000000000 --- a/.changeset/stale-speeches-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Interrupt superseded queued replies when a new user turn arrives during interrupted speech cleanup. diff --git a/.changeset/tidy-bags-wait.md b/.changeset/tidy-bags-wait.md deleted file mode 100644 index 2e29abb4e3..0000000000 --- a/.changeset/tidy-bags-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Serialize inline AgentTasks launched by parallel tool calls. diff --git a/.changeset/tidy-simulations-report.md b/.changeset/tidy-simulations-report.md deleted file mode 100644 index 047e2951f3..0000000000 --- a/.changeset/tidy-simulations-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Stamp simulation run and job IDs on session telemetry and expose them on `SimulationContext`. diff --git a/.changeset/warm-transfer-cooperative-cancellation.md b/.changeset/warm-transfer-cooperative-cancellation.md deleted file mode 100644 index 81a0381c1f..0000000000 --- a/.changeset/warm-transfer-cooperative-cancellation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add an optional `abortSignal` to `WarmTransferTask`. Aborting stops waiting for a pending dial or ends an active consultation, and `run()` rejects with the signal reason. diff --git a/.changeset/worker-protocol-version.md b/.changeset/worker-protocol-version.md deleted file mode 100644 index add2e3d8f0..0000000000 --- a/.changeset/worker-protocol-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Report the worker protocol version on the `/worker` endpoint so LiveKit Cloud recognizes agent deployment support. diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 6f07552b6d..e69b0c7f82 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,49 @@ # @livekit/agents +## 1.7.1 + +### Patch Changes + +- Preserve adaptive interruption boundaries when agent playout pauses or enters a tool-call thinking gap. - [#2290](https://github.com/livekit/agents-js/pull/2290) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add Speechmatics Linden inference STT model support. - [#2353](https://github.com/livekit/agents-js/pull/2353) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add Grok 4.3 and Grok 4.5 to the supported xAI inference models. - [#2338](https://github.com/livekit/agents-js/pull/2338) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add `callerHangupSpeech` for deterministic text or custom speech handles during warm transfers. - [#2299](https://github.com/livekit/agents-js/pull/2299) ([@chenghao-mou](https://github.com/chenghao-mou)) + Export `SpeechHandle` and deprecate `callerHangupInstruction`. + +- fix(voice): avoid AgentTask handoff deadlock during session close - [#1776](https://github.com/livekit/agents-js/pull/1776) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Report recording chat-item timestamps in Unix seconds and warn that audio redaction may be inaccurate for realtime sessions. - [#2348](https://github.com/livekit/agents-js/pull/2348) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Add Gemini 3.5 Transcribe Live to LiveKit inference and the Google beta plugin. - [#2352](https://github.com/livekit/agents-js/pull/2352) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + + `stt.SpeechStream` now resets its retry budget after every final transcript, so `maxRetry` + bounds consecutive failures rather than the lifetime of the stream. Providers that recycle + their socket on a fixed interval (such as Gemini Live's 10-minute session cap) previously + exhausted the budget and stopped recognizing on long sessions. + +- Add the deployed LiveKit Cloud region to every log record. - [#2344](https://github.com/livekit/agents-js/pull/2344) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add `greetingSpeech` for optional answer-time speech during warm transfers. - [#2300](https://github.com/livekit/agents-js/pull/2300) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Include the JavaScript SDK version in Cloud observability session reports. - [#2340](https://github.com/livekit/agents-js/pull/2340) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Send deployment environment in worker registration. - [#1677](https://github.com/livekit/agents-js/pull/1677) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Prevent delayed cleanup from an interrupted reply from overwriting the agent state owned by a newer reply. - [#2341](https://github.com/livekit/agents-js/pull/2341) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Interrupt superseded queued replies when a new user turn arrives during interrupted speech cleanup. - [#2342](https://github.com/livekit/agents-js/pull/2342) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Serialize inline AgentTasks launched by parallel tool calls. - [#2313](https://github.com/livekit/agents-js/pull/2313) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Stamp simulation run and job IDs on session telemetry and expose them on `SimulationContext`. - [#2351](https://github.com/livekit/agents-js/pull/2351) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add an optional `abortSignal` to `WarmTransferTask`. Aborting stops waiting for a pending dial or ends an active consultation, and `run()` rejects with the signal reason. - [#2295](https://github.com/livekit/agents-js/pull/2295) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Report the worker protocol version on the `/worker` endpoint so LiveKit Cloud recognizes agent deployment support. - [#1677](https://github.com/livekit/agents-js/pull/1677) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + ## 1.7.0 ### Minor Changes diff --git a/agents/package.json b/agents/package.json index 16a12888ed..4fd662cbf2 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.7.0", + "version": "1.7.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 e97dffa7b4..c27641fcfd 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 35eb3f2f6a..fc08bde138 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.7.0", + "version": "1.7.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 index 4f1c665adf..38728ff55e 100644 --- a/plugins/anthropic/CHANGELOG.md +++ b/plugins/anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anthropic +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index 93d7076808..af87875a44 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anthropic", - "version": "1.7.0", + "version": "1.7.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 a715a6f269..e580a7d82a 100644 --- a/plugins/assemblyai/CHANGELOG.md +++ b/plugins/assemblyai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-assemblyai +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index ca2b5ca41b..466ec99032 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.7.0", + "version": "1.7.1", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index bb3736cd30..264925e48d 100644 --- a/plugins/azure/CHANGELOG.md +++ b/plugins/azure/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-azure +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/azure/package.json b/plugins/azure/package.json index b1f7affab0..5a63775fa5 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-azure", - "version": "1.7.0", + "version": "1.7.1", "description": "Azure 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 db5fd32aa3..f781841eeb 100644 --- a/plugins/baseten/CHANGELOG.md +++ b/plugins/baseten/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-baseten +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 03d21e0666..c673179512 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.7.0", + "version": "1.7.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 8874e5b07f..49a602e78f 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 28d9ef6e24..b598631eb1 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.7.0", + "version": "1.7.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 eb789eedbe..6a1d9065fe 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index f0802f519c..c0945e3c07 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.7.0", + "version": "1.7.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 4f91a300fc..d0c2476622 100644 --- a/plugins/cerebras/CHANGELOG.md +++ b/plugins/cerebras/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-cerebras +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + - @livekit/agents-plugin-openai@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index dbf96ec00f..79eef61376 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.7.0", + "version": "1.7.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 0891a206e6..80d71b6f45 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Minor Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 2d6fe1ea3b..345fdb94bc 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.7.0", + "version": "1.7.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 b4699aeaff..d59a29f9b6 100644 --- a/plugins/did/CHANGELOG.md +++ b/plugins/did/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-did +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/did/package.json b/plugins/did/package.json index 0e4faa6c07..57462239e4 100644 --- a/plugins/did/package.json +++ b/plugins/did/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-did", - "version": "1.7.0", + "version": "1.7.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 793fe9f1bc..8f230f3e17 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index b513af456f..48949b76b7 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.7.0", + "version": "1.7.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 777a2ac5c2..ec389d7fc8 100644 --- a/plugins/fishaudio/CHANGELOG.md +++ b/plugins/fishaudio/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-fishaudio +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index 5b7b4dea60..06269f435b 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.7.0", + "version": "1.7.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 7e60182a84..9335ab95b0 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,21 @@ # @livekit/agents-plugin-google +## 1.7.1 + +### Patch Changes + +- Add Gemini 3.5 Transcribe Live to LiveKit inference and the Google beta plugin. - [#2352](https://github.com/livekit/agents-js/pull/2352) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + + `stt.SpeechStream` now resets its retry budget after every final transcript, so `maxRetry` + bounds consecutive failures rather than the lifetime of the stream. Providers that recycle + their socket on a fixed interval (such as Gemini Live's 10-minute session cap) previously + exhausted the budget and stopped recognizing on long sessions. + +- Gemini realtime: keep unspoken model text parts out of the transcript when the session runs with audio output and output transcription enabled. - [#2294](https://github.com/livekit/agents-js/pull/2294) ([@anzemur](https://github.com/anzemur)) + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 23db77e093..58147ed903 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.7.0", + "version": "1.7.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 df69d8d5b5..712906fd5d 100644 --- a/plugins/hedra/CHANGELOG.md +++ b/plugins/hedra/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hedra +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index bede912e83..e0cea3f7e3 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.7.0", + "version": "1.7.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 659bae2c7f..c4e4c56393 100644 --- a/plugins/hume/CHANGELOG.md +++ b/plugins/hume/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hume +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/hume/package.json b/plugins/hume/package.json index c93632ed65..d9c38f4298 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.7.0", + "version": "1.7.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 c2a3ab1db5..a5d9f9fd6f 100644 --- a/plugins/inworld/CHANGELOG.md +++ b/plugins/inworld/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-inworld +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 7694e98f21..39ef5444c0 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.7.0", + "version": "1.7.1", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/krisp/CHANGELOG.md b/plugins/krisp/CHANGELOG.md index 0be809644a..dfe6d02d7f 100644 --- a/plugins/krisp/CHANGELOG.md +++ b/plugins/krisp/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-krisp +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/krisp/package.json b/plugins/krisp/package.json index 43ee471d26..a0f4dea56e 100644 --- a/plugins/krisp/package.json +++ b/plugins/krisp/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-krisp", - "version": "1.7.0", + "version": "1.7.1", "description": "Krisp Audio 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 df77b7e82a..48591b4d45 100644 --- a/plugins/lemonslice/CHANGELOG.md +++ b/plugins/lemonslice/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-lemonslice +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 9a74edf111..93b9d94d02 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.7.0", + "version": "1.7.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 a04b645709..feb1d801b7 100644 --- a/plugins/liveavatar/CHANGELOG.md +++ b/plugins/liveavatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-liveavatar +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index 2bffe4842d..a979f63954 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.7.0", + "version": "1.7.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 026d3d2ab7..40b5f79ea3 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 7c0c87b720..dd2190ba37 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.7.0", + "version": "1.7.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 ce111970cc..41462394cb 100644 --- a/plugins/minimax/CHANGELOG.md +++ b/plugins/minimax/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-minimax +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Minor Changes diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index 7c0f50c873..f2c3fdd127 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.7.0", + "version": "1.7.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 1ffa24cf87..0dcf0808df 100644 --- a/plugins/mistral/CHANGELOG.md +++ b/plugins/mistral/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistral +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + - @livekit/agents-plugin-mistralai@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 563fe861fb..30aa59e68f 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.7.0", + "version": "1.7.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 4d74e4b09e..64f7081104 100644 --- a/plugins/mistralai/CHANGELOG.md +++ b/plugins/mistralai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistralai +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + - @livekit/agents-plugin-silero@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index 1ad9ad2cb4..93de8614dc 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.7.0", + "version": "1.7.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 6e7ad19a2e..b50496ac9d 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 96577ced88..38c343f0e9 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.7.0", + "version": "1.7.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 ebe4bf8666..0c8394ecd4 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 5f7dc2fd7a..ac6b4212fa 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.7.0", + "version": "1.7.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 842a39eb11..0eaec4f7f5 100644 --- a/plugins/perplexity/CHANGELOG.md +++ b/plugins/perplexity/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-perplexity +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + - @livekit/agents-plugin-openai@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/perplexity/package.json b/plugins/perplexity/package.json index 4814e1be3a..12564036fa 100644 --- a/plugins/perplexity/package.json +++ b/plugins/perplexity/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-perplexity", - "version": "1.7.0", + "version": "1.7.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 08a8d62f00..7b01b2e7d9 100644 --- a/plugins/phonic/CHANGELOG.md +++ b/plugins/phonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-phonic +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 21bd16796a..f7c8355af0 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.7.0", + "version": "1.7.1", "description": "Phonic STS plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/protoface/CHANGELOG.md b/plugins/protoface/CHANGELOG.md index 7b3c44d198..2cdd3f9631 100644 --- a/plugins/protoface/CHANGELOG.md +++ b/plugins/protoface/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-protoface +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/protoface/package.json b/plugins/protoface/package.json index 8d3efab2a9..dec9a1a48a 100644 --- a/plugins/protoface/package.json +++ b/plugins/protoface/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-protoface", - "version": "1.7.0", + "version": "1.7.1", "description": "Protoface avatar 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 cbb84ebc58..727f8f4d25 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 2e25709f23..31d35c2ee5 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.7.0", + "version": "1.7.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 baeb719dd4..6ccb092fb8 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 7ca45f3b49..70e47d0aaa 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.7.0", + "version": "1.7.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 d4bbc0b119..c75164009a 100644 --- a/plugins/runway/CHANGELOG.md +++ b/plugins/runway/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-runway +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/runway/package.json b/plugins/runway/package.json index 8553303cf7..b1d1e4a454 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.7.0", + "version": "1.7.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 2a93c5ce35..d6f5779e1d 100644 --- a/plugins/sarvam/CHANGELOG.md +++ b/plugins/sarvam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-sarvam +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index aa8283b512..3cbcf4c037 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.7.0", + "version": "1.7.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 3a8db6fd11..04449c3c63 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index b42d9f5d13..105c9a34b6 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.7.0", + "version": "1.7.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 0ade238792..79e978802c 100644 --- a/plugins/soniox/CHANGELOG.md +++ b/plugins/soniox/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-soniox +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/soniox/package.json b/plugins/soniox/package.json index 6660b7025a..caa972ab0a 100644 --- a/plugins/soniox/package.json +++ b/plugins/soniox/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-soniox", - "version": "1.7.0", + "version": "1.7.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 4e07909543..23be7c631e 100644 --- a/plugins/tavus/CHANGELOG.md +++ b/plugins/tavus/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-tavus +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/tavus/package.json b/plugins/tavus/package.json index 783e7a8662..3700afc6b5 100644 --- a/plugins/tavus/package.json +++ b/plugins/tavus/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-tavus", - "version": "1.7.0", + "version": "1.7.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 732517ed58..556e25526e 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 23d15ce90c..073f121450 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.7.0", + "version": "1.7.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 29321ad698..a2434721bd 100644 --- a/plugins/trugen/CHANGELOG.md +++ b/plugins/trugen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-trugen +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 2742fb7f4f..0bbb4a9f9f 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.7.0", + "version": "1.7.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 4e2bdabea2..4de0e0328e 100644 --- a/plugins/xai/CHANGELOG.md +++ b/plugins/xai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-xai +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`d5ee95f`](https://github.com/livekit/agents-js/commit/d5ee95fec5707c3ff6cb79805d036388597628c9), [`87a6458`](https://github.com/livekit/agents-js/commit/87a64584b75c04a7a39e6c0ee65c9eca12eb1860), [`480fd99`](https://github.com/livekit/agents-js/commit/480fd99ad1ec6a839f986b19c437969f894bbd8d), [`ea4d5b0`](https://github.com/livekit/agents-js/commit/ea4d5b0f96dffb869fd26ae80e1fc075c154e19f), [`3790deb`](https://github.com/livekit/agents-js/commit/3790deb75c10754d84649f8e1772129fab2463af), [`8c0a96a`](https://github.com/livekit/agents-js/commit/8c0a96ac8a53dc6188cbed6da0172dac50265a0d), [`ed95f82`](https://github.com/livekit/agents-js/commit/ed95f820b3c2063d956447acdc91539537a5a563), [`a0cfa2f`](https://github.com/livekit/agents-js/commit/a0cfa2fb220a2db20ed4783135ccaef97db31541), [`7646117`](https://github.com/livekit/agents-js/commit/7646117a61c9ac5fcaabf286203f952dc18483be), [`461ccf7`](https://github.com/livekit/agents-js/commit/461ccf7b8c7187cf644fc809e020c4aae635758b), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015), [`94b4800`](https://github.com/livekit/agents-js/commit/94b48004d0a98cc4d00288dea8ae183807d92fa0), [`83c8d39`](https://github.com/livekit/agents-js/commit/83c8d39221fd540b996d1ebd450db28c4aa5c111), [`0da1e11`](https://github.com/livekit/agents-js/commit/0da1e1165e8afa82f5993a22dbac17efadce6187), [`57aa345`](https://github.com/livekit/agents-js/commit/57aa34556a255ed0166366813d5f022b4eae4f94), [`e53106c`](https://github.com/livekit/agents-js/commit/e53106c2b5ff7cf1fa66854a4c61ff9d464406a3), [`8c88e3b`](https://github.com/livekit/agents-js/commit/8c88e3b3acb3ab32dc2d7b19073379f726704015)]: + - @livekit/agents@1.7.1 + - @livekit/agents-plugin-openai@1.7.1 + ## 1.7.0 ### Patch Changes diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 50ceb9765d..be7077d07e 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.7.0", + "version": "1.7.1", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",