Skip to content

Commit 93cf081

Browse files
Version Packages (#1066)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f9cbdb commit 93cf081

39 files changed

Lines changed: 156 additions & 63 deletions

.changeset/bumpy-donkeys-flow.md

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

.changeset/curvy-coins-boil.md

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

.changeset/pretty-steaks-go.md

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

.changeset/wise-poets-act.md

Lines changed: 0 additions & 23 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.0.47
4+
5+
### Patch Changes
6+
7+
- Change logger to use error serializer - [#1063](https://github.com/livekit/agents-js/pull/1063) ([@qionghuang6](https://github.com/qionghuang6))
8+
9+
- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian))
10+
11+
- add openai responses api llm - [#958](https://github.com/livekit/agents-js/pull/958) ([@tinalenguyen](https://github.com/tinalenguyen))
12+
13+
- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 1.0.46
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.0.46",
3+
"version": "1.0.47",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/anam/CHANGELOG.md

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

3+
## 1.0.47
4+
5+
### Patch Changes
6+
7+
- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]:
10+
- @livekit/agents@1.0.47
11+
312
## 1.0.46
413

514
### 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.0.46",
3+
"version": "1.0.47",
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.0.46",
3+
"version": "1.0.47",
44
"description": "Baseten plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

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

3+
## 1.0.47
4+
5+
### Patch Changes
6+
7+
- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`6ce09d5b583ae92e0fa3c162eb30851babffeb1f`](https://github.com/livekit/agents-js/commit/6ce09d5b583ae92e0fa3c162eb30851babffeb1f), [`923e35078f14b2515379bcc83be5a387450eadc9`](https://github.com/livekit/agents-js/commit/923e35078f14b2515379bcc83be5a387450eadc9), [`0df9dc43e83b5abfa5e0f16db09167a4037f1345`](https://github.com/livekit/agents-js/commit/0df9dc43e83b5abfa5e0f16db09167a4037f1345), [`b1f054ebeaa660ef2b10a10c0b3daf36893ddde5`](https://github.com/livekit/agents-js/commit/b1f054ebeaa660ef2b10a10c0b3daf36893ddde5)]:
10+
- @livekit/agents@1.0.47
11+
312
## 1.0.46
413

514
### Patch Changes

0 commit comments

Comments
 (0)