Skip to content

Commit 05d8079

Browse files
Version Packages
1 parent 4a94843 commit 05d8079

38 files changed

Lines changed: 146 additions & 41 deletions

.changeset/rotten-scissors-happen.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/tender-baboons-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

agents/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @livekit/agents
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- fix: Address 6 bugs from Detail scan (March 25) - [#1182](https://github.com/livekit/agents-js/pull/1182) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- inference/llm: pass abort signal to OpenAI SDK and check abort in outer streaming loop
10+
- llm/fallback_adapter: call tryRecovery() before throwing on mid-stream failure
11+
- openai/realtime: clear responseCreatedFutures on reconnect to prevent generateReply() hang
12+
- deepgram/tts: reject on network errors instead of swallowing them
13+
- cpu: remove Math.max clamp in cgroup v1 so fractional CPU limits are reported correctly
14+
- openai/responses: handle response.failed event in HTTP streaming
15+
16+
- fix(voice): reset VAD on premature STT EOT & guard empty recorder frames - [#1181](https://github.com/livekit/agents-js/pull/1181) ([@toubatbrian](https://github.com/toubatbrian))
17+
318
## 1.2.2
419

520
### Patch Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/anam/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-anam
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ae32034457d819b5df59bc2b4e772200e0afad7`](https://github.com/livekit/agents-js/commit/6ae32034457d819b5df59bc2b4e772200e0afad7), [`4a94843f12746cfab47d616c3f92428a2c95a7fc`](https://github.com/livekit/agents-js/commit/4a94843f12746cfab47d616c3f92428a2c95a7fc)]:
8+
- @livekit/agents@1.2.3
9+
310
## 1.2.2
411

512
### Patch Changes

plugins/anam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-anam",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/baseten/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-baseten",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Baseten plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-bey
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ae32034457d819b5df59bc2b4e772200e0afad7`](https://github.com/livekit/agents-js/commit/6ae32034457d819b5df59bc2b4e772200e0afad7), [`4a94843f12746cfab47d616c3f92428a2c95a7fc`](https://github.com/livekit/agents-js/commit/4a94843f12746cfab47d616c3f92428a2c95a7fc)]:
8+
- @livekit/agents@1.2.3
9+
310
## 1.2.2
411

512
### Patch Changes

plugins/bey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-bey",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Beyond Presence plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-cartesia
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ae32034457d819b5df59bc2b4e772200e0afad7`](https://github.com/livekit/agents-js/commit/6ae32034457d819b5df59bc2b4e772200e0afad7), [`4a94843f12746cfab47d616c3f92428a2c95a7fc`](https://github.com/livekit/agents-js/commit/4a94843f12746cfab47d616c3f92428a2c95a7fc)]:
8+
- @livekit/agents@1.2.3
9+
310
## 1.2.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)