Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bumpy-donkeys-flow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/curvy-coins-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-steaks-go.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/wise-poets-act.md

This file was deleted.

12 changes: 12 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @livekit/agents

## 1.0.47

### Patch Changes

- Change logger to use error serializer - [#1063](https://github.com/livekit/agents-js/pull/1063) ([@qionghuang6](https://github.com/qionghuang6))

- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian))

- add openai responses api llm - [#958](https://github.com/livekit/agents-js/pull/958) ([@tinalenguyen](https://github.com/tinalenguyen))

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents",
"version": "1.0.46",
"version": "1.0.47",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/anam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-anam

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/anam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-anam",
"version": "1.0.46",
"version": "1.0.47",
"description": "Anam plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/baseten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-baseten",
"version": "1.0.46",
"version": "1.0.47",
"description": "Baseten plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/bey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-bey

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/bey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-bey",
"version": "1.0.46",
"version": "1.0.47",
"description": "Beyond Presence plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-cartesia

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-cartesia",
"version": "1.0.46",
"version": "1.0.47",
"description": "Cartesia plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-deepgram

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-deepgram",
"version": "1.0.46",
"version": "1.0.47",
"description": "Deepgram plugin for LiveKit Agents for Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-elevenlabs

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-elevenlabs",
"version": "1.0.46",
"version": "1.0.47",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/agents-plugin-google

## 1.0.47

### Patch Changes

- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian))

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-google",
"version": "1.0.46",
"version": "1.0.47",
"description": "Google Gemini plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hedra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-hedra",
"version": "1.0.46",
"version": "1.0.47",
"description": "Hedra avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/inworld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-inworld",
"version": "1.0.46",
"version": "1.0.47",
"description": "Inworld plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lemonslice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-lemonslice",
"version": "1.0.46",
"version": "1.0.47",
"description": "LemonSlice avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions plugins/livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/agents-plugin-livekit

## 1.0.47

### Patch Changes

- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian))

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/livekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-livekit",
"version": "1.0.46",
"version": "1.0.47",
"description": "Additional utilities for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/neuphonic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-neuphonic

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/neuphonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-neuphonic",
"version": "1.0.46",
"version": "1.0.47",
"description": "Neuphonic plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
13 changes: 13 additions & 0 deletions plugins/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @livekit/agents-plugin-openai

## 1.0.47

### Patch Changes

- Implement AgentTask feature - [#1045](https://github.com/livekit/agents-js/pull/1045) ([@toubatbrian](https://github.com/toubatbrian))

- add openai responses api llm - [#958](https://github.com/livekit/agents-js/pull/958) ([@tinalenguyen](https://github.com/tinalenguyen))

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-openai",
"version": "1.0.46",
"version": "1.0.47",
"description": "OpenAI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/phonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-phonic",
"version": "1.0.46",
"version": "1.0.47",
"description": "Phonic STS plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/resemble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-resemble

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/resemble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-resemble",
"version": "1.0.46",
"version": "1.0.47",
"description": "Resemble plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/rime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-rime

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/rime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-rime",
"version": "1.0.46",
"version": "1.0.47",
"description": "Rime plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sarvam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-sarvam",
"version": "1.0.46",
"version": "1.0.47",
"description": "Sarvam AI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/silero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-silero

## 1.0.47

### Patch Changes

- Ensure registered plugin versions stay up to date - [#1064](https://github.com/livekit/agents-js/pull/1064) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/agents@1.0.47

## 1.0.46

### Patch Changes
Expand Down
Loading