diff --git a/.changeset/afraid-beds-bet.md b/.changeset/afraid-beds-bet.md deleted file mode 100644 index e265e12ef..000000000 --- a/.changeset/afraid-beds-bet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Support OpenAI realtime GA API diff --git a/.changeset/bitter-dogs-slide.md b/.changeset/bitter-dogs-slide.md deleted file mode 100644 index 4294b0157..000000000 --- a/.changeset/bitter-dogs-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-deepgram': patch ---- - -Added deepgram flux functionality to the agents-js diff --git a/.changeset/breezy-moons-obey.md b/.changeset/breezy-moons-obey.md deleted file mode 100644 index ed9009307..000000000 --- a/.changeset/breezy-moons-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-bey': patch ---- - -fix: explicitly set avatar participant kind to 'agent' diff --git a/.changeset/dirty-months-remain.md b/.changeset/dirty-months-remain.md deleted file mode 100644 index 66e987f2d..000000000 --- a/.changeset/dirty-months-remain.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch -'@livekit/agents': patch ---- - -fix(google): handle late-arriving toolCalls in Gemini realtime API - -When using the Gemini realtime API, tool calls could occasionally arrive after `turnComplete`, causing them to be lost or trigger errors. This fix keeps the `functionChannel` open after `turnComplete` to catch late-arriving tool calls, and adds a `closed` property to `StreamChannel` to track channel state. - -No code changes required for consumers. diff --git a/.changeset/dirty-sites-fold.md b/.changeset/dirty-sites-fold.md deleted file mode 100644 index d9c1d6558..000000000 --- a/.changeset/dirty-sites-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -awaited the prewarm function diff --git a/.changeset/eight-files-destroy.md b/.changeset/eight-files-destroy.md deleted file mode 100644 index bed6f842a..000000000 --- a/.changeset/eight-files-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Fix flaky IPC test EPIPE error diff --git a/.changeset/evil-ideas-allow.md b/.changeset/evil-ideas-allow.md deleted file mode 100644 index 5ac556352..000000000 --- a/.changeset/evil-ideas-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Send all log levels to cloud observability regardless of terminal log level diff --git a/.changeset/five-cheetahs-appear.md b/.changeset/five-cheetahs-appear.md deleted file mode 100644 index c8c72a480..000000000 --- a/.changeset/five-cheetahs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-google": patch ---- - -Add gemini realtime API thinking config diff --git a/.changeset/fruity-sloths-pull.md b/.changeset/fruity-sloths-pull.md deleted file mode 100644 index 104f64b30..000000000 --- a/.changeset/fruity-sloths-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fix supervisor process crashes when child process dies unexpectedly diff --git a/.changeset/heavy-symbols-worry.md b/.changeset/heavy-symbols-worry.md deleted file mode 100644 index 5501e4123..000000000 --- a/.changeset/heavy-symbols-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -inherit execArgv when forking TypeScript child processes diff --git a/.changeset/old-bananas-melt.md b/.changeset/old-bananas-melt.md deleted file mode 100644 index 833d73b3d..000000000 --- a/.changeset/old-bananas-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-silero': patch ---- - -persist RNN state between VAD inference calls diff --git a/.changeset/pretty-cats-check.md b/.changeset/pretty-cats-check.md deleted file mode 100644 index 9fd797982..000000000 --- a/.changeset/pretty-cats-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch -'@livekit/agents-plugin-openai': patch -'@livekit/agents': patch ---- - -fix realtime function call timestamps diff --git a/.changeset/rich-hats-appear.md b/.changeset/rich-hats-appear.md deleted file mode 100644 index 4414b5f80..000000000 --- a/.changeset/rich-hats-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -Update Gemini realtime models and voices to match latest API diff --git a/.changeset/shiny-foxes-jump.md b/.changeset/shiny-foxes-jump.md deleted file mode 100644 index 15a5ab929..000000000 --- a/.changeset/shiny-foxes-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents-plugin-openai": patch -"@livekit/agents-plugin-xai": patch ---- - -Add xai plugin and fix openai plugin for xai compatibility diff --git a/.changeset/shy-terms-rule.md b/.changeset/shy-terms-rule.md deleted file mode 100644 index f48245442..000000000 --- a/.changeset/shy-terms-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Fork files with cjs extension when running cjs file diff --git a/.changeset/sixty-mirrors-shine.md b/.changeset/sixty-mirrors-shine.md deleted file mode 100644 index 4525f6d0b..000000000 --- a/.changeset/sixty-mirrors-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -Skip streaming thought tokens from gemini realtime thinking model diff --git a/.changeset/strong-apricots-lie.md b/.changeset/strong-apricots-lie.md deleted file mode 100644 index 09951e647..000000000 --- a/.changeset/strong-apricots-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -fix(agents): return to listening state for Gemini realtime API thinking-only turns diff --git a/.changeset/strong-hoops-lick.md b/.changeset/strong-hoops-lick.md deleted file mode 100644 index 24b3cf367..000000000 --- a/.changeset/strong-hoops-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -preserve thought signatures for Gemini 3+ function calling diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 1b5b12136..427d98411 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,31 @@ # @livekit/agents +## 1.0.32 + +### Patch Changes + +- fix(google): handle late-arriving toolCalls in Gemini realtime API - [#937](https://github.com/livekit/agents-js/pull/937) ([@kirsten-emak](https://github.com/kirsten-emak)) + + When using the Gemini realtime API, tool calls could occasionally arrive after `turnComplete`, causing them to be lost or trigger errors. This fix keeps the `functionChannel` open after `turnComplete` to catch late-arriving tool calls, and adds a `closed` property to `StreamChannel` to track channel state. + + No code changes required for consumers. + +- awaited the prewarm function - [#919](https://github.com/livekit/agents-js/pull/919) ([@KrishnaShuk](https://github.com/KrishnaShuk)) + +- Fix flaky IPC test EPIPE error - [#941](https://github.com/livekit/agents-js/pull/941) ([@toubatbrian](https://github.com/toubatbrian)) + +- Send all log levels to cloud observability regardless of terminal log level - [#942](https://github.com/livekit/agents-js/pull/942) ([@toubatbrian](https://github.com/toubatbrian)) + +- Fix supervisor process crashes when child process dies unexpectedly - [#935](https://github.com/livekit/agents-js/pull/935) ([@Hormold](https://github.com/Hormold)) + +- inherit execArgv when forking TypeScript child processes - [#948](https://github.com/livekit/agents-js/pull/948) ([@toubatbrian](https://github.com/toubatbrian)) + +- fix realtime function call timestamps - [#946](https://github.com/livekit/agents-js/pull/946) ([@toubatbrian](https://github.com/toubatbrian)) + +- Fork files with cjs extension when running cjs file - [#892](https://github.com/livekit/agents-js/pull/892) ([@budde377](https://github.com/budde377)) + +- fix(agents): return to listening state for Gemini realtime API thinking-only turns - [#936](https://github.com/livekit/agents-js/pull/936) ([@kirsten-emak](https://github.com/kirsten-emak)) + ## 1.0.31 ## 1.0.30 diff --git a/agents/package.json b/agents/package.json index f817ddf35..cc34b66bc 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.0.31", + "version": "1.0.32", "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 3a44d0c63..3b9e6ec47 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 279ae6f08..d0dcf780b 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.0.31", + "version": "1.0.32", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index abfd9828b..9f5eaf82a 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.0.31", + "version": "1.0.32", "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 671a97813..5696bf5db 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-bey +## 1.0.32 + +### Patch Changes + +- fix: explicitly set avatar participant kind to 'agent' - [#933](https://github.com/livekit/agents-js/pull/933) ([@karlsonlee-livekit](https://github.com/karlsonlee-livekit)) + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 32ac3237d..2c360a665 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.0.31", + "version": "1.0.32", "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 0ae699900..5267480e4 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 0690fd801..742e7f1f3 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.0.31", + "version": "1.0.32", "description": "Cartesia 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 9d96c9a1b..a60ea8f6c 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 1.0.32 + +### Patch Changes + +- Added deepgram flux functionality to the agents-js - [#938](https://github.com/livekit/agents-js/pull/938) ([@KrishnaShuk](https://github.com/KrishnaShuk)) + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 408ee2d16..4ac08a172 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.0.31", + "version": "1.0.32", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 1d0adaa94..da0630a9f 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 75b9d20af..d38efb969 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.0.31", + "version": "1.0.32", "description": "ElevenLabs 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 81e847196..2d6cfe33d 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,28 @@ # @livekit/agents-plugin-google +## 1.0.32 + +### Patch Changes + +- fix(google): handle late-arriving toolCalls in Gemini realtime API - [#937](https://github.com/livekit/agents-js/pull/937) ([@kirsten-emak](https://github.com/kirsten-emak)) + + When using the Gemini realtime API, tool calls could occasionally arrive after `turnComplete`, causing them to be lost or trigger errors. This fix keeps the `functionChannel` open after `turnComplete` to catch late-arriving tool calls, and adds a `closed` property to `StreamChannel` to track channel state. + + No code changes required for consumers. + +- Add gemini realtime API thinking config - [#950](https://github.com/livekit/agents-js/pull/950) ([@Speediing](https://github.com/Speediing)) + +- fix realtime function call timestamps - [#946](https://github.com/livekit/agents-js/pull/946) ([@toubatbrian](https://github.com/toubatbrian)) + +- Update Gemini realtime models and voices to match latest API - [#940](https://github.com/livekit/agents-js/pull/940) ([@toubatbrian](https://github.com/toubatbrian)) + +- Skip streaming thought tokens from gemini realtime thinking model - [#943](https://github.com/livekit/agents-js/pull/943) ([@toubatbrian](https://github.com/toubatbrian)) + +- preserve thought signatures for Gemini 3+ function calling - [#921](https://github.com/livekit/agents-js/pull/921) ([@tomc98](https://github.com/tomc98)) + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index c37ffdaa5..ffb2e6bb5 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.0.31", + "version": "1.0.32", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 81f37337f..44e4368f5 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.0.31", + "version": "1.0.32", "description": "Inworld 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 b04fee9ee..d10442b2b 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index e264e105a..d17c594a0 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.0.31", + "version": "1.0.32", "description": "Additional utilities 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 2f712d998..4f4e76830 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 7162f2f6c..5e40189f3 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.0.31", + "version": "1.0.32", "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 d8e87c34c..7fb5d4959 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 1.0.32 + +### Patch Changes + +- Support OpenAI realtime GA API - [#949](https://github.com/livekit/agents-js/pull/949) ([@toubatbrian](https://github.com/toubatbrian)) + +- fix realtime function call timestamps - [#946](https://github.com/livekit/agents-js/pull/946) ([@toubatbrian](https://github.com/toubatbrian)) + +- Add xai plugin and fix openai plugin for xai compatibility - [#929](https://github.com/livekit/agents-js/pull/929) ([@karlsonlee-livekit](https://github.com/karlsonlee-livekit)) + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index d11148763..fa946d102 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.0.31", + "version": "1.0.32", "description": "OpenAI 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 23ecbf8c9..11e9a1f7d 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index d6c3a3ee6..ecd79c56f 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.0.31", + "version": "1.0.32", "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 5c958e889..33186f8a7 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 94ca9a09c..2c14510cc 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.0.31", + "version": "1.0.32", "description": "Rime 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 465825a8b..c46c90dcc 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-silero +## 1.0.32 + +### Patch Changes + +- persist RNN state between VAD inference calls - [#944](https://github.com/livekit/agents-js/pull/944) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index e674c3cf7..dcc7817f1 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.0.31", + "version": "1.0.32", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index 326d7de14..7c3ca195c 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.0.32 + +### Patch Changes + +- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]: + - @livekit/agents@1.0.32 + ## 1.0.31 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index f1999d2fd..07fa61f8c 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.0.31", + "version": "1.0.32", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 953fca575..c8863bb61 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.0.0", + "version": "1.0.32", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",