Skip to content

Commit 1dbae8b

Browse files
Version Packages
1 parent 3a0cf84 commit 1dbae8b

43 files changed

Lines changed: 154 additions & 66 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/clever-feet-rush.md

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

.changeset/eighty-olives-tie.md

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

.changeset/plenty-laws-hug.md

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

.changeset/rare-dryers-rush.md

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

.changeset/rotten-scissors-happen.md

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

.changeset/shy-pianos-sort.md

Lines changed: 0 additions & 5 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @livekit/agents
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Fix worker draining behaviour - [#1180](https://github.com/livekit/agents-js/pull/1180) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Fix Queue dropping falsy items - [#1190](https://github.com/livekit/agents-js/pull/1190) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- fix: Address 6 bugs from Detail scan (March 25) - [#1182](https://github.com/livekit/agents-js/pull/1182) ([@toubatbrian](https://github.com/toubatbrian))
12+
13+
- inference/llm: pass abort signal to OpenAI SDK and check abort in outer streaming loop
14+
- llm/fallback_adapter: call tryRecovery() before throwing on mid-stream failure
15+
- openai/realtime: clear responseCreatedFutures on reconnect to prevent generateReply() hang
16+
- deepgram/tts: reject on network errors instead of swallowing them
17+
- cpu: remove Math.max clamp in cgroup v1 so fractional CPU limits are reported correctly
18+
- openai/responses: handle response.failed event in HTTP streaming
19+
20+
- fix: address 5 Detail scan bugs from March 11 (reconnect, mutex leak, playout, ordering, retryability) - [#1188](https://github.com/livekit/agents-js/pull/1188) ([@toubatbrian](https://github.com/toubatbrian))
21+
22+
- 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))
23+
324
## 1.2.2
425

526
### 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 [[`3fee5c2118e7a33b0f55843ee6f36a4f10936f8b`](https://github.com/livekit/agents-js/commit/3fee5c2118e7a33b0f55843ee6f36a4f10936f8b), [`3a0cf84ce9ca910b92c61eb04d180fd43471a0fc`](https://github.com/livekit/agents-js/commit/3a0cf84ce9ca910b92c61eb04d180fd43471a0fc), [`6ae32034457d819b5df59bc2b4e772200e0afad7`](https://github.com/livekit/agents-js/commit/6ae32034457d819b5df59bc2b4e772200e0afad7), [`50a650b6cb3af13007190f55a41bbe17ac2b4696`](https://github.com/livekit/agents-js/commit/50a650b6cb3af13007190f55a41bbe17ac2b4696), [`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)