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/elevenlabs-chunk-schedule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/elevenlabs-language-text-normalization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pipelines-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-llm-service-tier.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/google-realtime-abortable-queue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/google-realtime-tool-behavior-scheduling.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-monkeys-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-tomatoes-sort.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/inference-stt-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-configs-report.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-buckets-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-pumpkins-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-owls-shave.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.4.1

### Patch Changes

- Prevent voice pipeline scheduling from hanging when a pipeline task crashes after a speech handle is already marked done. - [#1423](https://github.com/livekit/agents-js/pull/1423) ([@u9g](https://github.com/u9g))

- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g))

- docs(agents): document realtime capabilities - [#1419](https://github.com/livekit/agents-js/pull/1419) ([@u9g](https://github.com/u9g))

- feat(inference): propagate STT extra to SpeechData.metadata - [#1389](https://github.com/livekit/agents-js/pull/1389) ([@toubatbrian](https://github.com/toubatbrian))

The inference STT plugin now plumbs the gateway's per-transcript `extra` field
onto `SpeechData.metadata`, exposing provider-specific signals (e.g. Inworld
voice profile, xAI `speech_final`) to consumers.

- Emit agent configuration updates in OTLP session logs. - [#1434](https://github.com/livekit/agents-js/pull/1434) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))

## 1.4.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.4.0",
"version": "1.4.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.4.1

### Patch Changes

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.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.4.1

### Patch Changes

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.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.4.0",
"version": "1.4.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.4.1

### Patch Changes

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.1",
"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.1

### Patch Changes

- fix: remove double URL-encoding in Deepgram STT plugin - [#1391](https://github.com/livekit/agents-js/pull/1391) ([@haroldfabla2-hue](https://github.com/haroldfabla2-hue))

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

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

## 1.4.1

### Patch Changes

- fix(elevenlabs): restore chunk length schedule in WebSocket init payload - [#1421](https://github.com/livekit/agents-js/pull/1421) ([@u9g](https://github.com/u9g))

- feat(elevenlabs): add `applyLanguageTextNormalization` option to TTS - [#1427](https://github.com/livekit/agents-js/pull/1427) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

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

## 1.4.1

### Patch Changes

- feat(google): add `serviceTier` option to LLM (e.g. `ServiceTier.PRIORITY`) - [#1428](https://github.com/livekit/agents-js/pull/1428) ([@toubatbrian](https://github.com/toubatbrian))

- fix(google): abort pending realtime sends during reconnect - [#1415](https://github.com/livekit/agents-js/pull/1415) ([@u9g](https://github.com/u9g))

- feat(google realtime): expose `toolBehavior` and `toolResponseScheduling` options on the Gemini Live `RealtimeModel` and `RealtimeSession`. `toolBehavior` controls whether function calls are blocking or non-blocking (`Behavior.BLOCKING` / `Behavior.NON_BLOCKING`), and `toolResponseScheduling` controls how tool responses are scheduled into the conversation (`SILENT` / `WHEN_IDLE` / `INTERRUPT`). Note that `toolResponseScheduling` is only supported by the Gemini API, not Vertex AI. Ports livekit/agents#3482. - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian))

- Add Gemini realtime non-blocking tool scheduling - [#1412](https://github.com/livekit/agents-js/pull/1412) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.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.4.0",
"version": "1.4.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.4.0",
"version": "1.4.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/hume/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/agents-plugin-hume",
"version": "1.3.0",
"version": "1.4.1",
"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.0",
"version": "1.4.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.4.0",
"version": "1.4.1",
"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.0",
"version": "1.4.1",
"description": "LiveAvatar avatar plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/livekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/agents-plugin-livekit

## 1.4.1

### Patch Changes

- Align LiveKit plugin ONNX runtime dependencies - [#1424](https://github.com/livekit/agents-js/pull/1424) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.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.4.0",
"version": "1.4.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/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.0",
"version": "1.4.1",
"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.0",
"version": "1.4.1",
"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.0",
"version": "1.4.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.4.1

### Patch Changes

- Updated dependencies [[`90ae41698b20a900e698db7dc683b98c5be0366d`](https://github.com/livekit/agents-js/commit/90ae41698b20a900e698db7dc683b98c5be0366d), [`e449263c2678c9e956c4654d83cedd3da907e9cd`](https://github.com/livekit/agents-js/commit/e449263c2678c9e956c4654d83cedd3da907e9cd), [`f4b0a9e46f44fcf35fd8db2c325653fd38753be4`](https://github.com/livekit/agents-js/commit/f4b0a9e46f44fcf35fd8db2c325653fd38753be4), [`872ebcc838c74486af17c2c9fb782e2a87a4f419`](https://github.com/livekit/agents-js/commit/872ebcc838c74486af17c2c9fb782e2a87a4f419), [`4dc2802834fcc691ed3c30075f9ce0bb0682c65f`](https://github.com/livekit/agents-js/commit/4dc2802834fcc691ed3c30075f9ce0bb0682c65f)]:
- @livekit/agents@1.4.1

## 1.4.0

### Patch Changes
Expand Down
Loading