diff --git a/.changeset/agent-id-inference-header.md b/.changeset/agent-id-inference-header.md deleted file mode 100644 index d2dbf3db3..000000000 --- a/.changeset/agent-id-inference-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add the agent participant SID as an `X-LiveKit-Agent-Id` header on inference requests, alongside the existing room and job ID headers, when running inside a job context. diff --git a/.changeset/amd-sip-answer-gate.md b/.changeset/amd-sip-answer-gate.md deleted file mode 100644 index 32b00d5c6..000000000 --- a/.changeset/amd-sip-answer-gate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@livekit/agents": patch ---- - -Defer AMD listening until the participant audio track is subscribed, and for SIP participants until `sip.callStatus` is `active`, so ringback and early media no longer consume the no-speech budget. After AMD settles on a machine verdict with `interruptOnMachine`, skip the normal auto-reply triggered by user-turn completion so it no longer races with — and interrupts — the caller's own `generateReply` (e.g. leaving a voicemail). - -Complete the AMD verdict-emission port: add `waitUntilFinished` and `maxEndpointingDelayMs` options and gate emission on both post-speech silence and end-of-turn (machine/uncertain verdicts wait for the turn detector or a fallback backstop; a confident human releases on silence alone). Settle `no_speech_timeout` as `uncertain` instead of `machine-unavailable`. Treat the classifier LLM's tool calls as authoritative — no longer resurrect a verdict by parsing free-text content emitted alongside an `uncertain`/postpone tool call. - -Wire AMD into the recognition-hook layer the way the Python framework does: `AgentActivity` now drives AMD via `onUserSpeechStarted()`, `onUserSpeechEnded(silenceDurationMs)`, and `onTranscript(text, source)` from its VAD/STT hooks, instead of AMD snooping the derived `UserStateChanged`/`UserInputTranscribed` session events. This gives AMD the VAD's real `silenceDuration` directly, so post-speech timers and reported delays are anchored on the true speech-end time rather than skewed by VAD/event latency. - -Port the AMD classification prompt verbatim from the Python framework — restoring the task description, category definitions (`machine-vm` = leaving a message IS possible; `machine-unavailable` = NOT possible), and the few-shot examples that steer borderline cases (hours-of-operation → uncertain, "press 1" → machine-ivr, call-screening → machine-ivr) — and pass the raw transcript as the user message so it matches the prompt's `Input:`/`Output:` pattern. diff --git a/.changeset/avatar-wait-cleanup.md b/.changeset/avatar-wait-cleanup.md deleted file mode 100644 index d44610a65..000000000 --- a/.changeset/avatar-wait-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -feat(voice/avatar): add avatar join waiting and cleanup participant on close diff --git a/.changeset/bargein-default-threshold-drop-http.md b/.changeset/bargein-default-threshold-drop-http.md deleted file mode 100644 index 2d937eb5c..000000000 --- a/.changeset/bargein-default-threshold-drop-http.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Adaptive interruption detection now omits the threshold from `session.create` unless the user explicitly overrides it, letting the gateway apply its fetched default (surfaced via `default_threshold` on `session.created`). The HTTP transport has been dropped — detection always connects over WebSocket and always requires LiveKit credentials, and its base URL now defaults from `LIVEKIT_INFERENCE_URL` instead of `LIVEKIT_REMOTE_EOT_URL`. Inference requests also send an `X-LiveKit-Worker-Token` header when `LIVEKIT_WORKER_TOKEN` is set (hosted agents); a token supplied via the `--worker-token` CLI flag is now re-exported into the environment so forked job subprocesses inherit it and include the header. The `X-LiveKit-Agent-Id` header is now only attached once the room is connected to avoid leaking an unset local-participant SID. The interruption WebSocket is now closed deterministically on stream teardown (including error and cancel paths) instead of only on graceful completion — previously an orphaned socket leaked per session/activity and accumulated for the worker's lifetime. Mid-session threshold/duration changes via `updateOptions` now reconnect the WebSocket in place rather than closing it and letting the next send error the stream — so option changes no longer consume a failover retry (previously enough updates in a session could exhaust the retry budget and stop interruption detection). diff --git a/.changeset/bound-session-close-shutdown.md b/.changeset/bound-session-close-shutdown.md deleted file mode 100644 index 1677b8008..000000000 --- a/.changeset/bound-session-close-shutdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Bound AgentSession close during job shutdown so shutdown callbacks still run. diff --git a/.changeset/calm-memory-warnings.md b/.changeset/calm-memory-warnings.md deleted file mode 100644 index 3b094de13..000000000 --- a/.changeset/calm-memory-warnings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Rate-limit IPC high-memory warnings and include process context in memory logs. diff --git a/.changeset/clamp-stt-last-speaking-time.md b/.changeset/clamp-stt-last-speaking-time.md deleted file mode 100644 index 03bb3cd26..000000000 --- a/.changeset/clamp-stt-last-speaking-time.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Clamp the STT-derived `lastSpeakingTime` to the current wall-clock time. When the STT stream's clock diverged from the activity's input epoch (e.g. a reused STT pipeline after an agent handoff), the transcript `endTime` could map to a timestamp minutes in the future, causing the end-of-turn bounce task to sleep that long before committing the user turn — the agent appeared to go silent mid-call even though LLM preemptive generation kept running. diff --git a/.changeset/compatible-google-genai.md b/.changeset/compatible-google-genai.md deleted file mode 100644 index d0fa76e22..000000000 --- a/.changeset/compatible-google-genai.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -Require a compatible Google Gen AI SDK version. diff --git a/.changeset/crisp-areas-leave.md b/.changeset/crisp-areas-leave.md deleted file mode 100644 index 270f3f016..000000000 --- a/.changeset/crisp-areas-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -increase memory warning threshold diff --git a/.changeset/fix-realtime-model-format.md b/.changeset/fix-realtime-model-format.md deleted file mode 100644 index 5092c2b55..000000000 --- a/.changeset/fix-realtime-model-format.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Fix trailing whitespace formatting in realtime model options diff --git a/.changeset/flush-sentinel-segments.md b/.changeset/flush-sentinel-segments.md deleted file mode 100644 index 7bd4d1bc5..000000000 --- a/.changeset/flush-sentinel-segments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support `FlushSentinel` in voice LLM nodes to flush audio and text output per segment. diff --git a/.changeset/google-http-options-timeout.md b/.changeset/google-http-options-timeout.md deleted file mode 100644 index fbb56871f..000000000 --- a/.changeset/google-http-options-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -Preserve Google LLM request timeout when custom HTTP options are provided. diff --git a/.changeset/granular-recording-options.md b/.changeset/granular-recording-options.md deleted file mode 100644 index a0d873259..000000000 --- a/.changeset/granular-recording-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Support granular recording options in `AgentSession.start`. The `record` option now accepts `boolean | RecordingOptions` (`{ audio, traces, logs, transcript }`); a boolean maps to all-on/all-off and a partial object merges onto all-on, so omitted keys default to `true`. Each category independently gates audio capture, trace export, log export, and transcript upload, mirroring the Python SDK and matching the documented granular form. diff --git a/.changeset/guard-agent-sid-header.md b/.changeset/guard-agent-sid-header.md deleted file mode 100644 index 699bd626b..000000000 --- a/.changeset/guard-agent-sid-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Guard inference agent ID header lookup until the room is connected. diff --git a/.changeset/honest-news-create.md b/.changeset/honest-news-create.md deleted file mode 100644 index d32e4c31d..000000000 --- a/.changeset/honest-news-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Add Reasoning param for gpt-realtime-2\* model family diff --git a/.changeset/openai-responses-phase.md b/.changeset/openai-responses-phase.md deleted file mode 100644 index 58c786772..000000000 --- a/.changeset/openai-responses-phase.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents': patch -'@livekit/agents-plugin-openai': patch ---- - -Preserve OpenAI Responses assistant message phase metadata across follow-up requests. diff --git a/.changeset/recorder-io-session-end.md b/.changeset/recorder-io-session-end.md deleted file mode 100644 index 3bd75aa80..000000000 --- a/.changeset/recorder-io-session-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Close active RecorderIO during job session-end cleanup before generating the session report. diff --git a/.changeset/recording-primary-session-alignment.md b/.changeset/recording-primary-session-alignment.md deleted file mode 100644 index 700f16581..000000000 --- a/.changeset/recording-primary-session-alignment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Align `AgentSession.start` recording with the Python SDK's primary-session behavior. The primary/secondary designation now happens in `start()` before `initRecording`, so a demoted secondary session never configures cloud recording. A non-primary session whose `record` argument was not explicitly given now silently disables its recording (instead of throwing); it still throws only when `record` was passed explicitly, matching Python's `record_is_given` semantics. diff --git a/.changeset/restrict-stt-pipeline-reuse.md b/.changeset/restrict-stt-pipeline-reuse.md deleted file mode 100644 index e4cab27d3..000000000 --- a/.changeset/restrict-stt-pipeline-reuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Restrict STT pipeline reuse during handoff to agents using the default sttNode. diff --git a/.changeset/scope-forward-audio-playback-started.md b/.changeset/scope-forward-audio-playback-started.md deleted file mode 100644 index 5c5cd277e..000000000 --- a/.changeset/scope-forward-audio-playback-started.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(voice): scope forwardAudio's playback-started listener to its own segment - -When a speech is interrupted, the scheduling loop immediately authorizes the next -speech, so the new segment's `forwardAudio` registers its `playback_started` -listener on the shared audio output while the interrupted segment is still -emitting events during teardown. The stray event resolved the new segment's -`firstFrameFut` before its first frame was captured, which skipped resampler -creation and pushed an unresampled frame straight to the `AudioSource` -(`RtcError: sample_rate and num_channels don't match`) and corrupted playback -bookkeeping. The listener now only resolves `firstFrameFut` after the segment has -captured its own first frame. diff --git a/.changeset/skip-empty-realtime-messages.md b/.changeset/skip-empty-realtime-messages.md deleted file mode 100644 index 9b2945234..000000000 --- a/.changeset/skip-empty-realtime-messages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Skip empty OpenAI realtime chat messages when updating remote chat context. diff --git a/.changeset/soniox-exclude-test-files.md b/.changeset/soniox-exclude-test-files.md deleted file mode 100644 index 5e18194b1..000000000 --- a/.changeset/soniox-exclude-test-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-soniox': patch ---- - -Exclude test files from the published Soniox plugin build. diff --git a/.changeset/string-realtime-status-details.md b/.changeset/string-realtime-status-details.md deleted file mode 100644 index 14e37e9b3..000000000 --- a/.changeset/string-realtime-status-details.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Handle string OpenAI realtime response status details. diff --git a/.changeset/tangy-frogs-bathe.md b/.changeset/tangy-frogs-bathe.md deleted file mode 100644 index cdf388231..000000000 --- a/.changeset/tangy-frogs-bathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@livekit/agents-plugin-did': patch ---- - -feat(d-id): add D-ID avatar plugin - -Dispatches a D-ID v4 (expressive) avatar worker into a LiveKit room via `POST /v2/agents/{agent_id}/sessions/join` and routes the agent's audio to it through `voice.DataStreamAudioOutput`. Audio sample rate is configurable (16k / 24k / 48k, default 24k) via `AudioConfig`. See `examples/src/did_avatar.ts` for usage. diff --git a/.changeset/tcp-session-transport.md b/.changeset/tcp-session-transport.md deleted file mode 100644 index 78c70c8d7..000000000 --- a/.changeset/tcp-session-transport.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add `TcpSessionTransport`, a `SessionTransport` that frames protobuf session messages over a raw TCP socket (4-byte big-endian length prefix, 1 MiB cap, `TCP_NODELAY`), mirroring the Python implementation. Also handle the `updateIo` session request in `SessionHost`, toggling input/output audio and transcription. This is the transport plumbing that lets a local broker (e.g. the LiveKit CLI session daemon) drive a Node agent over TCP. diff --git a/.changeset/tidy-eyes-repeat.md b/.changeset/tidy-eyes-repeat.md deleted file mode 100644 index 5c9ab7334..000000000 --- a/.changeset/tidy-eyes-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(voice): emit the wrapper error (with `recoverable`) on session `error` events instead of the inner error diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 9e0f32b01..4b059907e 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,61 @@ # @livekit/agents +## 1.4.6 + +### Patch Changes + +- Add the agent participant SID as an `X-LiveKit-Agent-Id` header on inference requests, alongside the existing room and job ID headers, when running inside a job context. - [#1687](https://github.com/livekit/agents-js/pull/1687) ([@adrian-cowham](https://github.com/adrian-cowham)) + +- Defer AMD listening until the participant audio track is subscribed, and for SIP participants until `sip.callStatus` is `active`, so ringback and early media no longer consume the no-speech budget. After AMD settles on a machine verdict with `interruptOnMachine`, skip the normal auto-reply triggered by user-turn completion so it no longer races with — and interrupts — the caller's own `generateReply` (e.g. leaving a voicemail). - [#1639](https://github.com/livekit/agents-js/pull/1639) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + + Complete the AMD verdict-emission port: add `waitUntilFinished` and `maxEndpointingDelayMs` options and gate emission on both post-speech silence and end-of-turn (machine/uncertain verdicts wait for the turn detector or a fallback backstop; a confident human releases on silence alone). Settle `no_speech_timeout` as `uncertain` instead of `machine-unavailable`. Treat the classifier LLM's tool calls as authoritative — no longer resurrect a verdict by parsing free-text content emitted alongside an `uncertain`/postpone tool call. + + Wire AMD into the recognition-hook layer the way the Python framework does: `AgentActivity` now drives AMD via `onUserSpeechStarted()`, `onUserSpeechEnded(silenceDurationMs)`, and `onTranscript(text, source)` from its VAD/STT hooks, instead of AMD snooping the derived `UserStateChanged`/`UserInputTranscribed` session events. This gives AMD the VAD's real `silenceDuration` directly, so post-speech timers and reported delays are anchored on the true speech-end time rather than skewed by VAD/event latency. + + Port the AMD classification prompt verbatim from the Python framework — restoring the task description, category definitions (`machine-vm` = leaving a message IS possible; `machine-unavailable` = NOT possible), and the few-shot examples that steer borderline cases (hours-of-operation → uncertain, "press 1" → machine-ivr, call-screening → machine-ivr) — and pass the raw transcript as the user message so it matches the prompt's `Input:`/`Output:` pattern. + +- feat(voice/avatar): add avatar join waiting and cleanup participant on close - [#1594](https://github.com/livekit/agents-js/pull/1594) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Adaptive interruption detection now omits the threshold from `session.create` unless the user explicitly overrides it, letting the gateway apply its fetched default (surfaced via `default_threshold` on `session.created`). The HTTP transport has been dropped — detection always connects over WebSocket and always requires LiveKit credentials, and its base URL now defaults from `LIVEKIT_INFERENCE_URL` instead of `LIVEKIT_REMOTE_EOT_URL`. Inference requests also send an `X-LiveKit-Worker-Token` header when `LIVEKIT_WORKER_TOKEN` is set (hosted agents); a token supplied via the `--worker-token` CLI flag is now re-exported into the environment so forked job subprocesses inherit it and include the header. The `X-LiveKit-Agent-Id` header is now only attached once the room is connected to avoid leaking an unset local-participant SID. The interruption WebSocket is now closed deterministically on stream teardown (including error and cancel paths) instead of only on graceful completion — previously an orphaned socket leaked per session/activity and accumulated for the worker's lifetime. Mid-session threshold/duration changes via `updateOptions` now reconnect the WebSocket in place rather than closing it and letting the next send error the stream — so option changes no longer consume a failover retry (previously enough updates in a session could exhaust the retry budget and stop interruption detection). - [#1785](https://github.com/livekit/agents-js/pull/1785) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Bound AgentSession close during job shutdown so shutdown callbacks still run. - [#1638](https://github.com/livekit/agents-js/pull/1638) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Rate-limit IPC high-memory warnings and include process context in memory logs. - [#1717](https://github.com/livekit/agents-js/pull/1717) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Clamp the STT-derived `lastSpeakingTime` to the current wall-clock time. When the STT stream's clock diverged from the activity's input epoch (e.g. a reused STT pipeline after an agent handoff), the transcript `endTime` could map to a timestamp minutes in the future, causing the end-of-turn bounce task to sleep that long before committing the user turn — the agent appeared to go silent mid-call even though LLM preemptive generation kept running. - [#1782](https://github.com/livekit/agents-js/pull/1782) ([@toubatbrian](https://github.com/toubatbrian)) + +- increase memory warning threshold - [#1778](https://github.com/livekit/agents-js/pull/1778) ([@davidzhao](https://github.com/davidzhao)) + +- Support `FlushSentinel` in voice LLM nodes to flush audio and text output per segment. - [#1710](https://github.com/livekit/agents-js/pull/1710) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Support granular recording options in `AgentSession.start`. The `record` option now accepts `boolean | RecordingOptions` (`{ audio, traces, logs, transcript }`); a boolean maps to all-on/all-off and a partial object merges onto all-on, so omitted keys default to `true`. Each category independently gates audio capture, trace export, log export, and transcript upload, mirroring the Python SDK and matching the documented granular form. - [#1702](https://github.com/livekit/agents-js/pull/1702) ([@anzemur](https://github.com/anzemur)) + +- Guard inference agent ID header lookup until the room is connected. - [#1700](https://github.com/livekit/agents-js/pull/1700) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Preserve OpenAI Responses assistant message phase metadata across follow-up requests. - [#1720](https://github.com/livekit/agents-js/pull/1720) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Close active RecorderIO during job session-end cleanup before generating the session report. - [#1682](https://github.com/livekit/agents-js/pull/1682) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Align `AgentSession.start` recording with the Python SDK's primary-session behavior. The primary/secondary designation now happens in `start()` before `initRecording`, so a demoted secondary session never configures cloud recording. A non-primary session whose `record` argument was not explicitly given now silently disables its recording (instead of throwing); it still throws only when `record` was passed explicitly, matching Python's `record_is_given` semantics. - [#1704](https://github.com/livekit/agents-js/pull/1704) ([@toubatbrian](https://github.com/toubatbrian)) + +- Restrict STT pipeline reuse during handoff to agents using the default sttNode. - [#1605](https://github.com/livekit/agents-js/pull/1605) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- fix(voice): scope forwardAudio's playback-started listener to its own segment - [#1786](https://github.com/livekit/agents-js/pull/1786) ([@chenghao-mou](https://github.com/chenghao-mou)) + + When a speech is interrupted, the scheduling loop immediately authorizes the next + speech, so the new segment's `forwardAudio` registers its `playback_started` + listener on the shared audio output while the interrupted segment is still + emitting events during teardown. The stray event resolved the new segment's + `firstFrameFut` before its first frame was captured, which skipped resampler + creation and pushed an unresampled frame straight to the `AudioSource` + (`RtcError: sample_rate and num_channels don't match`) and corrupted playback + bookkeeping. The listener now only resolves `firstFrameFut` after the segment has + captured its own first frame. + +- Add `TcpSessionTransport`, a `SessionTransport` that frames protobuf session messages over a raw TCP socket (4-byte big-endian length prefix, 1 MiB cap, `TCP_NODELAY`), mirroring the Python implementation. Also handle the `updateIo` session request in `SessionHost`, toggling input/output audio and transcription. This is the transport plumbing that lets a local broker (e.g. the LiveKit CLI session daemon) drive a Node agent over TCP. - [#1693](https://github.com/livekit/agents-js/pull/1693) ([@toubatbrian](https://github.com/toubatbrian)) + +- fix(voice): emit the wrapper error (with `recoverable`) on session `error` events instead of the inner error - [#1787](https://github.com/livekit/agents-js/pull/1787) ([@u9g](https://github.com/u9g)) + ## 1.4.5 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 8cb9afe56..1ada14451 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.4.5", + "version": "1.4.6", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anam/CHANGELOG.md b/plugins/anam/CHANGELOG.md index 7997db6d5..063961d9f 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index a6835034d..4f0642897 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.4.5", + "version": "1.4.6", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/assemblyai/CHANGELOG.md b/plugins/assemblyai/CHANGELOG.md index 5730f0ba3..27df2b444 100644 --- a/plugins/assemblyai/CHANGELOG.md +++ b/plugins/assemblyai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-assemblyai +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index 1f17cac26..f86349076 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.4.5", + "version": "1.4.6", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/CHANGELOG.md b/plugins/baseten/CHANGELOG.md index fd0788a80..bf8333617 100644 --- a/plugins/baseten/CHANGELOG.md +++ b/plugins/baseten/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-baseten +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 25fd3ecf8..1aed190ba 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.4.5", + "version": "1.4.6", "description": "Baseten plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/bey/CHANGELOG.md b/plugins/bey/CHANGELOG.md index d468a3d3b..e7ed84760 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 715dc1b8f..b8734abe9 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.4.5", + "version": "1.4.6", "description": "Beyond Presence plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cartesia/CHANGELOG.md b/plugins/cartesia/CHANGELOG.md index 772e8af54..caa3a2e05 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 8f82f8be7..23ec0d94c 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.4.5", + "version": "1.4.6", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cerebras/CHANGELOG.md b/plugins/cerebras/CHANGELOG.md index eaa1f7617..5afdba9ad 100644 --- a/plugins/cerebras/CHANGELOG.md +++ b/plugins/cerebras/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-cerebras +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`6971fa57d7310eaa2ce3bd348adf6778d4379a71`](https://github.com/livekit/agents-js/commit/6971fa57d7310eaa2ce3bd348adf6778d4379a71), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`e366d89095a03326fc8b0bb0adf519051af04dd9`](https://github.com/livekit/agents-js/commit/e366d89095a03326fc8b0bb0adf519051af04dd9), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`62ec2b7f365b714107c4e17cf84d8252e7f93008`](https://github.com/livekit/agents-js/commit/62ec2b7f365b714107c4e17cf84d8252e7f93008), [`86909ac9a83f3b63d29a29ba949b8702b6340bd1`](https://github.com/livekit/agents-js/commit/86909ac9a83f3b63d29a29ba949b8702b6340bd1), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + - @livekit/agents-plugin-openai@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index a4c2c6f0c..28c66be7f 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.4.5", + "version": "1.4.6", "description": "Cerebras plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index 7ec2bf3e5..51d391a6c 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index f1f495b04..0573b00bc 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.4.5", + "version": "1.4.6", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/did/CHANGELOG.md b/plugins/did/CHANGELOG.md new file mode 100644 index 000000000..e0a6dad6b --- /dev/null +++ b/plugins/did/CHANGELOG.md @@ -0,0 +1,12 @@ +# @livekit/agents-plugin-did + +## 1.4.6 + +### Patch Changes + +- feat(d-id): add D-ID avatar plugin - [#1670](https://github.com/livekit/agents-js/pull/1670) ([@osimhi213](https://github.com/osimhi213)) + + Dispatches a D-ID v4 (expressive) avatar worker into a LiveKit room via `POST /v2/agents/{agent_id}/sessions/join` and routes the agent's audio to it through `voice.DataStreamAudioOutput`. Audio sample rate is configurable (16k / 24k / 48k, default 24k) via `AudioConfig`. See `examples/src/did_avatar.ts` for usage. + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 diff --git a/plugins/did/package.json b/plugins/did/package.json index 786af7a9b..b74ada4de 100644 --- a/plugins/did/package.json +++ b/plugins/did/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-did", - "version": "1.4.4", + "version": "1.4.6", "description": "D-ID avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 900c75d80..d6cbcab0c 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 32908b000..e004ac6e7 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.4.5", + "version": "1.4.6", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/fishaudio/CHANGELOG.md b/plugins/fishaudio/CHANGELOG.md index 1572a8d10..2f61a80ff 100644 --- a/plugins/fishaudio/CHANGELOG.md +++ b/plugins/fishaudio/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-fishaudio +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index 364919fe3..883a6173d 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.4.5", + "version": "1.4.6", "description": "Fish Audio plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/google/CHANGELOG.md b/plugins/google/CHANGELOG.md index def25ff72..a7f68a619 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/agents-plugin-google +## 1.4.6 + +### Patch Changes + +- Require a compatible Google Gen AI SDK version. - [#1726](https://github.com/livekit/agents-js/pull/1726) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Preserve Google LLM request timeout when custom HTTP options are provided. - [#1729](https://github.com/livekit/agents-js/pull/1729) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index e0448ba4a..f66aff72b 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.4.5", + "version": "1.4.6", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/CHANGELOG.md b/plugins/hedra/CHANGELOG.md index 8115c8caf..7653ddb99 100644 --- a/plugins/hedra/CHANGELOG.md +++ b/plugins/hedra/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hedra +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index 0571d8b08..cf340d4fd 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.4.5", + "version": "1.4.6", "description": "Hedra avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hume/CHANGELOG.md b/plugins/hume/CHANGELOG.md index 63f119f34..b9714df31 100644 --- a/plugins/hume/CHANGELOG.md +++ b/plugins/hume/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hume +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/hume/package.json b/plugins/hume/package.json index 683c99622..c6a005d7f 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.4.5", + "version": "1.4.6", "description": "Hume AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/CHANGELOG.md b/plugins/inworld/CHANGELOG.md index 11d0de9c2..ffbb7dbb9 100644 --- a/plugins/inworld/CHANGELOG.md +++ b/plugins/inworld/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-inworld +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index a9de6d74b..80ae6143a 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.4.5", + "version": "1.4.6", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/CHANGELOG.md b/plugins/lemonslice/CHANGELOG.md index 132b4cdf2..7f58908ef 100644 --- a/plugins/lemonslice/CHANGELOG.md +++ b/plugins/lemonslice/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-lemonslice +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 844decccc..f50affe46 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.4.5", + "version": "1.4.6", "description": "LemonSlice avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/liveavatar/CHANGELOG.md b/plugins/liveavatar/CHANGELOG.md index b0bbae72a..f869c4b6a 100644 --- a/plugins/liveavatar/CHANGELOG.md +++ b/plugins/liveavatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-liveavatar +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index 309e5f3f8..0a212e8bd 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.4.5", + "version": "1.4.6", "description": "LiveAvatar avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/livekit/CHANGELOG.md b/plugins/livekit/CHANGELOG.md index e4e373339..baa567983 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 7b73896df..8cd5c7ab3 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.4.5", + "version": "1.4.6", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/minimax/CHANGELOG.md b/plugins/minimax/CHANGELOG.md index a41e39399..c625e3e35 100644 --- a/plugins/minimax/CHANGELOG.md +++ b/plugins/minimax/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-minimax +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index e6f402ad1..1ecb7f012 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.4.5", + "version": "1.4.6", "description": "MiniMax plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistral/CHANGELOG.md b/plugins/mistral/CHANGELOG.md index 1bf154a96..f1d6ab2d7 100644 --- a/plugins/mistral/CHANGELOG.md +++ b/plugins/mistral/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistral +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + - @livekit/agents-plugin-mistralai@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 8911895be..4ccc68942 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.4.5", + "version": "1.4.6", "description": "Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistralai/CHANGELOG.md b/plugins/mistralai/CHANGELOG.md index c07883e4a..4003a279f 100644 --- a/plugins/mistralai/CHANGELOG.md +++ b/plugins/mistralai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistralai +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + - @livekit/agents-plugin-silero@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index 0d2d7136a..0878aa9fe 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.4.5", + "version": "1.4.6", "description": "Mistral AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/neuphonic/CHANGELOG.md b/plugins/neuphonic/CHANGELOG.md index d9c89c574..fdcd2b4de 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 954b83f2a..5cbe51c98 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.4.5", + "version": "1.4.6", "description": "Neuphonic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index 38eabe8f4..5e7e36197 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,22 @@ # @livekit/agents-plugin-openai +## 1.4.6 + +### Patch Changes + +- Fix trailing whitespace formatting in realtime model options - [#1705](https://github.com/livekit/agents-js/pull/1705) ([@tinalenguyen](https://github.com/tinalenguyen)) + +- Add Reasoning param for gpt-realtime-2\* model family - [#1575](https://github.com/livekit/agents-js/pull/1575) ([@yaniv-peretz](https://github.com/yaniv-peretz)) + +- Preserve OpenAI Responses assistant message phase metadata across follow-up requests. - [#1720](https://github.com/livekit/agents-js/pull/1720) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Skip empty OpenAI realtime chat messages when updating remote chat context. - [#1721](https://github.com/livekit/agents-js/pull/1721) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Handle string OpenAI realtime response status details. - [#1728](https://github.com/livekit/agents-js/pull/1728) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 7d6ec4d13..b411633b4 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.4.5", + "version": "1.4.6", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/perplexity/CHANGELOG.md b/plugins/perplexity/CHANGELOG.md index 1c925f4b1..ec4c8428f 100644 --- a/plugins/perplexity/CHANGELOG.md +++ b/plugins/perplexity/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-perplexity +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`6971fa57d7310eaa2ce3bd348adf6778d4379a71`](https://github.com/livekit/agents-js/commit/6971fa57d7310eaa2ce3bd348adf6778d4379a71), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`e366d89095a03326fc8b0bb0adf519051af04dd9`](https://github.com/livekit/agents-js/commit/e366d89095a03326fc8b0bb0adf519051af04dd9), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`62ec2b7f365b714107c4e17cf84d8252e7f93008`](https://github.com/livekit/agents-js/commit/62ec2b7f365b714107c4e17cf84d8252e7f93008), [`86909ac9a83f3b63d29a29ba949b8702b6340bd1`](https://github.com/livekit/agents-js/commit/86909ac9a83f3b63d29a29ba949b8702b6340bd1), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + - @livekit/agents-plugin-openai@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/perplexity/package.json b/plugins/perplexity/package.json index ce03338cd..f90ac6b12 100644 --- a/plugins/perplexity/package.json +++ b/plugins/perplexity/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-perplexity", - "version": "1.4.5", + "version": "1.4.6", "description": "Perplexity plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/CHANGELOG.md b/plugins/phonic/CHANGELOG.md index 11b3b70af..e3e52ce74 100644 --- a/plugins/phonic/CHANGELOG.md +++ b/plugins/phonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-phonic +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 0cc491929..c1c6fe47c 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.4.5", + "version": "1.4.6", "description": "Phonic STS plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/resemble/CHANGELOG.md b/plugins/resemble/CHANGELOG.md index 4b35a5296..671875334 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 65880382b..926b117ce 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.4.5", + "version": "1.4.6", "description": "Resemble plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/rime/CHANGELOG.md b/plugins/rime/CHANGELOG.md index d3a8fcdc2..9ca9df256 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index a349a03e4..ee0c74c49 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.4.5", + "version": "1.4.6", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/runway/CHANGELOG.md b/plugins/runway/CHANGELOG.md index a792ad181..6fc9db662 100644 --- a/plugins/runway/CHANGELOG.md +++ b/plugins/runway/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-runway +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/runway/package.json b/plugins/runway/package.json index e31fa4b21..44f393d8f 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.4.5", + "version": "1.4.6", "description": "Runway plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/CHANGELOG.md b/plugins/sarvam/CHANGELOG.md index 54b073103..454f1468e 100644 --- a/plugins/sarvam/CHANGELOG.md +++ b/plugins/sarvam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-sarvam +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 53ce5c2a4..2c4f11256 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.4.5", + "version": "1.4.6", "description": "Sarvam AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index 3f57ea1bb..03e73716e 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index bf4ae25cd..86b162266 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.4.5", + "version": "1.4.6", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/soniox/CHANGELOG.md b/plugins/soniox/CHANGELOG.md index c6f8cffc8..a5d1a8bd8 100644 --- a/plugins/soniox/CHANGELOG.md +++ b/plugins/soniox/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-soniox +## 1.4.6 + +### Patch Changes + +- Exclude test files from the published Soniox plugin build. - [#1689](https://github.com/livekit/agents-js/pull/1689) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/soniox/package.json b/plugins/soniox/package.json index 01aad49e4..d84f5f393 100644 --- a/plugins/soniox/package.json +++ b/plugins/soniox/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-soniox", - "version": "1.4.5", + "version": "1.4.6", "description": "Soniox plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/tavus/CHANGELOG.md b/plugins/tavus/CHANGELOG.md index 57459fc14..b304d5f6b 100644 --- a/plugins/tavus/CHANGELOG.md +++ b/plugins/tavus/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-tavus +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/tavus/package.json b/plugins/tavus/package.json index 7d1d9c03e..14211718a 100644 --- a/plugins/tavus/package.json +++ b/plugins/tavus/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-tavus", - "version": "1.4.5", + "version": "1.4.6", "description": "Tavus avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index 5d55c7cb6..9e94a58cc 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 88eb414eb..cabfd35a2 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.4.5", + "version": "1.4.6", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/CHANGELOG.md b/plugins/trugen/CHANGELOG.md index c08a9894f..7bfeabb0c 100644 --- a/plugins/trugen/CHANGELOG.md +++ b/plugins/trugen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-trugen +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index d68d39e76..35c50928c 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.4.5", + "version": "1.4.6", "description": "Trugen avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/xai/CHANGELOG.md b/plugins/xai/CHANGELOG.md index 2e2af920a..9239c2046 100644 --- a/plugins/xai/CHANGELOG.md +++ b/plugins/xai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-xai +## 1.4.6 + +### Patch Changes + +- Updated dependencies [[`2eeccad1136111152a461765a71271c03c339a3b`](https://github.com/livekit/agents-js/commit/2eeccad1136111152a461765a71271c03c339a3b), [`27de4099f0bd66aa02a5aa040f00767b855742e2`](https://github.com/livekit/agents-js/commit/27de4099f0bd66aa02a5aa040f00767b855742e2), [`84cec47eb2af21bfead10878b866e1b564226ac1`](https://github.com/livekit/agents-js/commit/84cec47eb2af21bfead10878b866e1b564226ac1), [`1a3ef4c9332f435f88fc716c791d6263164ecb2e`](https://github.com/livekit/agents-js/commit/1a3ef4c9332f435f88fc716c791d6263164ecb2e), [`ef27e91427a06d336e6343bdec55966b45ec5b69`](https://github.com/livekit/agents-js/commit/ef27e91427a06d336e6343bdec55966b45ec5b69), [`5267ce6a582191a607bd76f3db90123586636713`](https://github.com/livekit/agents-js/commit/5267ce6a582191a607bd76f3db90123586636713), [`b942b0d02ea44a86b887bcae36a5b4b0d417312d`](https://github.com/livekit/agents-js/commit/b942b0d02ea44a86b887bcae36a5b4b0d417312d), [`596285f50e7537b5faf3739765b6b7df827b0823`](https://github.com/livekit/agents-js/commit/596285f50e7537b5faf3739765b6b7df827b0823), [`6971fa57d7310eaa2ce3bd348adf6778d4379a71`](https://github.com/livekit/agents-js/commit/6971fa57d7310eaa2ce3bd348adf6778d4379a71), [`1d27d25a5c26a178929c520f1cc58861239469ad`](https://github.com/livekit/agents-js/commit/1d27d25a5c26a178929c520f1cc58861239469ad), [`36b4f7538b6cfa85e28834b17600d18f851a76cc`](https://github.com/livekit/agents-js/commit/36b4f7538b6cfa85e28834b17600d18f851a76cc), [`3f3969223569e63eb98d57abfcb2b0d6345f9981`](https://github.com/livekit/agents-js/commit/3f3969223569e63eb98d57abfcb2b0d6345f9981), [`e366d89095a03326fc8b0bb0adf519051af04dd9`](https://github.com/livekit/agents-js/commit/e366d89095a03326fc8b0bb0adf519051af04dd9), [`5154150131b0c62290b0ad84170927417b558765`](https://github.com/livekit/agents-js/commit/5154150131b0c62290b0ad84170927417b558765), [`7ed8af73c1a893d051f533642235107f52183efc`](https://github.com/livekit/agents-js/commit/7ed8af73c1a893d051f533642235107f52183efc), [`b55a41181bd377f90cd48388dacf653f2eb1a15f`](https://github.com/livekit/agents-js/commit/b55a41181bd377f90cd48388dacf653f2eb1a15f), [`ac49bfe7639a7772bf128e337d0dd2e371eb66d5`](https://github.com/livekit/agents-js/commit/ac49bfe7639a7772bf128e337d0dd2e371eb66d5), [`97e17e3c69834cef22c74bc3cc13c5a38b9115a8`](https://github.com/livekit/agents-js/commit/97e17e3c69834cef22c74bc3cc13c5a38b9115a8), [`62ec2b7f365b714107c4e17cf84d8252e7f93008`](https://github.com/livekit/agents-js/commit/62ec2b7f365b714107c4e17cf84d8252e7f93008), [`86909ac9a83f3b63d29a29ba949b8702b6340bd1`](https://github.com/livekit/agents-js/commit/86909ac9a83f3b63d29a29ba949b8702b6340bd1), [`c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff`](https://github.com/livekit/agents-js/commit/c220cfd5a32a2eb5c0e9c0e896ea3510580a08ff), [`7d3b9b531c08286d4389bea9e231824bd6110f1b`](https://github.com/livekit/agents-js/commit/7d3b9b531c08286d4389bea9e231824bd6110f1b)]: + - @livekit/agents@1.4.6 + - @livekit/agents-plugin-openai@1.4.6 + ## 1.4.5 ### Patch Changes diff --git a/plugins/xai/package.json b/plugins/xai/package.json index fa31c2fb5..fb80b424e 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.4.5", + "version": "1.4.6", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",