diff --git a/.changeset/cuddly-boxes-look.md b/.changeset/cuddly-boxes-look.md deleted file mode 100644 index 50947aa55..000000000 --- a/.changeset/cuddly-boxes-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -fix: Azure realtime model does not accept null for max_response_output_tokens diff --git a/.changeset/eight-pigs-dream.md b/.changeset/eight-pigs-dream.md deleted file mode 100644 index 452cf5fae..000000000 --- a/.changeset/eight-pigs-dream.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"livekit-plugins-azure": patch -"livekit-plugins-cartesia": patch -"livekit-plugins-elevenlabs": patch -"livekit-plugins-google": patch -"livekit-plugins-openai": patch ---- - -add update_options to TTS diff --git a/.changeset/five-lobsters-mate.md b/.changeset/five-lobsters-mate.md deleted file mode 100644 index 2b67f3957..000000000 --- a/.changeset/five-lobsters-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -Additional options enabled on Google TTS diff --git a/.changeset/friendly-cycles-double.md b/.changeset/friendly-cycles-double.md deleted file mode 100644 index 99b758228..000000000 --- a/.changeset/friendly-cycles-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-deepgram": patch ---- - -stt: reduce bandwidth usage by reducing sample_rate to 16khz diff --git a/.changeset/lazy-cooks-develop.md b/.changeset/lazy-cooks-develop.md deleted file mode 100644 index 2018031fd..000000000 --- a/.changeset/lazy-cooks-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - - azure tts: fix SSML Implementation by Adding Tag diff --git a/.changeset/lucky-kangaroos-fly.md b/.changeset/lucky-kangaroos-fly.md deleted file mode 100644 index e48029cae..000000000 --- a/.changeset/lucky-kangaroos-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - -azure tts: fix Prosody Config Validation diff --git a/.changeset/nice-icons-watch.md b/.changeset/nice-icons-watch.md deleted file mode 100644 index 9ea3ab22c..000000000 --- a/.changeset/nice-icons-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix before_llm_cb not handling coroutines returning False diff --git a/.changeset/sharp-dancers-develop.md b/.changeset/sharp-dancers-develop.md deleted file mode 100644 index 98bdd44bf..000000000 --- a/.changeset/sharp-dancers-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Add exception logging for tool calls diff --git a/.changeset/shiny-emus-change.md b/.changeset/shiny-emus-change.md deleted file mode 100644 index 8e2423c2e..000000000 --- a/.changeset/shiny-emus-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-llama-index": patch ---- - -Publish llama-index plugin diff --git a/.changeset/short-boxes-smoke.md b/.changeset/short-boxes-smoke.md deleted file mode 100644 index ed03fc9bc..000000000 --- a/.changeset/short-boxes-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -openai: fix low timeouts diff --git a/.changeset/soft-apples-itch.md b/.changeset/soft-apples-itch.md deleted file mode 100644 index fd6c41c3a..000000000 --- a/.changeset/soft-apples-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -pipeline-agent: avoid nested function calls diff --git a/.changeset/tidy-eggs-smell.md b/.changeset/tidy-eggs-smell.md deleted file mode 100644 index 1f5ce6839..000000000 --- a/.changeset/tidy-eggs-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix jobs never reloading diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 170336f2d..c506856c9 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.10.2 +livekit-agents>=0.10.3 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 170336f2d..c506856c9 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.10.2 +livekit-agents>=0.10.3 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index ff15440e1..7a9e08a40 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.10.2 -livekit-plugins-deepgram>=0.6.8 +livekit-agents>=0.10.3 +livekit-plugins-deepgram>=0.6.9 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 4c6fca4e4..e3de5b944 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,4 +1,4 @@ -livekit-agents>=0.10.2 -livekit-plugins-openai>=0.10.4 -livekit-plugins-cartesia>=0.4.2 -livekit-plugins-elevenlabs>=0.7.5 +livekit-agents>=0.10.3 +livekit-plugins-openai>=0.10.5 +livekit-plugins-cartesia>=0.4.3 +livekit-plugins-elevenlabs>=0.7.6 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index a155789e8..b51600ba9 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,6 +1,6 @@ -livekit-agents>=0.10.2 -livekit-plugins-openai>=0.10.4 -livekit-plugins-deepgram>=0.6.8 +livekit-agents>=0.10.3 +livekit-plugins-openai>=0.10.5 +livekit-plugins-deepgram>=0.6.9 livekit-plugins-silero>=0.7.2 livekit-plugins-rag>=0.2.2 python-dotenv~=1.0 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 252771a25..6997b4aa0 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,19 @@ # livekit-agents +## 0.10.3 + +### Patch Changes + +- stt: reduce bandwidth usage by reducing sample_rate to 16khz - [#920](https://github.com/livekit/agents/pull/920) ([@theomonnom](https://github.com/theomonnom)) + +- fix before_llm_cb not handling coroutines returning False - [#961](https://github.com/livekit/agents/pull/961) ([@Tanesan](https://github.com/Tanesan)) + +- Add exception logging for tool calls - [#923](https://github.com/livekit/agents/pull/923) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- pipeline-agent: avoid nested function calls - [#935](https://github.com/livekit/agents/pull/935) ([@theomonnom](https://github.com/theomonnom)) + +- fix jobs never reloading - [#934](https://github.com/livekit/agents/pull/934) ([@theomonnom](https://github.com/theomonnom)) + ## 0.10.2 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index d5ec5a9f3..ba63387bc 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.10.2" +__version__ = "0.10.3" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index 0902339d1..1d116da34 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.10.2" + "version": "0.10.3" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 3c19c1d6b..e6b6e0beb 100644 --- a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-plugins-azure +## 0.4.1 + +### Patch Changes + +- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom)) + +- azure tts: fix SSML Implementation by Adding Tag - [#929](https://github.com/livekit/agents/pull/929) ([@samirsalman](https://github.com/samirsalman)) + +- azure tts: fix Prosody Config Validation - [#918](https://github.com/livekit/agents/pull/918) ([@samirsalman](https://github.com/samirsalman)) + ## 0.4.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 6ad7bdc09..2f6aec26c 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.0" +__version__ = "0.4.1" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index 080b53f82..5075dfe89 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.0" + "version": "0.4.1" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index d92a10504..3318623c7 100644 --- a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-cartesia +## 0.4.3 + +### Patch Changes + +- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom)) + ## 0.4.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py index 608b5cd5a..728ebaff3 100644 --- a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py +++ b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.2" +__version__ = "0.4.3" diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index 2bf74f9a9..f292f6ff0 100644 --- a/livekit-plugins/livekit-plugins-cartesia/package.json +++ b/livekit-plugins/livekit-plugins-cartesia/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-cartesia", "private": true, - "version": "0.4.2" + "version": "0.4.3" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 684b247fb..e54ea061d 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.9 + +### Patch Changes + +- stt: reduce bandwidth usage by reducing sample_rate to 16khz - [#920](https://github.com/livekit/agents/pull/920) ([@theomonnom](https://github.com/theomonnom)) + ## 0.6.8 ### 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 63c274dd7..4761228a0 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.8" +__version__ = "0.6.9" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index bbe92bd2a..1970c82db 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.8" + "version": "0.6.9" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md index aabc2cbac..bec90f3c1 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-elevenlabs +## 0.7.6 + +### Patch Changes + +- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.5 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py index 7bd26ee36..b2c217ace 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py +++ b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.5" +__version__ = "0.7.6" diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index 78fe20504..526bc52f2 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/package.json +++ b/livekit-plugins/livekit-plugins-elevenlabs/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-elevenlabs", "private": true, - "version": "0.7.5" + "version": "0.7.6" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index 7a187de9a..213f0be03 100644 --- a/livekit-plugins/livekit-plugins-google/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-google +## 0.7.2 + +### Patch Changes + +- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom)) + +- Additional options enabled on Google TTS - [#945](https://github.com/livekit/agents/pull/945) ([@hari-truviz](https://github.com/hari-truviz)) + ## 0.7.1 ### 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 947379190..d40c15247 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.1" +__version__ = "0.7.2" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 96c90e560..0097c3469 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.1" + "version": "0.7.2" } diff --git a/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md b/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md index b7be535f8..35d042333 100644 --- a/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-llama-index +## 0.1.2 + +### Patch Changes + +- Publish llama-index plugin - [#924](https://github.com/livekit/agents/pull/924) ([@davidzhao](https://github.com/davidzhao)) + ## 0.1.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py b/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py index 5afee89b7..6c7c1e929 100644 --- a/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py +++ b/livekit-plugins/livekit-plugins-llama-index/livekit/plugins/llama_index/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/livekit-plugins/livekit-plugins-llama-index/package.json b/livekit-plugins/livekit-plugins-llama-index/package.json index 75da0623d..23b6b6dbc 100644 --- a/livekit-plugins/livekit-plugins-llama-index/package.json +++ b/livekit-plugins/livekit-plugins-llama-index/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-llama-index", "private": true, - "version": "0.1.1" + "version": "0.1.2" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index 299999990..a1fa9ac3c 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-plugins-openai +## 0.10.5 + +### Patch Changes + +- fix: Azure realtime model does not accept null for max_response_output_tokens - [#927](https://github.com/livekit/agents/pull/927) ([@davidzhao](https://github.com/davidzhao)) + +- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom)) + +- openai: fix low timeouts - [#926](https://github.com/livekit/agents/pull/926) ([@theomonnom](https://github.com/theomonnom)) + ## 0.10.4 ### 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 7b439e4ec..7dcfe7ba6 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.4" +__version__ = "0.10.5" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 9db1eb583..a86e443ec 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.4" + "version": "0.10.5" }