Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-rats-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-crabs-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-bees-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-parrots-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-dolphins-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-phones-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-foxes-wink.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tasty-brooms-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-seahorses-hunt.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.11
livekit-agents>=0.12.12
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.12.11
livekit-agents>=0.12.12
python-dotenv~=1.0
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
livekit-agents>=0.12.11
livekit-plugins-deepgram>=0.6.17
livekit-agents>=0.12.12
livekit-plugins-deepgram>=0.6.18
python-dotenv~=1.0
6 changes: 3 additions & 3 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.12.11
livekit-plugins-openai>=0.10.17
livekit-agents>=0.12.12
livekit-plugins-openai>=0.10.18
livekit-plugins-cartesia>=0.4.7
livekit-plugins-elevenlabs>=0.7.12
livekit-plugins-elevenlabs>=0.7.13
python-dotenv~=1.0
6 changes: 3 additions & 3 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
livekit-agents>=0.12.11
livekit-plugins-deepgram>=0.6.17
livekit-plugins-google>=0.10.2
livekit-agents>=0.12.12
livekit-plugins-deepgram>=0.6.18
livekit-plugins-google>=0.10.3
livekit-plugins-openai[vertex]>=0.10.10
livekit-plugins-silero>=0.7.4
livekit-plugins-rag>=0.2.3
Expand Down
10 changes: 10 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-agents

## 0.12.12

### Patch Changes

- fix agent transcription could not be disabled - [#1448](https://github.com/livekit/agents/pull/1448) ([@davidzhao](https://github.com/davidzhao))

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [#1441](https://github.com/livekit/agents/pull/1441) ([@jayeshp19](https://github.com/jayeshp19))

- support agent.say inside the before_llm_cb - [#1460](https://github.com/livekit/agents/pull/1460) ([@longcw](https://github.com/longcw))

## 0.12.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.12.11"
__version__ = "0.12.12"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.12.11"
"version": "0.12.12"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-anthropic

## 0.2.10

### Patch Changes

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [#1441](https://github.com/livekit/agents/pull/1441) ([@jayeshp19](https://github.com/jayeshp19))

## 0.2.9

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.9"
__version__ = "0.2.10"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-anthropic",
"private": true,
"version": "0.2.9"
"version": "0.2.10"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-deepgram

## 0.6.18

### Patch Changes

- chore(Deepgram STT): add nova-3 model to type literal - [#1464](https://github.com/livekit/agents/pull/1464) ([@chasemcdo](https://github.com/chasemcdo))

## 0.6.17

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.17"
__version__ = "0.6.18"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-deepgram",
"private": true,
"version": "0.6.17"
"version": "0.6.18"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-elevenlabs

## 0.7.13

### Patch Changes

- 11labs: ensure websocket connection is closed properly - [#1468](https://github.com/livekit/agents/pull/1468) ([@davidzhao](https://github.com/davidzhao))

## 0.7.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.7.12"
__version__ = "0.7.13"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-elevenlabs",
"private": true,
"version": "0.7.12"
"version": "0.7.13"
}
10 changes: 10 additions & 0 deletions livekit-plugins/livekit-plugins-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-plugins-google

## 0.10.3

### Patch Changes

- Gemini Realtime: Transcribe model audio via gemini api & use latest model as default for google plugin - [#1446](https://github.com/livekit/agents/pull/1446) ([@jayeshp19](https://github.com/jayeshp19))

- Update to support passing chirp_2 location for other STT credentials - [#1098](https://github.com/livekit/agents/pull/1098) ([@brightsparc](https://github.com/brightsparc))

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [#1441](https://github.com/livekit/agents/pull/1441) ([@jayeshp19](https://github.com/jayeshp19))

## 0.10.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.10.2"
__version__ = "0.10.3"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-google/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-google",
"private": true,
"version": "0.10.2"
"version": "0.10.3"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-openai

## 0.10.18

### Patch Changes

- Added an additional field in LLM capabilities class to check if model providers support function call history within chat context without needing function definitions. - [#1441](https://github.com/livekit/agents/pull/1441) ([@jayeshp19](https://github.com/jayeshp19))

## 0.10.17

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.10.17"
__version__ = "0.10.18"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-openai",
"private": true,
"version": "0.10.17"
"version": "0.10.18"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-eou

## 0.4.1

### Patch Changes

- fix incorrect dtype on windows - [#1452](https://github.com/livekit/agents/pull/1452) ([@jeradf](https://github.com/jeradf))

- adjust default probability cutoff - [#1465](https://github.com/livekit/agents/pull/1465) ([@jeradf](https://github.com/jeradf))

## 0.4.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-turn-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-turn-detector",
"private": true,
"version": "0.4.0"
"version": "0.4.1"
}