Skip to content

Commit 33c09ec

Browse files
Version Packages (#1849)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c45dda commit 33c09ec

73 files changed

Lines changed: 288 additions & 50 deletions

Some content is hidden

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

.changeset/assemblyai-inference-params.md

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

.changeset/clever-carrots-send.md

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

.changeset/sanitize-eot-config-export.md

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

agents/CHANGELOG.md

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

3+
## 1.4.9
4+
5+
### Patch Changes
6+
7+
- Add AssemblyAI inference STT parameters for agent context, Voice Focus, Voice Focus threshold, and streaming mode. - [#1852](https://github.com/livekit/agents-js/pull/1852) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))
8+
9+
- fix(eot): restore inference prediction timeout - [#1853](https://github.com/livekit/agents-js/pull/1853) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))
10+
11+
- Sanitize turn detector for session reports: the OTLP attribute serializer now honors `toJSON()`, and the audio turn detector exposes a credential-free config snapshot. - [#1847](https://github.com/livekit/agents-js/pull/1847) ([@chenghao-mou](https://github.com/chenghao-mou))
12+
313
## 1.4.8
414

515
### 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.4.8",
3+
"version": "1.4.9",
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.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3`](https://github.com/livekit/agents-js/commit/3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3), [`bad0a7ffdade30a5c379d045201433e2afb32c8c`](https://github.com/livekit/agents-js/commit/bad0a7ffdade30a5c379d045201433e2afb32c8c), [`294782fbe47d185ac8adc1f58031a39084891a98`](https://github.com/livekit/agents-js/commit/294782fbe47d185ac8adc1f58031a39084891a98)]:
8+
- @livekit/agents@1.4.9
9+
310
## 1.4.8
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.4.8",
3+
"version": "1.4.9",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/assemblyai/CHANGELOG.md

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

3+
## 1.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3`](https://github.com/livekit/agents-js/commit/3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3), [`bad0a7ffdade30a5c379d045201433e2afb32c8c`](https://github.com/livekit/agents-js/commit/bad0a7ffdade30a5c379d045201433e2afb32c8c), [`294782fbe47d185ac8adc1f58031a39084891a98`](https://github.com/livekit/agents-js/commit/294782fbe47d185ac8adc1f58031a39084891a98)]:
8+
- @livekit/agents@1.4.9
9+
310
## 1.4.8
411

512
### Patch Changes

plugins/assemblyai/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-assemblyai",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "AssemblyAI plugin for LiveKit Agents for Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/baseten/CHANGELOG.md

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

3+
## 1.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3`](https://github.com/livekit/agents-js/commit/3c45ddaa6d7d6f3dbd52a4ed19462b59dced66a3), [`bad0a7ffdade30a5c379d045201433e2afb32c8c`](https://github.com/livekit/agents-js/commit/bad0a7ffdade30a5c379d045201433e2afb32c8c), [`294782fbe47d185ac8adc1f58031a39084891a98`](https://github.com/livekit/agents-js/commit/294782fbe47d185ac8adc1f58031a39084891a98)]:
8+
- @livekit/agents@1.4.9
9+
310
## 1.4.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)