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/agent-session-default-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/amd-late-stt-cancel-short-greeting.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/amd-python-parity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/amd-tunable-params-postpone.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fishaudio-plugin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inference-llm-empty-apikey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-jars-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-coats-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-lemons-dance.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- `voice.AMD` reaches feature parity with python. - [#1390](https://github.com/livekit/agents-js/pull/1390) ([@toubatbrian](https://github.com/toubatbrian))

### Patch Changes

- fix(agents): support constructing `AgentSession` with no arguments - [#1410](https://github.com/livekit/agents-js/pull/1410) ([@u9g](https://github.com/u9g))

- `AMD`: cancel the pre-baked HUMAN/`short_greeting` silence timer when a final STT transcript arrives inside the short-speech window, replacing it with a `long_speech` timer anchored at `speechEndedAt + MACHINE_SILENCE_THRESHOLD_MS` so the LLM verdict gets the final word. Mirrors the python fix in [`livekit/agents#5637`](https://github.com/livekit/agents/pull/5637). - [#1390](https://github.com/livekit/agents-js/pull/1390) ([@toubatbrian](https://github.com/toubatbrian))

- Port AMD improvements from python `livekit/agents#5584`. `voice.AMD` now exposes the previously hard-coded timing thresholds (`humanSpeechThresholdMs`, `humanSilenceThresholdMs`, `machineSilenceThresholdMs`) and the classification `prompt` as constructor options, defers to the LLM (instead of forcing a HUMAN verdict) when a transcript is already available after a short greeting, and accepts a `participantIdentity` hint plus a `suppressCompatibilityWarning` flag. The classifier now offers two LLM tools — `save_prediction` and `postpone_termination` (capped at 3 extensions × 10s) — letting the model request more audio when the transcript is ambiguous; if the model returns plain JSON instead of tool calls, AMD falls back to the previous content-parsing path. AMD also logs a one-shot warning when the resolved LLM is not in the bundled `EVALUATED_LLM_MODELS` list. - [#1368](https://github.com/livekit/agents-js/pull/1368) ([@toubatbrian](https://github.com/toubatbrian))

- fix(inference): make `inference.LLM` compatible with openai >= 6.36.0 - [#1411](https://github.com/livekit/agents-js/pull/1411) ([@u9g](https://github.com/u9g))

- Add comments to agent side and inference side fallback adapters - [#1398](https://github.com/livekit/agents-js/pull/1398) ([@tmshapland](https://github.com/tmshapland))

- refactor(agents): replace uuid with crypto.randomUUID - [#1392](https://github.com/livekit/agents-js/pull/1392) ([@benasher44](https://github.com/benasher44))

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

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

## 1.4.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.4.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.3.2",
"version": "1.4.0",
"description": "Fish Audio 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.4.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"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.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.4.0

### Patch Changes

- Updated dependencies [[`5dcb659abb7155dd09edd483ef9f331d3ea4c71f`](https://github.com/livekit/agents-js/commit/5dcb659abb7155dd09edd483ef9f331d3ea4c71f), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`6df9c2830ae97d00a97e74b1ebdee861266ac5ac`](https://github.com/livekit/agents-js/commit/6df9c2830ae97d00a97e74b1ebdee861266ac5ac), [`7cd03882c19f1623cede60813e7cd25388bb6d53`](https://github.com/livekit/agents-js/commit/7cd03882c19f1623cede60813e7cd25388bb6d53), [`2f4714beec26a6b2b6f57ec64903b885c162d630`](https://github.com/livekit/agents-js/commit/2f4714beec26a6b2b6f57ec64903b885c162d630), [`0f4cd614d84e600e6657585c1d00f27d9c1473c1`](https://github.com/livekit/agents-js/commit/0f4cd614d84e600e6657585c1d00f27d9c1473c1), [`657f9ad4090280d1c53cace2e8b7bdf15291cbb2`](https://github.com/livekit/agents-js/commit/657f9ad4090280d1c53cace2e8b7bdf15291cbb2)]:
- @livekit/agents@1.4.0

## 1.3.4

### 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.3.4",
"version": "1.4.0",
"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.3.4",
"version": "1.4.0",
"description": "Phonic STS plugin for LiveKit Node Agents",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down
Loading