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.

13 changes: 0 additions & 13 deletions .changeset/fallback-adapter-active-child-attribution.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/live-model-swaps.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.

14 changes: 0 additions & 14 deletions .changeset/openai-ws-url-model-param.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.

6 changes: 0 additions & 6 deletions .changeset/rime-coda.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.

9 changes: 0 additions & 9 deletions .changeset/standalone-download-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/suppress-barge-in-errors.md

This file was deleted.

49 changes: 49 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @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))

- fix(stt): reflect active child in `FallbackAdapter` `model`/`provider` - [#1515](https://github.com/livekit/agents-js/pull/1515) ([@julien-lottie](https://github.com/julien-lottie))

`audio_recognition.refreshUserTurnSttAttributes` reads these on every
STT event to stamp `gen_ai.request.model` / `gen_ai.provider.name`
on the `user_turn` span. With static wrapper labels, every span
reported `FallbackAdapter` / `livekit` regardless of which provider
actually transcribed — so a mid-turn fallover was invisible in
traces. Track the elected child from both the streaming and
recognize paths and surface its identifiers.

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

- Add `updateOptions` support to inference LLM for live model swaps. - [#1527](https://github.com/livekit/agents-js/pull/1527) ([@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))

- Add support for the Rime Coda TTS model. - [#1523](https://github.com/livekit/agents-js/pull/1523) ([@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))

- feat(agents): add `livekit-agents download-files` command for Docker layer caching - [#1511](https://github.com/livekit/agents-js/pull/1511) ([@davidzhao](https://github.com/davidzhao))

Adds a standalone CLI (`npx livekit-agents download-files`) that discovers installed
`@livekit/agents-plugin-*` packages and downloads their asset files without loading
the user's agent code.

- fix(barge-in): suppress session-level barge-in errors. - [#1513](https://github.com/livekit/agents-js/pull/1513) ([@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), [`26716df780ee8334dd4975add698e4c562bdc9d6`](https://github.com/livekit/agents-js/commit/26716df780ee8334dd4975add698e4c562bdc9d6), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`63d1c7e88bc542223e4386585ac14efa94903992`](https://github.com/livekit/agents-js/commit/63d1c7e88bc542223e4386585ac14efa94903992), [`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), [`01da76ac68fe82f81442247d7c6a088edda78505`](https://github.com/livekit/agents-js/commit/01da76ac68fe82f81442247d7c6a088edda78505), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9), [`a48c822fbdbc39b403966f80f23207e57a542e91`](https://github.com/livekit/agents-js/commit/a48c822fbdbc39b403966f80f23207e57a542e91), [`6402cbc91741fb0c4808d81e82f51f8f6b46780e`](https://github.com/livekit/agents-js/commit/6402cbc91741fb0c4808d81e82f51f8f6b46780e)]:
- @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
8 changes: 8 additions & 0 deletions plugins/assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @livekit/agents-plugin-assemblyai

## 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), [`26716df780ee8334dd4975add698e4c562bdc9d6`](https://github.com/livekit/agents-js/commit/26716df780ee8334dd4975add698e4c562bdc9d6), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`63d1c7e88bc542223e4386585ac14efa94903992`](https://github.com/livekit/agents-js/commit/63d1c7e88bc542223e4386585ac14efa94903992), [`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), [`01da76ac68fe82f81442247d7c6a088edda78505`](https://github.com/livekit/agents-js/commit/01da76ac68fe82f81442247d7c6a088edda78505), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9), [`a48c822fbdbc39b403966f80f23207e57a542e91`](https://github.com/livekit/agents-js/commit/a48c822fbdbc39b403966f80f23207e57a542e91), [`6402cbc91741fb0c4808d81e82f51f8f6b46780e`](https://github.com/livekit/agents-js/commit/6402cbc91741fb0c4808d81e82f51f8f6b46780e)]:
- @livekit/agents@1.4.3
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
10 changes: 10 additions & 0 deletions plugins/baseten/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @livekit/agents-plugin-baseten

## 1.4.3

### Patch Changes

- Remove rejectUnauthorized from baseten WS header - [#1508](https://github.com/livekit/agents-js/pull/1508) ([@toubatbrian](https://github.com/toubatbrian))

- Updated dependencies [[`cdcb4ba17a61981292c9b8e816bc624e7064f6af`](https://github.com/livekit/agents-js/commit/cdcb4ba17a61981292c9b8e816bc624e7064f6af), [`10236d90533600f5eee65c40792499d937cb48ba`](https://github.com/livekit/agents-js/commit/10236d90533600f5eee65c40792499d937cb48ba), [`26716df780ee8334dd4975add698e4c562bdc9d6`](https://github.com/livekit/agents-js/commit/26716df780ee8334dd4975add698e4c562bdc9d6), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`63d1c7e88bc542223e4386585ac14efa94903992`](https://github.com/livekit/agents-js/commit/63d1c7e88bc542223e4386585ac14efa94903992), [`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), [`01da76ac68fe82f81442247d7c6a088edda78505`](https://github.com/livekit/agents-js/commit/01da76ac68fe82f81442247d7c6a088edda78505), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9), [`a48c822fbdbc39b403966f80f23207e57a542e91`](https://github.com/livekit/agents-js/commit/a48c822fbdbc39b403966f80f23207e57a542e91), [`6402cbc91741fb0c4808d81e82f51f8f6b46780e`](https://github.com/livekit/agents-js/commit/6402cbc91741fb0c4808d81e82f51f8f6b46780e)]:
- @livekit/agents@1.4.3
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), [`26716df780ee8334dd4975add698e4c562bdc9d6`](https://github.com/livekit/agents-js/commit/26716df780ee8334dd4975add698e4c562bdc9d6), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`63d1c7e88bc542223e4386585ac14efa94903992`](https://github.com/livekit/agents-js/commit/63d1c7e88bc542223e4386585ac14efa94903992), [`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), [`01da76ac68fe82f81442247d7c6a088edda78505`](https://github.com/livekit/agents-js/commit/01da76ac68fe82f81442247d7c6a088edda78505), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9), [`a48c822fbdbc39b403966f80f23207e57a542e91`](https://github.com/livekit/agents-js/commit/a48c822fbdbc39b403966f80f23207e57a542e91), [`6402cbc91741fb0c4808d81e82f51f8f6b46780e`](https://github.com/livekit/agents-js/commit/6402cbc91741fb0c4808d81e82f51f8f6b46780e)]:
- @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), [`26716df780ee8334dd4975add698e4c562bdc9d6`](https://github.com/livekit/agents-js/commit/26716df780ee8334dd4975add698e4c562bdc9d6), [`a379a2ad67b9af06c2943d191173184c009f6ad1`](https://github.com/livekit/agents-js/commit/a379a2ad67b9af06c2943d191173184c009f6ad1), [`63d1c7e88bc542223e4386585ac14efa94903992`](https://github.com/livekit/agents-js/commit/63d1c7e88bc542223e4386585ac14efa94903992), [`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), [`01da76ac68fe82f81442247d7c6a088edda78505`](https://github.com/livekit/agents-js/commit/01da76ac68fe82f81442247d7c6a088edda78505), [`abb23c88e9e597d4047324c0af9295ada2fb03c9`](https://github.com/livekit/agents-js/commit/abb23c88e9e597d4047324c0af9295ada2fb03c9), [`a48c822fbdbc39b403966f80f23207e57a542e91`](https://github.com/livekit/agents-js/commit/a48c822fbdbc39b403966f80f23207e57a542e91), [`6402cbc91741fb0c4808d81e82f51f8f6b46780e`](https://github.com/livekit/agents-js/commit/6402cbc91741fb0c4808d81e82f51f8f6b46780e)]:
- @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
Loading