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/backchannel-boundary-port.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-buttons-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mistral-node-sdk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mistralai-exclude-test-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openai-realtime-reject-pending-response.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silero-onnxruntime-1.24-mutex-abort.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-peaches-tan.md

This file was deleted.

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

## 1.3.3

### Patch Changes

- Port the barge-in cooldown / `backchannelBoundary` interruption window from Python (livekit/agents#5269). When the agent starts speaking, VAD-based interruption now stays active for a configurable cooldown (default `1000` ms) before being disabled, allowing the user to quickly correct themselves at the start of the agent's turn. When the agent finishes speaking, transcripts whose end time falls within the trailing cooldown (default `3500` ms) are released as normal user input instead of being held, surfacing premature answers to the agent's last sentence. The cooldown is configured via `turnHandling.interruption.backchannelBoundary` (a single number applies to both sides; pass `[start, end]` to configure them separately, or `null` to disable). - [#1366](https://github.com/livekit/agents-js/pull/1366) ([@toubatbrian](https://github.com/toubatbrian))

- feat(stt): add FakeSTT test harness for FallbackAdapter - [#1288](https://github.com/livekit/agents-js/pull/1288) ([@drain-zine](https://github.com/drain-zine))

- Harden RecorderIO teardown by fencing writes before channel closure and stopping - [#1378](https://github.com/livekit/agents-js/pull/1378) ([@toubatbrian](https://github.com/toubatbrian))
the forward task first, preventing repeated closed WritableStream write errors on disconnect.
Also centralize writable-stream closed error detection in utils and add regression tests.

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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.3.2",
"version": "1.3.3",
"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.3.2",
"version": "1.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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.3.2",
"version": "1.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

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

## 1.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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/hedra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-hedra",
"version": "1.3.2",
"version": "1.3.3",
"description": "Hedra avatar 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.3.2",
"version": "1.3.3",
"description": "Inworld plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lemonslice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-lemonslice",
"version": "1.3.2",
"version": "1.3.3",
"description": "LemonSlice avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/liveavatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-liveavatar",
"version": "1.3.2",
"version": "1.3.3",
"description": "LiveAvatar avatar 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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"description": "Additional utilities for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/minimax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-minimax",
"version": "1.3.2",
"version": "1.3.3",
"description": "MiniMax plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-mistral",
"version": "1.3.2",
"version": "1.3.3",
"description": "Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistralai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-mistralai",
"version": "1.3.0",
"version": "1.3.3",
"description": "Mistral AI plugin 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.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

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

## 1.3.3

### Patch Changes

- fix(openai realtime): reject pending response future on error event. When the OpenAI Realtime API returns an `error` event referencing the `event_id` of a `response.create` we issued, the corresponding future created by `generateReply()` is now rejected instead of left hanging. Ports livekit/agents#5576. - [#1384](https://github.com/livekit/agents-js/pull/1384) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

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

## 1.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

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

## 1.3.3

### Patch Changes

- Updated dependencies [[`943d4eb6c3faebea915ffe3344b674c704376602`](https://github.com/livekit/agents-js/commit/943d4eb6c3faebea915ffe3344b674c704376602), [`87e7f34ac35a0a5dfc3f904b3632468249876844`](https://github.com/livekit/agents-js/commit/87e7f34ac35a0a5dfc3f904b3632468249876844), [`5898229d387c72691d791d34901aad2a12877d94`](https://github.com/livekit/agents-js/commit/5898229d387c72691d791d34901aad2a12877d94)]:
- @livekit/agents@1.3.3

## 1.3.2

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