diff --git a/.changeset/cold-kings-leave.md b/.changeset/cold-kings-leave.md deleted file mode 100644 index 0cced83..0000000 --- a/.changeset/cold-kings-leave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-elevenlabs": patch -"@livekit/agents-plugin-openai": patch ---- - -add ChunkedStream, openai.TTS diff --git a/.changeset/khaki-pants-cry.md b/.changeset/khaki-pants-cry.md deleted file mode 100644 index c25dc16..0000000 --- a/.changeset/khaki-pants-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-silero": patch ---- - -feat(stt): implement StreamAdapter diff --git a/.changeset/light-bees-provide.md b/.changeset/light-bees-provide.md deleted file mode 100644 index fa46354..0000000 --- a/.changeset/light-bees-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents-plugin-openai": minor ---- - -add OpenAI/Groq STT diff --git a/.changeset/little-jobs-rush.md b/.changeset/little-jobs-rush.md deleted file mode 100644 index 74f2ace..0000000 --- a/.changeset/little-jobs-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -export VPAEvent not as type diff --git a/.changeset/quiet-windows-bow.md b/.changeset/quiet-windows-bow.md deleted file mode 100644 index 97925ef..0000000 --- a/.changeset/quiet-windows-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/agents": patch -"@livekit/agents-plugin-deepgram": patch ---- - -add tts.StreamAdapter diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index d74d635..2ea3eae 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/agents +## 0.4.4 + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- feat(stt): implement StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- export VPAEvent not as type - [#161](https://github.com/livekit/agents-js/pull/161) ([@nbsp](https://github.com/nbsp)) + +- add tts.StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + ## 0.4.3 ## 0.4.2 diff --git a/agents/package.json b/agents/package.json index cc73c90..1f15269 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "0.4.3", + "version": "0.4.4", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index 2bf10f4..73fce22 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 0.4.4 + +### Patch Changes + +- add tts.StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 3a668e4..e7cf6bc 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "0.4.3", + "version": "0.4.4", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index e2f50d9..6c33c8c 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 0.4.4 + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index f48442f..298e8d7 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "0.4.3", + "version": "0.4.4", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index fa33d12..3386239 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,18 @@ # @livekit/agents-plugin-openai +## 0.5.0 + +### Minor Changes + +- add OpenAI/Groq STT - [#153](https://github.com/livekit/agents-js/pull/153) ([@nbsp](https://github.com/nbsp)) + +### Patch Changes + +- add ChunkedStream, openai.TTS - [#155](https://github.com/livekit/agents-js/pull/155) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 7b0499b..404d8ef 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "0.4.3", + "version": "0.5.0", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index 85b391f..c6daf4a 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-silero +## 0.4.4 + +### Patch Changes + +- feat(stt): implement StreamAdapter - [#156](https://github.com/livekit/agents-js/pull/156) ([@nbsp](https://github.com/nbsp)) + +- Updated dependencies [[`95ac1798daf846a14a4fb8b240412a7f66a897e6`](https://github.com/livekit/agents-js/commit/95ac1798daf846a14a4fb8b240412a7f66a897e6), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8), [`ddab1203ac56a88aa44defcc46f60b761b006292`](https://github.com/livekit/agents-js/commit/ddab1203ac56a88aa44defcc46f60b761b006292), [`cb500cb4319aab982d965c2ff118d2acbac965a8`](https://github.com/livekit/agents-js/commit/cb500cb4319aab982d965c2ff118d2acbac965a8)]: + - @livekit/agents@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index f640d15..a81ae7e 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "0.4.3", + "version": "0.4.4", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "types": "dist/index.d.ts",