Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-beds-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bitter-dogs-slide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-moons-obey.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/dirty-months-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-sites-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-files-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/evil-ideas-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-cheetahs-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-sloths-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-symbols-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-bananas-melt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-cats-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-hats-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-foxes-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-terms-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mirrors-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-apricots-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-hoops-lick.md

This file was deleted.

26 changes: 26 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @livekit/agents

## 1.0.32

### Patch Changes

- fix(google): handle late-arriving toolCalls in Gemini realtime API - [#937](https://github.com/livekit/agents-js/pull/937) ([@kirsten-emak](https://github.com/kirsten-emak))

When using the Gemini realtime API, tool calls could occasionally arrive after `turnComplete`, causing them to be lost or trigger errors. This fix keeps the `functionChannel` open after `turnComplete` to catch late-arriving tool calls, and adds a `closed` property to `StreamChannel` to track channel state.

No code changes required for consumers.

- awaited the prewarm function - [#919](https://github.com/livekit/agents-js/pull/919) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- Fix flaky IPC test EPIPE error - [#941](https://github.com/livekit/agents-js/pull/941) ([@toubatbrian](https://github.com/toubatbrian))

- Send all log levels to cloud observability regardless of terminal log level - [#942](https://github.com/livekit/agents-js/pull/942) ([@toubatbrian](https://github.com/toubatbrian))

- Fix supervisor process crashes when child process dies unexpectedly - [#935](https://github.com/livekit/agents-js/pull/935) ([@Hormold](https://github.com/Hormold))

- inherit execArgv when forking TypeScript child processes - [#948](https://github.com/livekit/agents-js/pull/948) ([@toubatbrian](https://github.com/toubatbrian))

- fix realtime function call timestamps - [#946](https://github.com/livekit/agents-js/pull/946) ([@toubatbrian](https://github.com/toubatbrian))

- Fork files with cjs extension when running cjs file - [#892](https://github.com/livekit/agents-js/pull/892) ([@budde377](https://github.com/budde377))

- fix(agents): return to listening state for Gemini realtime API thinking-only turns - [#936](https://github.com/livekit/agents-js/pull/936) ([@kirsten-emak](https://github.com/kirsten-emak))

## 1.0.31

## 1.0.30
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents",
"version": "1.0.31",
"version": "1.0.32",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/anam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-anam

## 1.0.32

### Patch Changes

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/anam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-anam",
"version": "1.0.31",
"version": "1.0.32",
"description": "Anam plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/baseten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-baseten",
"version": "1.0.31",
"version": "1.0.32",
"description": "Baseten plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/bey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-bey

## 1.0.32

### Patch Changes

- fix: explicitly set avatar participant kind to 'agent' - [#933](https://github.com/livekit/agents-js/pull/933) ([@karlsonlee-livekit](https://github.com/karlsonlee-livekit))

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/bey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-bey",
"version": "1.0.31",
"version": "1.0.32",
"description": "Beyond Presence plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-cartesia

## 1.0.32

### Patch Changes

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-cartesia",
"version": "1.0.31",
"version": "1.0.32",
"description": "Cartesia plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-deepgram

## 1.0.32

### Patch Changes

- Added deepgram flux functionality to the agents-js - [#938](https://github.com/livekit/agents-js/pull/938) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-deepgram",
"version": "1.0.31",
"version": "1.0.32",
"description": "Deepgram plugin for LiveKit Agents for Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-elevenlabs

## 1.0.32

### Patch Changes

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-elevenlabs",
"version": "1.0.31",
"version": "1.0.32",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
23 changes: 23 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @livekit/agents-plugin-google

## 1.0.32

### Patch Changes

- fix(google): handle late-arriving toolCalls in Gemini realtime API - [#937](https://github.com/livekit/agents-js/pull/937) ([@kirsten-emak](https://github.com/kirsten-emak))

When using the Gemini realtime API, tool calls could occasionally arrive after `turnComplete`, causing them to be lost or trigger errors. This fix keeps the `functionChannel` open after `turnComplete` to catch late-arriving tool calls, and adds a `closed` property to `StreamChannel` to track channel state.

No code changes required for consumers.

- Add gemini realtime API thinking config - [#950](https://github.com/livekit/agents-js/pull/950) ([@Speediing](https://github.com/Speediing))

- fix realtime function call timestamps - [#946](https://github.com/livekit/agents-js/pull/946) ([@toubatbrian](https://github.com/toubatbrian))

- Update Gemini realtime models and voices to match latest API - [#940](https://github.com/livekit/agents-js/pull/940) ([@toubatbrian](https://github.com/toubatbrian))

- Skip streaming thought tokens from gemini realtime thinking model - [#943](https://github.com/livekit/agents-js/pull/943) ([@toubatbrian](https://github.com/toubatbrian))

- preserve thought signatures for Gemini 3+ function calling - [#921](https://github.com/livekit/agents-js/pull/921) ([@tomc98](https://github.com/tomc98))

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-google",
"version": "1.0.31",
"version": "1.0.32",
"description": "Google Gemini plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/inworld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-inworld",
"version": "1.0.31",
"version": "1.0.32",
"description": "Inworld plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-livekit

## 1.0.32

### Patch Changes

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/livekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-livekit",
"version": "1.0.31",
"version": "1.0.32",
"description": "Additional utilities for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/neuphonic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-neuphonic

## 1.0.32

### Patch Changes

- Updated dependencies [[`42fe53b88746baa71c80ab9b29fdf7a311cf266b`](https://github.com/livekit/agents-js/commit/42fe53b88746baa71c80ab9b29fdf7a311cf266b), [`79664cc302938e73589f32037f87f50f894a3057`](https://github.com/livekit/agents-js/commit/79664cc302938e73589f32037f87f50f894a3057), [`3b8fcd7b624642cf9d5331d0a209d7c2deba5dae`](https://github.com/livekit/agents-js/commit/3b8fcd7b624642cf9d5331d0a209d7c2deba5dae), [`0ff2d1a29737de4a842006ad88431f4978010bbc`](https://github.com/livekit/agents-js/commit/0ff2d1a29737de4a842006ad88431f4978010bbc), [`1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42`](https://github.com/livekit/agents-js/commit/1fa10e11d7d1d8c781df52e8d1ddfede7bc27b42), [`3aaa8286c631da734d51a6e42217083be50f9568`](https://github.com/livekit/agents-js/commit/3aaa8286c631da734d51a6e42217083be50f9568), [`62e397b34367dab24b427b1a813ee525a98f0438`](https://github.com/livekit/agents-js/commit/62e397b34367dab24b427b1a813ee525a98f0438), [`0459da7663e553eef3aa58689f35bd1c0a756cb0`](https://github.com/livekit/agents-js/commit/0459da7663e553eef3aa58689f35bd1c0a756cb0), [`710688b9424b41d90c99ee0dc8e530a101d32526`](https://github.com/livekit/agents-js/commit/710688b9424b41d90c99ee0dc8e530a101d32526)]:
- @livekit/[email protected]

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/neuphonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-neuphonic",
"version": "1.0.31",
"version": "1.0.32",
"description": "Neuphonic plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading