Skip to content
Open
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/brave-birds-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cartesia-ink-2-stt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clear-flush-interrupt-race.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/frank-rockets-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-instructions-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/realtime-multi-message-response.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sarvam-confidence-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-heads-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-discarded-audio.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-apples-retry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-cameras-predict.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/streaming-input-audio-transcription-delta.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tool-error-message.md

This file was deleted.

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

## 1.4.5

### Patch Changes

- fix: repair leaked chat-template tokens in function call args - [#1604](https://github.com/livekit/agents-js/pull/1604) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Fix interrupt race that could leak unplayed transcript text. - [#1573](https://github.com/livekit/agents-js/pull/1573) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- chore(worker): update worker warnings - [#1571](https://github.com/livekit/agents-js/pull/1571) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix(llm): convert per-turn instructions on the first turn for Google provider format - [#1589](https://github.com/livekit/agents-js/pull/1589) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- feat(realtime): support multi-message generation per response - [#1555](https://github.com/livekit/agents-js/pull/1555) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix(voice): make ParticipantAudioOutput.pause() actually gate audio (port \_playback_enabled + synchronizer pause) - [#1579](https://github.com/livekit/agents-js/pull/1579) ([@toubatbrian](https://github.com/toubatbrian))

- Replace discarded input audio with silence for STT and realtime model streams. - [#1601](https://github.com/livekit/agents-js/pull/1601) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix: make non-transient 4xx API status errors non-retryable - [#1597](https://github.com/livekit/agents-js/pull/1597) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- feat(google): add Vertex AI Model Garden LLM integration - [#1606](https://github.com/livekit/agents-js/pull/1606) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix(voice): surface tool-argument validation errors to the LLM instead of returning a generic "internal error" - [#1606](https://github.com/livekit/agents-js/pull/1606) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

When an LLM-generated tool call failed JSON parsing or Zod schema validation, the framework returned `"An internal error occurred"` to the LLM, which left the model with no way to correct itself — causing it to loop on the same invalid call. Argument-validation failures are now wrapped in a `ToolError` whose message includes the tool name and the validator's diagnostic, so the LLM can fix its arguments.

Behavior is unchanged for exceptions thrown from inside a tool's `execute`: regular `Error`s are still masked as `"An internal error occurred"` to avoid leaking server-side details, and `ToolError` continues to be the supported way to forward a custom message to the LLM.

## 1.4.4

### Patch Changes
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.4.4",
"version": "1.4.5",
"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.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### 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.4.4",
"version": "1.4.5",
"description": "Anam plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-assemblyai

## 1.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

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

## 1.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### Patch Changes
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.4.4",
"version": "1.4.5",
"description": "Baseten plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/bey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-bey

## 1.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### 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.4.4",
"version": "1.4.5",
"description": "Beyond Presence plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-cartesia

## 1.4.5

### Patch Changes

- feat(cartesia): add Ink-2 STT and update example to use Ink-2 + Sonic-3.5 - [#1587](https://github.com/livekit/agents-js/pull/1587) ([@charlotte-zhuang](https://github.com/charlotte-zhuang))

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### 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.4.4",
"version": "1.4.5",
"description": "Cartesia plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions plugins/cerebras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/agents-plugin-cerebras

## 1.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`f21488d1ecf6eb6e0956e81a622d29284955afd6`](https://github.com/livekit/agents-js/commit/f21488d1ecf6eb6e0956e81a622d29284955afd6), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5
- @livekit/agents-plugin-openai@1.4.5

## 1.4.4

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

## 1.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### 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.4.4",
"version": "1.4.5",
"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.4.5

### Patch Changes

- Updated dependencies [[`703cffbfda8a8b830b78f2c89e0b2284244dc120`](https://github.com/livekit/agents-js/commit/703cffbfda8a8b830b78f2c89e0b2284244dc120), [`22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0`](https://github.com/livekit/agents-js/commit/22b24ae18ca4f3dd690a948e9f9ab3ac9cdad4b0), [`4207d54c037ad0206814ae5e246735e357bb4c3b`](https://github.com/livekit/agents-js/commit/4207d54c037ad0206814ae5e246735e357bb4c3b), [`7479bd4640d2d82a4f0263dc0745e72bab733127`](https://github.com/livekit/agents-js/commit/7479bd4640d2d82a4f0263dc0745e72bab733127), [`181c868d75fe8828e5193fc530f454d52fc776e0`](https://github.com/livekit/agents-js/commit/181c868d75fe8828e5193fc530f454d52fc776e0), [`0f29f6bd34559ba98544c2c9621936b44a0573b8`](https://github.com/livekit/agents-js/commit/0f29f6bd34559ba98544c2c9621936b44a0573b8), [`c5eaadd27748aa2a69a4cb1a72b3de652fa841ef`](https://github.com/livekit/agents-js/commit/c5eaadd27748aa2a69a4cb1a72b3de652fa841ef), [`154189e4af2149c580aeaba7dfe3a8c79f3d682d`](https://github.com/livekit/agents-js/commit/154189e4af2149c580aeaba7dfe3a8c79f3d682d), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4), [`ee078ec394e697a989bd0faf53aa043392fa7ae4`](https://github.com/livekit/agents-js/commit/ee078ec394e697a989bd0faf53aa043392fa7ae4)]:
- @livekit/agents@1.4.5

## 1.4.4

### 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.4.4",
"version": "1.4.5",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading