diff --git a/.changeset/empty-sheep-pump.md b/.changeset/empty-sheep-pump.md deleted file mode 100644 index 06c854c20..000000000 --- a/.changeset/empty-sheep-pump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-deepgram": patch -"livekit-agents": patch ---- - -added streaming audio decoder for compressed audio. diff --git a/.changeset/famous-points-tickle.md b/.changeset/famous-points-tickle.md deleted file mode 100644 index 48df9b431..000000000 --- a/.changeset/famous-points-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -add on_duplicate option for multimodal agent response create diff --git a/.changeset/fix-imgui-setup.md b/.changeset/fix-imgui-setup.md deleted file mode 100644 index a6e52168e..000000000 --- a/.changeset/fix-imgui-setup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-browser": patch ---- - -fix: fix `imgui` setup diff --git a/.changeset/gorgeous-days-retire.md b/.changeset/gorgeous-days-retire.md deleted file mode 100644 index fa28e85a8..000000000 --- a/.changeset/gorgeous-days-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Add JPEG quality param to image encoder diff --git a/.changeset/great-lizards-pump.md b/.changeset/great-lizards-pump.md deleted file mode 100644 index a9542b8be..000000000 --- a/.changeset/great-lizards-pump.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-anthropic": patch -"livekit-plugins-openai": patch ---- - -Add support for OpenAI's "detail" parameter to ChatImage - -Add support for data URLs on ChatImage in the Anthropic plugin. diff --git a/.changeset/grumpy-dancers-develop.md b/.changeset/grumpy-dancers-develop.md deleted file mode 100644 index c5563f597..000000000 --- a/.changeset/grumpy-dancers-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -filter out empty message for set chat ctx in realtime model diff --git a/.changeset/loud-onions-invent.md b/.changeset/loud-onions-invent.md deleted file mode 100644 index dcedf95b4..000000000 --- a/.changeset/loud-onions-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-turn-detector": patch ---- - -use quantized onnx version of turn detector model diff --git a/.changeset/nervous-years-sell.md b/.changeset/nervous-years-sell.md deleted file mode 100644 index a7829fe92..000000000 --- a/.changeset/nervous-years-sell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"livekit-plugins-anthropic": patch -"livekit-plugins-openai": patch -"livekit-agents": patch ---- - -fix: correctly parse function argument types diff --git a/.changeset/real-squids-warn.md b/.changeset/real-squids-warn.md deleted file mode 100644 index 43c5d096d..000000000 --- a/.changeset/real-squids-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -add session_updated event for RealtimeSession diff --git a/.changeset/strange-snakes-hug.md b/.changeset/strange-snakes-hug.md deleted file mode 100644 index 1753e0133..000000000 --- a/.changeset/strange-snakes-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -added llama 3.3 70b to model definitions diff --git a/.changeset/thin-carpets-thank.md b/.changeset/thin-carpets-thank.md deleted file mode 100644 index 809ac6fa5..000000000 --- a/.changeset/thin-carpets-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -update default realtime model to gpt-4o-realtime-preview-2024-12-17 diff --git a/.changeset/tiny-papayas-film.md b/.changeset/tiny-papayas-film.md deleted file mode 100644 index 07ccea04c..000000000 --- a/.changeset/tiny-papayas-film.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-anthropic": patch -"livekit-plugins-openai": patch ---- - -Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - -Make scale_aspect_fit the new default resizing option for video frames. diff --git a/.changeset/twenty-dragons-shave.md b/.changeset/twenty-dragons-shave.md deleted file mode 100644 index ceaa8890c..000000000 --- a/.changeset/twenty-dragons-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - -fix azure stt language autodetection diff --git a/.changeset/warm-pillows-grow.md b/.changeset/warm-pillows-grow.md deleted file mode 100644 index f0f29092a..000000000 --- a/.changeset/warm-pillows-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-deepgram": patch ---- - -Support Deepgram TTS diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 5616d9626..53a52b16a 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.2 +livekit-agents>=0.12.3 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 5616d9626..53a52b16a 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.2 +livekit-agents>=0.12.3 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index e74eccacc..53ee39eb8 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.12.2 -livekit-plugins-deepgram>=0.6.14 +livekit-agents>=0.12.3 +livekit-plugins-deepgram>=0.6.15 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 8e983ef04..e5e0d8ddd 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.2 -livekit-plugins-openai>=0.10.10 +livekit-agents>=0.12.3 +livekit-plugins-openai>=0.10.11 livekit-plugins-cartesia>=0.4.5 livekit-plugins-elevenlabs>=0.7.9 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index a4cdff1ef..c8942df19 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.2 -livekit-plugins-deepgram>=0.6.14 +livekit-agents>=0.12.3 +livekit-plugins-deepgram>=0.6.15 livekit-plugins-google>=0.8.1 livekit-plugins-openai[vertex]>=0.10.10 livekit-plugins-silero>=0.7.4 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 8a65f0234..0eed9f245 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,23 @@ # livekit-agents +## 0.12.3 + +### Patch Changes + +- added streaming audio decoder for compressed audio. - [#1236](https://github.com/livekit/agents/pull/1236) ([@davidzhao](https://github.com/davidzhao)) + +- Add JPEG quality param to image encoder - [#1249](https://github.com/livekit/agents/pull/1249) ([@bcherry](https://github.com/bcherry)) + +- Add support for OpenAI's "detail" parameter to ChatImage - [#1213](https://github.com/livekit/agents/pull/1213) ([@bcherry](https://github.com/bcherry)) + + Add support for data URLs on ChatImage in the Anthropic plugin. + +- fix: correctly parse function argument types - [#1221](https://github.com/livekit/agents/pull/1221) ([@jayeshp19](https://github.com/jayeshp19)) + +- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [#1222](https://github.com/livekit/agents/pull/1222) ([@bcherry](https://github.com/bcherry)) + + Make scale_aspect_fit the new default resizing option for video frames. + ## 0.12.2 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index 769b5d67e..55829dea7 100644 --- a/livekit-agents/livekit/agents/version.py +++ b/livekit-agents/livekit/agents/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.12.2" +__version__ = "0.12.3" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index 172ad6196..c23feb751 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.12.2" + "version": "0.12.3" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index ab0944df0..b99daa6ca 100644 --- a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md @@ -1,5 +1,19 @@ # livekit-plugins-anthropic +## 0.2.8 + +### Patch Changes + +- Add support for OpenAI's "detail" parameter to ChatImage - [#1213](https://github.com/livekit/agents/pull/1213) ([@bcherry](https://github.com/bcherry)) + + Add support for data URLs on ChatImage in the Anthropic plugin. + +- fix: correctly parse function argument types - [#1221](https://github.com/livekit/agents/pull/1221) ([@jayeshp19](https://github.com/jayeshp19)) + +- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [#1222](https://github.com/livekit/agents/pull/1222) ([@bcherry](https://github.com/bcherry)) + + Make scale_aspect_fit the new default resizing option for video frames. + ## 0.2.7 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py index c75e497a4..e558b382c 100644 --- a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py +++ b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.7" +__version__ = "0.2.8" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index a4f8b5235..ad2ba63a2 100644 --- a/livekit-plugins/livekit-plugins-anthropic/package.json +++ b/livekit-plugins/livekit-plugins-anthropic/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-anthropic", "private": true, - "version": "0.2.7" + "version": "0.2.8" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 9a5897906..5d4ab532b 100644 --- a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-azure +## 0.5.1 + +### Patch Changes + +- fix azure stt language autodetection - [#1246](https://github.com/livekit/agents/pull/1246) ([@davidzhao](https://github.com/davidzhao)) + ## 0.5.0 ### Minor Changes diff --git a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py index 63a2bd75e..79283902f 100644 --- a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py +++ b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index dc0b821de..cdd81c035 100644 --- a/livekit-plugins/livekit-plugins-azure/package.json +++ b/livekit-plugins/livekit-plugins-azure/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-azure", "private": true, - "version": "0.5.0" + "version": "0.5.1" } diff --git a/livekit-plugins/livekit-plugins-browser/CHANGELOG.md b/livekit-plugins/livekit-plugins-browser/CHANGELOG.md index e13c5455f..498a259c3 100644 --- a/livekit-plugins/livekit-plugins-browser/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-browser/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-browser +## 0.0.5 + +### Patch Changes + +- fix: fix `imgui` setup - [#1226](https://github.com/livekit/agents/pull/1226) ([@mbukeRepo](https://github.com/mbukeRepo)) + ## 0.0.4 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py b/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py index 1308acf66..0f8366140 100644 --- a/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py +++ b/livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.4" +__version__ = "0.0.5" diff --git a/livekit-plugins/livekit-plugins-browser/package.json b/livekit-plugins/livekit-plugins-browser/package.json index 5340f768c..f28e403c5 100644 --- a/livekit-plugins/livekit-plugins-browser/package.json +++ b/livekit-plugins/livekit-plugins-browser/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-browser", "private": true, - "version": "0.0.4" + "version": "0.0.5" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 6836c4522..9c624c19f 100644 --- a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-deepgram +## 0.6.15 + +### Patch Changes + +- added streaming audio decoder for compressed audio. - [#1236](https://github.com/livekit/agents/pull/1236) ([@davidzhao](https://github.com/davidzhao)) + +- Support Deepgram TTS - [#1201](https://github.com/livekit/agents/pull/1201) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.6.14 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py index 63f6f8624..c83922d4e 100644 --- a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py +++ b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.14" +__version__ = "0.6.15" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index 1259f3ad3..65cf7a26a 100644 --- a/livekit-plugins/livekit-plugins-deepgram/package.json +++ b/livekit-plugins/livekit-plugins-deepgram/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-deepgram", "private": true, - "version": "0.6.14" + "version": "0.6.15" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index 3d2783b7c..5187121c9 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,29 @@ # livekit-plugins-openai +## 0.10.11 + +### Patch Changes + +- add on_duplicate option for multimodal agent response create - [#1204](https://github.com/livekit/agents/pull/1204) ([@longcw](https://github.com/longcw)) + +- Add support for OpenAI's "detail" parameter to ChatImage - [#1213](https://github.com/livekit/agents/pull/1213) ([@bcherry](https://github.com/bcherry)) + + Add support for data URLs on ChatImage in the Anthropic plugin. + +- filter out empty message for set chat ctx in realtime model - [#1245](https://github.com/livekit/agents/pull/1245) ([@longcw](https://github.com/longcw)) + +- fix: correctly parse function argument types - [#1221](https://github.com/livekit/agents/pull/1221) ([@jayeshp19](https://github.com/jayeshp19)) + +- add session_updated event for RealtimeSession - [#1253](https://github.com/livekit/agents/pull/1253) ([@longcw](https://github.com/longcw)) + +- added llama 3.3 70b to model definitions - [#1233](https://github.com/livekit/agents/pull/1233) ([@davidzhao](https://github.com/davidzhao)) + +- update default realtime model to gpt-4o-realtime-preview-2024-12-17 - [#1250](https://github.com/livekit/agents/pull/1250) ([@davidzhao](https://github.com/davidzhao)) + +- Fix center_aspect_fit bug, add scale_aspect_fit and scale_aspect_fill resizing options. - [#1222](https://github.com/livekit/agents/pull/1222) ([@bcherry](https://github.com/bcherry)) + + Make scale_aspect_fit the new default resizing option for video frames. + ## 0.10.10 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py index 9a14e871f..613650a21 100644 --- a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py +++ b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.10" +__version__ = "0.10.11" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index b9238338f..a5087740b 100644 --- a/livekit-plugins/livekit-plugins-openai/package.json +++ b/livekit-plugins/livekit-plugins-openai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-openai", "private": true, - "version": "0.10.10" + "version": "0.10.11" } diff --git a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md index 201e0f662..abb338923 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-eou +## 0.3.3 + +### Patch Changes + +- use quantized onnx version of turn detector model - [#1231](https://github.com/livekit/agents/pull/1231) ([@jeradf](https://github.com/jeradf)) + ## 0.3.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py index adb9a59d4..6b8f1ef90 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py +++ b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/livekit-plugins/livekit-plugins-turn-detector/package.json b/livekit-plugins/livekit-plugins-turn-detector/package.json index 6e6bfea47..acd5d4300 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/package.json +++ b/livekit-plugins/livekit-plugins-turn-detector/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-turn-detector", "private": true, - "version": "0.3.2" + "version": "0.3.3" }