Skip to content
Open
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/chatty-gorillas-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/deepgram-tts-ws-errors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dynamic-endpointing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/elevenlabs-recv-error-var.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-media-resolution.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/instructions-parts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inworld-tts-language.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-pans-search.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/modality-aware-instructions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cooks-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-runs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rime-websocket-streaming.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-crabs-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-mayflies-drive.md

This file was deleted.

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

## 1.4.3

### Patch Changes

- Improve audio discard checks - [#1504](https://github.com/livekit/agents-js/pull/1504) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Add dynamic endpointing for voice turn handling. - [#1475](https://github.com/livekit/agents-js/pull/1475) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Add beta workflow InstructionParts exports. - [#1500](https://github.com/livekit/agents-js/pull/1500) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- fix audio resampler memory leak. - [#1453](https://github.com/livekit/agents-js/pull/1453) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- feat(agents): add modality-aware `Instructions` with audio/text variants - [#1484](https://github.com/livekit/agents-js/pull/1484) ([@toubatbrian](https://github.com/toubatbrian))

Introduce a new `Instructions` class for system prompts that adapt to the
user's input modality. The pipeline now applies the matching variant before
each LLM turn based on `SpeechHandle.inputDetails.modality`, and
`AgentSession.generateReply()` and `AgentSession.run()` expose an
`inputModality` option. `Instructions.tpl` supports JS-native prompt
composition while preserving audio/text variants.

- brianyin/agt-2866-delete-room-on-session-close - [#1501](https://github.com/livekit/agents-js/pull/1501) ([@toubatbrian](https://github.com/toubatbrian))

- fix(agents): await realtime auto tool replies in RunResult - [#1490](https://github.com/livekit/agents-js/pull/1490) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- feat(agents): add Speechmatics inference STT model options. - [#1507](https://github.com/livekit/agents-js/pull/1507) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.3

### Patch Changes

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.2",
"version": "1.4.3",
"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.4.2",
"version": "1.4.3",
"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.4.3

### Patch Changes

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.3

### Patch Changes

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.2",
"version": "1.4.3",
"description": "Cerebras 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.4.3

### Patch Changes

- fix(deepgram): surface TTS websocket errors. - [#1502](https://github.com/livekit/agents-js/pull/1502) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.3

### Patch Changes

- refactor(elevenlabs): abort the TTS recv channel on websocket close/error instead of holding the error in a Future - [#1505](https://github.com/livekit/agents-js/pull/1505) ([@u9g](https://github.com/u9g))

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"description": "ElevenLabs plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fishaudio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-fishaudio",
"version": "1.4.2",
"version": "1.4.3",
"description": "Fish Audio plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-google

## 1.4.3

### Patch Changes

- feat(gemini): add media resolution option for LLM and RealtimeModel - [#1483](https://github.com/livekit/agents-js/pull/1483) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"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.4.2",
"version": "1.4.3",
"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/hume/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-hume",
"version": "1.4.2",
"version": "1.4.3",
"description": "Hume AI 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.4.2",
"version": "1.4.3",
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
"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.4.2",
"version": "1.4.3",
"description": "LemonSlice avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/liveavatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-liveavatar",
"version": "1.4.2",
"version": "1.4.3",
"description": "LiveAvatar 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.4.3

### Patch Changes

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### 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.4.2",
"version": "1.4.3",
"description": "Additional utilities for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/minimax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-minimax",
"version": "1.4.2",
"version": "1.4.3",
"description": "MiniMax plugin 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.4.2",
"version": "1.4.3",
"description": "Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mistralai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-mistralai",
"version": "1.4.2",
"version": "1.4.3",
"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.4.3

### Patch Changes

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`60ddb656072ab34ec5dad8274e8f9bf96ff37c8e`](https://github.com/livekit/agents-js/commit/60ddb656072ab34ec5dad8274e8f9bf96ff37c8e), [`b7fdbe1f93b9551406c754cfb1f3273cf97efbcc`](https://github.com/livekit/agents-js/commit/b7fdbe1f93b9551406c754cfb1f3273cf97efbcc), [`213385270e23d70b97d330be87fa30c3eb5d92d1`](https://github.com/livekit/agents-js/commit/213385270e23d70b97d330be87fa30c3eb5d92d1), [`a8361c16c595226815e64293796544a23a35d14d`](https://github.com/livekit/agents-js/commit/a8361c16c595226815e64293796544a23a35d14d), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9)]:
- @livekit/agents@1.4.3

## 1.4.2

### Patch Changes
Expand Down
Loading