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/add-runway-avatar-plugin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cruel-deer-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deepgram-flux-general-multi.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-unplayed-response-chat-ctx.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inworld-remove-trailing-space.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-fans-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-boxes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/xai-stt-endpointing.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.2.8

### Patch Changes

- Add Deepgram `flux-general-multi` STTv2 model support with multi-language detection. Introduces a new `languageHint` option for biasing the model toward specific languages (only used by `flux-general-multi`), and adds a new `sourceLanguages` field on `SpeechData` that carries all detected languages sorted by prevalence. For multi-language detection, the dominant language is set on `language` while `sourceLanguages` retains the full list. - [#1275](https://github.com/livekit/agents-js/pull/1275) ([@toubatbrian](https://github.com/toubatbrian))

- fix(voice): don't commit unplayed LLM response to chat context when interruption happens before any text is synchronized - [#1270](https://github.com/livekit/agents-js/pull/1270) ([@u9g](https://github.com/u9g))

- feat(stt): add diarization capabilities and speaker_id support - [#1267](https://github.com/livekit/agents-js/pull/1267) ([@toubatbrian](https://github.com/toubatbrian))

- feat(voice): add PreemptiveGenerationOptions for fine-grained control - [#1265](https://github.com/livekit/agents-js/pull/1265) ([@toubatbrian](https://github.com/toubatbrian))

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Add Deepgram `flux-general-multi` STTv2 model support with multi-language detection. Introduces a new `languageHint` option for biasing the model toward specific languages (only used by `flux-general-multi`), and adds a new `sourceLanguages` field on `SpeechData` that carries all detected languages sorted by prevalence. For multi-language detection, the dominant language is set on `language` while `sourceLanguages` retains the full list. - [#1275](https://github.com/livekit/agents-js/pull/1275) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"description": "ElevenLabs 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.2.8

### Patch Changes

- (gemini live 3.1): send tool responses and block sendClientContent where applicable. also remove deprecated gemini model - [#1229](https://github.com/livekit/agents-js/pull/1229) ([@tinalenguyen](https://github.com/tinalenguyen))

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

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

## 1.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.8

### Patch Changes

- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]:
- @livekit/agents@1.2.8

## 1.2.7

### 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.2.7",
"version": "1.2.8",
"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.2.6",
"version": "1.2.8",
"description": "Runway 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.2.7",
"version": "1.2.8",
"description": "Sarvam AI plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading
Loading