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/chilly-otters-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-melons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-schools-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-ties-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-parks-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-poems-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shushing-streams-gently.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-ads-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-colts-burn.md

This file was deleted.

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

## 1.0.25

### Patch Changes

- Rename pushedDurationMs to pushedDuration (was actually in seconds) - [#876](https://github.com/livekit/agents-js/pull/876) ([@toubatbrian](https://github.com/toubatbrian))

- Fix improper resource cleanup inside AgentActivity by not close global STT / TTS / VAD components - [#891](https://github.com/livekit/agents-js/pull/891) ([@toubatbrian](https://github.com/toubatbrian))

- Add Session Connection Options and Fix Blocking Speech from High-latency LLM Generation - [#880](https://github.com/livekit/agents-js/pull/880) ([@toubatbrian](https://github.com/toubatbrian))

- Add session shutdown API - [#866](https://github.com/livekit/agents-js/pull/866) ([@toubatbrian](https://github.com/toubatbrian))

- Add traces for `session.say` and `session.generateReply` - [#882](https://github.com/livekit/agents-js/pull/882) ([@toubatbrian](https://github.com/toubatbrian))

- Fix error spam during stream cleanup. Gracefully handle edge cases when detaching audio streams that were never initialized. - [#884](https://github.com/livekit/agents-js/pull/884) ([@Hormold](https://github.com/Hormold))

- Add RecorderIO for stereo audio recording - [#876](https://github.com/livekit/agents-js/pull/876) ([@toubatbrian](https://github.com/toubatbrian))

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.0.15

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.14

### 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.14",
"version": "1.0.15",
"description": "Anam 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.15

### Patch Changes

- Add Session Connection Options and Fix Blocking Speech from High-latency LLM Generation - [#880](https://github.com/livekit/agents-js/pull/880) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.14

### 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.14",
"version": "1.0.15",
"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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.25

### Patch Changes

- Added support for mip_opt_out option - [#886](https://github.com/livekit/agents-js/pull/886) ([@alexshye](https://github.com/alexshye))

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"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/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.1",
"version": "1.0.2",
"description": "Inworld 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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"description": "Additional utilities 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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

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

## 1.0.25

### Patch Changes

- Implemented close() in openai TTS - [#883](https://github.com/livekit/agents-js/pull/883) ([@KrishnaShuk](https://github.com/KrishnaShuk))

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"description": "OpenAI 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.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.0.18

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.17

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

## 1.0.25

### Patch Changes

- Updated dependencies [[`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e), [`e590012fda5a32e86c183d06d9ff5a5810ad688a`](https://github.com/livekit/agents-js/commit/e590012fda5a32e86c183d06d9ff5a5810ad688a), [`40aa678d7cbd63b97215ced99e700b286c971ff0`](https://github.com/livekit/agents-js/commit/40aa678d7cbd63b97215ced99e700b286c971ff0), [`3a0872e730179fe1dbcc3a446d92480611270992`](https://github.com/livekit/agents-js/commit/3a0872e730179fe1dbcc3a446d92480611270992), [`c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc`](https://github.com/livekit/agents-js/commit/c7ea84ec3ee9cd132b8e3a7bd7cca3040ae420dc), [`a21eb72d7ca452489353ef42f8e2922d2b6047a2`](https://github.com/livekit/agents-js/commit/a21eb72d7ca452489353ef42f8e2922d2b6047a2), [`6b94d1a1b50d3a4e96443b21979ddad415ac7b6e`](https://github.com/livekit/agents-js/commit/6b94d1a1b50d3a4e96443b21979ddad415ac7b6e)]:
- @livekit/agents@1.0.25

## 1.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/silero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-silero",
"version": "1.0.24",
"version": "1.0.25",
"description": "Silero voice activity detection LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading