Skip to content

Commit 00ed2d0

Browse files
Version Packages
1 parent 7652216 commit 00ed2d0

32 files changed

+123
-36
lines changed

.changeset/add-bey-plugin.md

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

.changeset/hungry-olives-sink.md

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

.changeset/seven-bears-rule.md

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

.changeset/slimy-sheep-take.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.0.11
4+
5+
### Patch Changes
6+
7+
- Convert and rename all time-based metric fields to \*Ms variants - [#765](https://github.com/livekit/agents-js/pull/765) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- Add comment on units for LLM metrics - [#764](https://github.com/livekit/agents-js/pull/764) ([@Shubhrakanti](https://github.com/Shubhrakanti))
10+
11+
- Support custom text callback - [#761](https://github.com/livekit/agents-js/pull/761) ([@toubatbrian](https://github.com/toubatbrian))
12+
313
## 1.0.10
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.0.10",
3+
"version": "1.0.11",
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.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5358bb8308ebb350fe0f4f99834772715a9f0e0a`](https://github.com/livekit/agents-js/commit/5358bb8308ebb350fe0f4f99834772715a9f0e0a), [`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]:
8+
- @livekit/agents@1.0.11
9+
310
## 1.0.0
411

512
### Major 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.0",
3+
"version": "1.0.1",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Add Beyond Presence (Bey) plugin for LiveKit agents - [#759](https://github.com/livekit/agents-js/pull/759) ([@mshehrozsajjad](https://github.com/mshehrozsajjad))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5358bb8308ebb350fe0f4f99834772715a9f0e0a`](https://github.com/livekit/agents-js/commit/5358bb8308ebb350fe0f4f99834772715a9f0e0a), [`7817d7964a7babb4dc6ed777ca5476647513b1e3`](https://github.com/livekit/agents-js/commit/7817d7964a7babb4dc6ed777ca5476647513b1e3), [`3549f1a65da3ffc2033ea473540fc1282224a12a`](https://github.com/livekit/agents-js/commit/3549f1a65da3ffc2033ea473540fc1282224a12a)]:
12+
- @livekit/agents@1.0.11
13+
314
## 0.0.1
415

516
### Major 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": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Beyond Presence plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)