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/giant-tips-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inference-tts-aligned-timestamps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/livekit-agent-name-env.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-llamas-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/revert-remove-stt-withgroq.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-pants-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-hippos-render.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/xai-realtime-model-selection.md

This file was deleted.

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

## 1.3.1

### Minor Changes

- feat(inference/tts): detect aligned transcript capability from provider `modelOptions` (`cartesia.add_timestamps`, `elevenlabs.sync_alignment`, `inworld.timestamp_type`) and forward the gateway's `output_timestamps` WebSocket events as `TimedString` word/character timings attached to the next synthesized audio frame. Ported from livekit/agents#5534. - [#1311](https://github.com/livekit/agents-js/pull/1311) ([@toubatbrian](https://github.com/toubatbrian))

### Patch Changes

- fix(voice): await initRecording() to prevent OTEL trace loss in short sessions - [#1300](https://github.com/livekit/agents-js/pull/1300) ([@moyounishimself](https://github.com/moyounishimself))

- support LIVEKIT_AGENT_NAME env var - [#1332](https://github.com/livekit/agents-js/pull/1332) ([@toubatbrian](https://github.com/toubatbrian))

- fix(deps): update dependency uuid to v14 [security] - [#1313](https://github.com/livekit/agents-js/pull/1313) ([@renovate](https://github.com/apps/renovate))

- feat(metrics): add `playbackLatency` metric on assistant `ChatMessage`s - [#1323](https://github.com/livekit/agents-js/pull/1323) ([@toubatbrian](https://github.com/toubatbrian))

## 1.3.0

### Minor 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.3.0",
"version": "1.3.1",
"description": "LiveKit Agents - Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/anam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-anam

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Anam plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-assemblyai",
"version": "1.3.0",
"version": "1.3.1",
"description": "AssemblyAI plugin for LiveKit Agents for Node.js",
"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.3.0",
"version": "1.3.1",
"description": "Baseten plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/bey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-bey

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Beyond Presence plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-cartesia

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Cartesia plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cerebras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-cerebras",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cerebras plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-deepgram

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Deepgram plugin for LiveKit Agents for Node.js",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-elevenlabs

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-google

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"description": "LemonSlice avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-livekit

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Additional utilities for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistral/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-mistral",
"version": "1.3.0",
"version": "1.3.1",
"description": "Mistral AI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/neuphonic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-neuphonic

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Neuphonic plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
12 changes: 12 additions & 0 deletions plugins/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/agents-plugin-openai

## 1.3.1

### Patch Changes

- Revert "chore(openai): remove STT.withGroq constructor" (#1321) - [#1330](https://github.com/livekit/agents-js/pull/1330) ([@toubatbrian](https://github.com/toubatbrian))

- chore(openai): update production models on groq - [#1317](https://github.com/livekit/agents-js/pull/1317) ([@davidzhao](https://github.com/davidzhao))

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### Patch Changes
Expand Down Expand Up @@ -648,6 +659,7 @@

- feat(openai): add new TTS model and voices, include optional instruct… - [#351](https://github.com/livekit/agents-js/pull/351) ([@tomc98](https://github.com/tomc98))


- Updated dependencies [[`d44445934cc291df987013068f5c43491634dfa1`](https://github.com/livekit/agents-js/commit/d44445934cc291df987013068f5c43491634dfa1), [`a7350c92f8968e0fd833e7679a607eaf9a1d7e7f`](https://github.com/livekit/agents-js/commit/a7350c92f8968e0fd833e7679a607eaf9a1d7e7f), [`2dcfeab76ace2e1851993771d769ebcb7c188144`](https://github.com/livekit/agents-js/commit/2dcfeab76ace2e1851993771d769ebcb7c188144), [`2bb936c55233ac0747582a5045caa595c6338651`](https://github.com/livekit/agents-js/commit/2bb936c55233ac0747582a5045caa595c6338651)]:
- @livekit/agents@0.7.2

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.3.0",
"version": "1.3.1",
"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.3.0",
"version": "1.3.1",
"description": "Phonic STS plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/resemble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-resemble

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Resemble plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/rime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/agents-plugin-rime

## 1.3.1

### Patch Changes

- Updated dependencies [[`98635185eb5a9c11f49d4216622cf0ae6195dcd1`](https://github.com/livekit/agents-js/commit/98635185eb5a9c11f49d4216622cf0ae6195dcd1), [`12874304cbfc8d16a1ee225b1b408175457dc747`](https://github.com/livekit/agents-js/commit/12874304cbfc8d16a1ee225b1b408175457dc747), [`54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff`](https://github.com/livekit/agents-js/commit/54f108e0d9a521ee4c2486f3cc68f6ff4a4793ff), [`cd60f8f5217acbf1ed7192d2983685f870b24b4b`](https://github.com/livekit/agents-js/commit/cd60f8f5217acbf1ed7192d2983685f870b24b4b), [`4abc309236dff93202dd24dd3772821faaa295df`](https://github.com/livekit/agents-js/commit/4abc309236dff93202dd24dd3772821faaa295df)]:
- @livekit/agents@1.3.1

## 1.3.0

### 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.3.0",
"version": "1.3.1",
"description": "Rime plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/runway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-runway",
"version": "1.3.0",
"version": "1.3.1",
"description": "Runway plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading
Loading