diff --git a/.changeset/blue-files-melt.md b/.changeset/blue-files-melt.md deleted file mode 100644 index 657dc11deb..0000000000 --- a/.changeset/blue-files-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix interrupt_min_words handling diff --git a/.changeset/breezy-rockets-camp.md b/.changeset/breezy-rockets-camp.md deleted file mode 100644 index 88f909c728..0000000000 --- a/.changeset/breezy-rockets-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -pipelineagent: fix speech_committed never called diff --git a/.changeset/famous-pianos-fly.md b/.changeset/famous-pianos-fly.md deleted file mode 100644 index 3cda79b8ee..0000000000 --- a/.changeset/famous-pianos-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Allow setting agent attributes when accepting job diff --git a/.changeset/gentle-suits-cheat.md b/.changeset/gentle-suits-cheat.md deleted file mode 100644 index 6ade7f1399..0000000000 --- a/.changeset/gentle-suits-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Expose usage metrics for Realtime model diff --git a/.changeset/lazy-rabbits-confess.md b/.changeset/lazy-rabbits-confess.md deleted file mode 100644 index d616df3f2a..0000000000 --- a/.changeset/lazy-rabbits-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -handles error in function calls diff --git a/.changeset/moody-poets-rule.md b/.changeset/moody-poets-rule.md deleted file mode 100644 index 1f9991a507..0000000000 --- a/.changeset/moody-poets-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Include job count in WorkerStatus and pass in worker for load_fnc diff --git a/.changeset/new-games-change.md b/.changeset/new-games-change.md deleted file mode 100644 index d72906d4fa..0000000000 --- a/.changeset/new-games-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -added catch for aborted speech diff --git a/.changeset/new-maps-move.md b/.changeset/new-maps-move.md deleted file mode 100644 index 3226560686..0000000000 --- a/.changeset/new-maps-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -Make Google STT keywords match Deepgram diff --git a/.changeset/nice-bags-bake.md b/.changeset/nice-bags-bake.md deleted file mode 100644 index ad852322be..0000000000 --- a/.changeset/nice-bags-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-assemblyai": minor ---- - -Introduce assembly.ai plugin diff --git a/.changeset/perfect-boats-search.md b/.changeset/perfect-boats-search.md deleted file mode 100644 index 9c7adff1bb..0000000000 --- a/.changeset/perfect-boats-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -Add support for boosting phrases in Google STT diff --git a/.changeset/pink-eagles-fry.md b/.changeset/pink-eagles-fry.md deleted file mode 100644 index b54f25822f..0000000000 --- a/.changeset/pink-eagles-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix delay calculation diff --git a/.changeset/poor-toes-call.md b/.changeset/poor-toes-call.md deleted file mode 100644 index 149978ef4b..0000000000 --- a/.changeset/poor-toes-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - -add support for azure speech containers diff --git a/.changeset/quiet-roses-exercise.md b/.changeset/quiet-roses-exercise.md deleted file mode 100644 index 2f071e9b42..0000000000 --- a/.changeset/quiet-roses-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - -fix azure sample_rate parameter diff --git a/.changeset/smooth-moons-joke.md b/.changeset/smooth-moons-joke.md deleted file mode 100644 index 307befe42c..0000000000 --- a/.changeset/smooth-moons-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-openai": patch -"livekit-agents": patch ---- - -sync the Realtime API converstation items and add set_chat_ctx diff --git a/.changeset/tender-boxes-roll.md b/.changeset/tender-boxes-roll.md deleted file mode 100644 index 90ac83a9dc..0000000000 --- a/.changeset/tender-boxes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -added metrics for idle time diff --git a/.changeset/warm-candles-kneel.md b/.changeset/warm-candles-kneel.md deleted file mode 100644 index e5b48fd000..0000000000 --- a/.changeset/warm-candles-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-anthropic": patch ---- - -anthropic tool fix diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 1280e2d5b2..bab12a04f5 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 1280e2d5b2..bab12a04f5 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index 3860f0c895..9cf49773db 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 livekit-plugins-deepgram>=0.6.9 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 4d7d22cdd3..367ad056e6 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.11.1 -livekit-plugins-openai>=0.10.5 +livekit-agents>=0.11.2 +livekit-plugins-openai>=0.10.6 livekit-plugins-cartesia>=0.4.3 livekit-plugins-elevenlabs>=0.7.7 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index be4184d949..9b838496b1 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.11.1 -livekit-plugins-openai>=0.10.5 +livekit-agents>=0.11.2 +livekit-plugins-openai>=0.10.6 livekit-plugins-deepgram>=0.6.9 livekit-plugins-silero>=0.7.3 livekit-plugins-rag>=0.2.2 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index d17ab84317..f888b80775 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,25 @@ # livekit-agents +## 0.11.2 + +### Patch Changes + +- Fix interrupt_min_words handling - [#1062](https://github.com/livekit/agents/pull/1062) ([@davidzhao](https://github.com/davidzhao)) + +- pipelineagent: fix speech_committed never called - [#1078](https://github.com/livekit/agents/pull/1078) ([@theomonnom](https://github.com/theomonnom)) + +- Allow setting agent attributes when accepting job - [#1076](https://github.com/livekit/agents/pull/1076) ([@davidzhao](https://github.com/davidzhao)) + +- handles error in function calls - [#1057](https://github.com/livekit/agents/pull/1057) ([@jayeshp19](https://github.com/jayeshp19)) + +- Include job count in WorkerStatus and pass in worker for load_fnc - [#1046](https://github.com/livekit/agents/pull/1046) ([@keepingitneil](https://github.com/keepingitneil)) + +- Fix delay calculation - [#1081](https://github.com/livekit/agents/pull/1081) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw)) + +- added metrics for idle time - [#1064](https://github.com/livekit/agents/pull/1064) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.11.1 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index c3de13f903..1783979fae 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.11.1" +__version__ = "0.11.2" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index f36d5e5063..84f3f1e5ab 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.11.1" + "version": "0.11.2" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index 90c8de959a..a6d8931d24 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.4 + +### Patch Changes + +- anthropic tool fix - [#1051](https://github.com/livekit/agents/pull/1051) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.2.3 ### 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 0f3f2ddd48..f7f2274ac4 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.3" +__version__ = "0.2.4" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index c58fd39a46..0a9be8b4c5 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.3" + "version": "0.2.4" } diff --git a/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md b/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md new file mode 100644 index 0000000000..4e2653349e --- /dev/null +++ b/livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md @@ -0,0 +1,7 @@ +# livekit-plugins-assemblyai + +## 0.1.0 + +### Minor Changes + +- Introduce assembly.ai plugin - [#1082](https://github.com/livekit/agents/pull/1082) ([@davidzhao](https://github.com/davidzhao)) diff --git a/livekit-plugins/livekit-plugins-assemblyai/package.json b/livekit-plugins/livekit-plugins-assemblyai/package.json index e0667c05e7..5b509ec531 100644 --- a/livekit-plugins/livekit-plugins-assemblyai/package.json +++ b/livekit-plugins/livekit-plugins-assemblyai/package.json @@ -1,6 +1,5 @@ { "name": "livekit-plugins-assemblyai", "private": true, - "version": "0.0.0" - } - \ No newline at end of file + "version": "0.1.0" +} \ No newline at end of file diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 742034e691..5597a247fa 100644 --- a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-azure +## 0.4.2 + +### Patch Changes + +- add support for azure speech containers - [#1043](https://github.com/livekit/agents/pull/1043) ([@longcw](https://github.com/longcw)) + +- fix azure sample_rate parameter - [#1072](https://github.com/livekit/agents/pull/1072) ([@theomonnom](https://github.com/theomonnom)) + ## 0.4.1 ### 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 2f6aec26ce..2b3617a7b4 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.1" +__version__ = "0.4.2" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index 5075dfe899..0541e5a1c3 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.1" + "version": "0.4.2" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index f1bb396cec..dac20edd97 100644 --- a/livekit-plugins/livekit-plugins-google/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-plugins-google +## 0.7.3 + +### Patch Changes + +- added catch for aborted speech - [#1055](https://github.com/livekit/agents/pull/1055) ([@jayeshp19](https://github.com/jayeshp19)) + +- Make Google STT keywords match Deepgram - [#1067](https://github.com/livekit/agents/pull/1067) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- Add support for boosting phrases in Google STT - [#1066](https://github.com/livekit/agents/pull/1066) ([@martin-purplefish](https://github.com/martin-purplefish)) + ## 0.7.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py index d40c152471..20d8a22267 100644 --- a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py +++ b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.2" +__version__ = "0.7.3" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 0097c3469c..38ac1d046c 100644 --- a/livekit-plugins/livekit-plugins-google/package.json +++ b/livekit-plugins/livekit-plugins-google/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-google", "private": true, - "version": "0.7.2" + "version": "0.7.3" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d5cb987219..c5d4dc2a0c 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-openai +## 0.10.6 + +### Patch Changes + +- Expose usage metrics for Realtime model - [#1036](https://github.com/livekit/agents/pull/1036) ([@yuyuma](https://github.com/yuyuma)) + +- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw)) + ## 0.10.5 ### 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 7dcfe7ba6b..7215e06614 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.5" +__version__ = "0.10.6" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index a86e443eca..2357cab346 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.5" + "version": "0.10.6" }