Skip to content

Commit 8f0b502

Browse files
Version Packages
1 parent 77a8355 commit 8f0b502

42 files changed

Lines changed: 133 additions & 55 deletions

Some content is hidden

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

.changeset/add-service-tier-param.md

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

.changeset/pass-queueSizeMs-to-audiosource.md

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

.changeset/plenty-shrimps-divide.md

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

.changeset/rare-impalas-yell.md

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

.changeset/rude-deer-hang.md

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

.changeset/smart-kids-tickle.md

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

agents/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- fix: pass queueSizeMs from RoomOutputOptions through to AudioSource - [#1207](https://github.com/livekit/agents-js/pull/1207) ([@cxyangs](https://github.com/cxyangs))
8+
9+
- Add prompt_cache_retention option to inference - [#1212](https://github.com/livekit/agents-js/pull/1212) ([@s-hamdananwar](https://github.com/s-hamdananwar))
10+
11+
- (inference): add debug metadata headers to inference requests - [#1208](https://github.com/livekit/agents-js/pull/1208) ([@adrian-cowham](https://github.com/adrian-cowham))
12+
13+
- Explicitly close AudioResampler instances too free up resources - [#1210](https://github.com/livekit/agents-js/pull/1210) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 1.2.3
416

517
### 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.3",
3+
"version": "1.2.4",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e399b9b3f51074f749a1946eb0ea5ce7fb03c297`](https://github.com/livekit/agents-js/commit/e399b9b3f51074f749a1946eb0ea5ce7fb03c297), [`b407494ca2a417584a5f0fccebfb6bda6ce0eb0c`](https://github.com/livekit/agents-js/commit/b407494ca2a417584a5f0fccebfb6bda6ce0eb0c), [`a044ea3c8346324f1a938b32b7c412ccf4f9cc0e`](https://github.com/livekit/agents-js/commit/a044ea3c8346324f1a938b32b7c412ccf4f9cc0e), [`77a8355c222661e8b4256a3c6ee81f6eaed2fae7`](https://github.com/livekit/agents-js/commit/77a8355c222661e8b4256a3c6ee81f6eaed2fae7)]:
8+
- @livekit/agents@1.2.4
9+
310
## 1.2.3
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.3",
3+
"version": "1.2.4",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)