diff --git a/.changeset/chilled-students-clap.md b/.changeset/chilled-students-clap.md deleted file mode 100644 index bdd90d12d..000000000 --- a/.changeset/chilled-students-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -add `google/gemini-2.0-flash-exp` as default model for vertex diff --git a/.changeset/eleven-pianos-train.md b/.changeset/eleven-pianos-train.md deleted file mode 100644 index d360f5af0..000000000 --- a/.changeset/eleven-pianos-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -emit error event for realtime model diff --git a/.changeset/fast-houses-yell.md b/.changeset/fast-houses-yell.md deleted file mode 100644 index f2d4ac3da..000000000 --- a/.changeset/fast-houses-yell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-anthropic": patch -"livekit-plugins-openai": patch ---- - -fix: return structured output from func calls diff --git a/.changeset/lazy-boats-drum.md b/.changeset/lazy-boats-drum.md deleted file mode 100644 index 2ccad190b..000000000 --- a/.changeset/lazy-boats-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Handle optional func args in tool calls when set to `None` diff --git a/.changeset/proud-starfishes-film.md b/.changeset/proud-starfishes-film.md deleted file mode 100644 index 9b4503546..000000000 --- a/.changeset/proud-starfishes-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-turn-detector": patch -"livekit-agents": patch ---- - -improvements to endpointing latency diff --git a/.changeset/seven-cows-rush.md b/.changeset/seven-cows-rush.md deleted file mode 100644 index 57b3917ca..000000000 --- a/.changeset/seven-cows-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -fix: openai llm retries diff --git a/.changeset/short-donuts-mate.md b/.changeset/short-donuts-mate.md deleted file mode 100644 index 405b56031..000000000 --- a/.changeset/short-donuts-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-deepgram": patch ---- - -enable deepgram filler words by default to improve end of turn accuracy diff --git a/.changeset/strange-apes-hide.md b/.changeset/strange-apes-hide.md deleted file mode 100644 index c43f064f3..000000000 --- a/.changeset/strange-apes-hide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"livekit-plugins-azure": minor -"livekit-plugins-turn-detector": patch -"livekit-plugins-openai": patch -"livekit-agents": patch ---- - -Improvements to end of turn plugin, ensure STT language settings. diff --git a/.changeset/tough-chicken-obey.md b/.changeset/tough-chicken-obey.md deleted file mode 100644 index a44161f2f..000000000 --- a/.changeset/tough-chicken-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix duplicated agent speech commit for message with function call diff --git a/.changeset/wild-plants-dream.md b/.changeset/wild-plants-dream.md deleted file mode 100644 index 51f737a24..000000000 --- a/.changeset/wild-plants-dream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-openai": patch -"livekit-agents": patch ---- - -fix: Handle optional func args in tool calls when set to `None` diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 44c8fa97d..5616d9626 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.1 +livekit-agents>=0.12.2 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 44c8fa97d..5616d9626 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.1 +livekit-agents>=0.12.2 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index 698b9a61e..e74eccacc 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.12.1 -livekit-plugins-deepgram>=0.6.13 +livekit-agents>=0.12.2 +livekit-plugins-deepgram>=0.6.14 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index a2e61b9da..8e983ef04 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.1 -livekit-plugins-openai>=0.10.9 +livekit-agents>=0.12.2 +livekit-plugins-openai>=0.10.10 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 09fe5b3f0..8e9bfd7f4 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,6 +1,6 @@ -livekit-agents>=0.12.1 -livekit-plugins-openai>=0.10.9 -livekit-plugins-deepgram>=0.6.13 +livekit-agents>=0.12.2 +livekit-plugins-openai>=0.10.10 +livekit-plugins-deepgram>=0.6.14 livekit-plugins-silero>=0.7.4 livekit-plugins-rag>=0.2.3 python-dotenv~=1.0 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 24142d46c..8a65f0234 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,17 @@ # livekit-agents +## 0.12.2 + +### Patch Changes + +- improvements to endpointing latency - [#1212](https://github.com/livekit/agents/pull/1212) ([@davidzhao](https://github.com/davidzhao)) + +- Improvements to end of turn plugin, ensure STT language settings. - [#1195](https://github.com/livekit/agents/pull/1195) ([@davidzhao](https://github.com/davidzhao)) + +- fix duplicated agent speech commit for message with function call - [#1192](https://github.com/livekit/agents/pull/1192) ([@longcw](https://github.com/longcw)) + +- fix: Handle optional func args in tool calls when set to `None` - [#1211](https://github.com/livekit/agents/pull/1211) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.12.1 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index 9c397d6f5..769b5d67e 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.1" +__version__ = "0.12.2" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index 54284d4c0..172ad6196 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.12.1" + "version": "0.12.2" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index 3029fdc75..ab0944df0 100644 --- a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-anthropic +## 0.2.7 + +### Patch Changes + +- fix: return structured output from func calls - [#1187](https://github.com/livekit/agents/pull/1187) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.2.6 ### 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 79a0751fe..c75e497a4 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.6" +__version__ = "0.2.7" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index 0664f1da4..a4f8b5235 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.6" + "version": "0.2.7" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index ba85d2f96..9a5897906 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.0 + +### Minor Changes + +- Improvements to end of turn plugin, ensure STT language settings. - [#1195](https://github.com/livekit/agents/pull/1195) ([@davidzhao](https://github.com/davidzhao)) + ## 0.4.4 ### Patch 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 d04dc199d..63a2bd75e 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.4.4" +__version__ = "0.5.0" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index df3b28464..dc0b821de 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.4.4" + "version": "0.5.0" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 045df8265..6836c4522 100644 --- a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-deepgram +## 0.6.14 + +### Patch Changes + +- enable deepgram filler words by default to improve end of turn accuracy - [#1190](https://github.com/livekit/agents/pull/1190) ([@davidzhao](https://github.com/davidzhao)) + ## 0.6.13 ### 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 ce338f9fd..63f6f8624 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.13" +__version__ = "0.6.14" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index 5acd4f784..1259f3ad3 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.13" + "version": "0.6.14" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index 322dab221..3d2783b7c 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,23 @@ # livekit-plugins-openai +## 0.10.10 + +### Patch Changes + +- add `google/gemini-2.0-flash-exp` as default model for vertex - [#1214](https://github.com/livekit/agents/pull/1214) ([@jayeshp19](https://github.com/jayeshp19)) + +- emit error event for realtime model - [#1200](https://github.com/livekit/agents/pull/1200) ([@longcw](https://github.com/longcw)) + +- fix: return structured output from func calls - [#1187](https://github.com/livekit/agents/pull/1187) ([@jayeshp19](https://github.com/jayeshp19)) + +- Handle optional func args in tool calls when set to `None` - [#1211](https://github.com/livekit/agents/pull/1211) ([@jayeshp19](https://github.com/jayeshp19)) + +- fix: openai llm retries - [#1196](https://github.com/livekit/agents/pull/1196) ([@theomonnom](https://github.com/theomonnom)) + +- Improvements to end of turn plugin, ensure STT language settings. - [#1195](https://github.com/livekit/agents/pull/1195) ([@davidzhao](https://github.com/davidzhao)) + +- fix: Handle optional func args in tool calls when set to `None` - [#1211](https://github.com/livekit/agents/pull/1211) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.10.9 ### 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 ec11a78c1..9a14e871f 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.9" +__version__ = "0.10.10" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 43c821fb1..b9238338f 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.9" + "version": "0.10.10" } diff --git a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md index 7ee56eb02..201e0f662 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-eou +## 0.3.2 + +### Patch Changes + +- improvements to endpointing latency - [#1212](https://github.com/livekit/agents/pull/1212) ([@davidzhao](https://github.com/davidzhao)) + +- Improvements to end of turn plugin, ensure STT language settings. - [#1195](https://github.com/livekit/agents/pull/1195) ([@davidzhao](https://github.com/davidzhao)) + ## 0.3.1 ### 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 4abd7da9b..adb9a59d4 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.1" +__version__ = "0.3.2" diff --git a/livekit-plugins/livekit-plugins-turn-detector/package.json b/livekit-plugins/livekit-plugins-turn-detector/package.json index d8e254df4..6e6bfea47 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.1" + "version": "0.3.2" }