Skip to content

Commit 4677d33

Browse files
Version Packages (#691)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9006870 commit 4677d33

25 files changed

+91
-26
lines changed

.changeset/cold-cooks-smash.md

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

.changeset/ripe-moose-exist.md

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

.changeset/ten-teeth-stay.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.4
4+
5+
### Patch Changes
6+
7+
- Add avatar datastream io component - [#687](https://github.com/livekit/agents-js/pull/687) ([@toubatbrian](https://github.com/toubatbrian))
8+
9+
- bugfix: agent not recieving audio from room sometimes - [#705](https://github.com/livekit/agents-js/pull/705) ([@Shubhrakanti](https://github.com/Shubhrakanti))
10+
11+
- refactor speech handle to allow waiting for playout in tool calls - [#693](https://github.com/livekit/agents-js/pull/693) ([@Shubhrakanti](https://github.com/Shubhrakanti))
12+
313
## 1.0.3
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.3",
3+
"version": "1.0.4",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/cartesia/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b49909cc0e4288d87bb344010837bec97bdde66`](https://github.com/livekit/agents-js/commit/3b49909cc0e4288d87bb344010837bec97bdde66), [`9006870c23136cfd6f173be3b689ab18b3295314`](https://github.com/livekit/agents-js/commit/9006870c23136cfd6f173be3b689ab18b3295314), [`2f0b4d8a482f36ad17195cbc62e1ed266efb96d3`](https://github.com/livekit/agents-js/commit/2f0b4d8a482f36ad17195cbc62e1ed266efb96d3)]:
8+
- @livekit/agents@1.0.4
9+
310
## 1.0.3
411

512
### Patch Changes

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

plugins/deepgram/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b49909cc0e4288d87bb344010837bec97bdde66`](https://github.com/livekit/agents-js/commit/3b49909cc0e4288d87bb344010837bec97bdde66), [`9006870c23136cfd6f173be3b689ab18b3295314`](https://github.com/livekit/agents-js/commit/9006870c23136cfd6f173be3b689ab18b3295314), [`2f0b4d8a482f36ad17195cbc62e1ed266efb96d3`](https://github.com/livekit/agents-js/commit/2f0b4d8a482f36ad17195cbc62e1ed266efb96d3)]:
8+
- @livekit/agents@1.0.4
9+
310
## 1.0.3
411

512
### Patch Changes

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

plugins/elevenlabs/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b49909cc0e4288d87bb344010837bec97bdde66`](https://github.com/livekit/agents-js/commit/3b49909cc0e4288d87bb344010837bec97bdde66), [`9006870c23136cfd6f173be3b689ab18b3295314`](https://github.com/livekit/agents-js/commit/9006870c23136cfd6f173be3b689ab18b3295314), [`2f0b4d8a482f36ad17195cbc62e1ed266efb96d3`](https://github.com/livekit/agents-js/commit/2f0b4d8a482f36ad17195cbc62e1ed266efb96d3)]:
8+
- @livekit/agents@1.0.4
9+
310
## 1.0.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)