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/configurable-tts-stall-timeout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deepgram-stt-redact.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/default-user-span-time.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/elevenlabs-chunk-schedule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/elevenlabs-language-text-normalization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pipelines-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-llm-service-tier.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/google-realtime-abortable-queue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-realtime-tool-behavior-scheduling.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-monkeys-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-tomatoes-sort.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/inference-stt-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-carrots-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-ladybugs-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neuphonic-ws-header-auth.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/openai-baseten-tts-close-cancels-synthesis.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-configs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rime-streaming-response.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-buckets-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-pumpkins-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-spiders-persist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-owls-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-seals-smash.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- Expose `AgentSessionOptions.ttsReadIdleTimeout` and `AgentSessionOptions.forwardAudioIdleTimeout` to configure the two pipeline stall guards in `performTTSInference` and `performAudioForwarding`. Useful for custom LLM/TTS backends whose first-token latency can legitimately exceed the previous 10s default. Defaults remain 10 seconds, preserving existing behavior. - [#1461](https://github.com/livekit/agents-js/pull/1461) ([@s-hamdananwar](https://github.com/s-hamdananwar))

- Make default user turn span start times explicit. - [#1456](https://github.com/livekit/agents-js/pull/1456) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Prevent voice pipeline scheduling from hanging when a pipeline task crashes after a speech handle is already marked done. - [#1423](https://github.com/livekit/agents-js/pull/1423) ([@u9g](https://github.com/u9g))

- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g))

- docs(agents): document realtime capabilities - [#1419](https://github.com/livekit/agents-js/pull/1419) ([@u9g](https://github.com/u9g))

- feat(inference): propagate STT extra to SpeechData.metadata - [#1389](https://github.com/livekit/agents-js/pull/1389) ([@toubatbrian](https://github.com/toubatbrian))

The inference STT plugin now plumbs the gateway's per-transcript `extra` field
onto `SpeechData.metadata`, exposing provider-specific signals (e.g. Inworld
voice profile, xAI `speech_final`) to consumers.

- fix(worker): use available CPU cores for numIdleProcesses in production - [#1449](https://github.com/livekit/agents-js/pull/1449) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- fix(transcription): rstrip punctuation from interim segments - [#1447](https://github.com/livekit/agents-js/pull/1447) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- Emit agent configuration updates in OTLP session logs. - [#1434](https://github.com/livekit/agents-js/pull/1434) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix(agents): persist user turn start across VAD bursts - [#1457](https://github.com/livekit/agents-js/pull/1457) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Support OpenAI Realtime Whisper STT - [#1429](https://github.com/livekit/agents-js/pull/1429) ([@toubatbrian](https://github.com/toubatbrian))

## 1.4.0

### Minor 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.0",
"version": "1.4.1",
"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.1

### Patch Changes

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

### 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.0",
"version": "1.4.1",
"description": "Anam plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
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.0",
"version": "1.4.1",
"description": "AssemblyAI plugin for LiveKit Agents for Node.js",
"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.4.0",
"version": "1.4.1",
"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.1

### Patch Changes

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

### 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.0",
"version": "1.4.1",
"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.4.1

### Patch Changes

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

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

## 1.4.1

### Patch Changes

- feat(deepgram): add `redact` option to STT - [#1442](https://github.com/livekit/agents-js/pull/1442) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix: remove double URL-encoding in Deepgram STT plugin - [#1391](https://github.com/livekit/agents-js/pull/1391) ([@haroldfabla2-hue](https://github.com/haroldfabla2-hue))

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

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

## 1.4.1

### Patch Changes

- fix(elevenlabs): restore chunk length schedule in WebSocket init payload - [#1421](https://github.com/livekit/agents-js/pull/1421) ([@u9g](https://github.com/u9g))

- feat(elevenlabs): add `applyLanguageTextNormalization` option to TTS - [#1427](https://github.com/livekit/agents-js/pull/1427) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

### 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.0",
"version": "1.4.1",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fishaudio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-fishaudio",
"version": "1.4.0",
"version": "1.4.1",
"description": "Fish Audio plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
15 changes: 15 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @livekit/agents-plugin-google

## 1.4.1

### Patch Changes

- feat(google): add `serviceTier` option to LLM (e.g. `ServiceTier.PRIORITY`) - [#1428](https://github.com/livekit/agents-js/pull/1428) ([@toubatbrian](https://github.com/toubatbrian))

- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g))

- feat(google realtime): expose `toolBehavior` and `toolResponseScheduling` options on the Gemini Live `RealtimeModel` and `RealtimeSession`. `toolBehavior` controls whether function calls are blocking or non-blocking (`Behavior.BLOCKING` / `Behavior.NON_BLOCKING`), and `toolResponseScheduling` controls how tool responses are scheduled into the conversation (`SILENT` / `WHEN_IDLE` / `INTERRUPT`). Note that `toolResponseScheduling` is only supported by the Gemini API, not Vertex AI. Ports livekit/agents#3482. - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian))

- Add Gemini realtime non-blocking tool scheduling - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`0c038ff92902f42023a73cbae67046fa9406bcd9`](https://github.com/livekit/agents-js/commit/0c038ff92902f42023a73cbae67046fa9406bcd9), [`8e986d3508995598f9b06069bc2c1eb8abd14782`](https://github.com/livekit/agents-js/commit/8e986d3508995598f9b06069bc2c1eb8abd14782), [`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`405e376571968398e24ef9fbf318275e6f2911d7`](https://github.com/livekit/agents-js/commit/405e376571968398e24ef9fbf318275e6f2911d7), [`c66c97a719e5a37574325e06ffbba80f531d57af`](https://github.com/livekit/agents-js/commit/c66c97a719e5a37574325e06ffbba80f531d57af), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f), [`a3b34f2834a56c386928869a322215460858f351`](https://github.com/livekit/agents-js/commit/a3b34f2834a56c386928869a322215460858f351), [`d9c3d8b3c070955784a55b853dd24fc62e35e4ea`](https://github.com/livekit/agents-js/commit/d9c3d8b3c070955784a55b853dd24fc62e35e4ea)]:
- @livekit/agents@1.4.1

## 1.4.0

### Patch Changes
Expand Down
Loading