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/cuddly-eels-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/five-planes-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-squids-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-cups-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-gorillas-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-birds-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-taxis-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-apes-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-shoes-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-foxes-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-pots-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-hairs-poke.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.8.5
livekit-agents>=0.8.6
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.5
livekit-plugins-deepgram>=0.6.4
livekit-agents>=0.8.6
livekit-plugins-deepgram>=0.6.5
4 changes: 2 additions & 2 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.8.5
livekit-plugins-openai>=0.8.0
livekit-agents>=0.8.6
livekit-plugins-openai>=0.8.1
8 changes: 4 additions & 4 deletions examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.8.5
livekit-plugins-openai>=0.8.0
livekit-plugins-deepgram>=0.6.4
livekit-plugins-silero>=0.6.3
livekit-agents>=0.8.6
livekit-plugins-openai>=0.8.1
livekit-plugins-deepgram>=0.6.5
livekit-plugins-silero>=0.6.4
python-dotenv~=1.0
19 changes: 19 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# livekit-agents

## 0.8.6

### Patch Changes

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [#608](https://github.com/livekit/agents/pull/608) ([@keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

- limit simultaneous process initialization - [#621](https://github.com/livekit/agents/pull/621) ([@theomonnom](https://github.com/theomonnom))

- voiceassistant: remove fade effect when interrupting #622 - [#623](https://github.com/livekit/agents/pull/623) ([@theomonnom](https://github.com/theomonnom))

- ipc improvements, fix slow shutdown & cleanup leaked resources - [#607](https://github.com/livekit/agents/pull/607) ([@theomonnom](https://github.com/theomonnom))

- ipc: use our own duplex instead of mp.Queue - [#634](https://github.com/livekit/agents/pull/634) ([@theomonnom](https://github.com/theomonnom))

- llm: fix optional arguments & non-hashable list - [#637](https://github.com/livekit/agents/pull/637) ([@theomonnom](https://github.com/theomonnom))

- silero: fix vad padding & static audio - [#631](https://github.com/livekit/agents/pull/631) ([@theomonnom](https://github.com/theomonnom))

## 0.8.5

### 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.8.5"
__version__ = "0.8.6"
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.8.5"
"version": "0.8.6"
}
7 changes: 7 additions & 0 deletions livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# livekit-plugins-cartesia

## 0.4.1

### Patch Changes

- Switch Cartesia to a sentence tokenizer and keep the same context id throughout. - [#608](https://github.com/livekit/agents/pull/608) ([@keepingitneil](https://github.com/keepingitneil))
Propagate segment_id through the basic sentence tokenizer

## 0.3.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-cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-cartesia",
"private": true,
"version": "0.4.0"
"version": "0.4.1"
}
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.5

### Patch Changes

- deepgram: fallback to nova-2-general when the language isn't supported - [#623](https://github.com/livekit/agents/pull/623) ([@theomonnom](https://github.com/theomonnom))

## 0.6.4

### 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.4"
__version__ = "0.6.5"
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.4"
"version": "0.6.5"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-nltk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-nltk

## 0.7.1

### Patch Changes

- Revert "nltk: fix broken punkt download" - [#630](https://github.com/livekit/agents/pull/630) ([@theomonnom](https://github.com/theomonnom))

## 0.7.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.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-nltk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-nltk",
"private": true,
"version": "0.7.0"
"version": "0.7.1"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-openai

## 0.8.1

### Patch Changes

- add support for Ollama, Perplexity, Fireworks, Octo, Together, and Groq LLMs through the OpenAI API - [#611](https://github.com/livekit/agents/pull/611) ([@nbsp](https://github.com/nbsp))

- allow sending user IDs - [#633](https://github.com/livekit/agents/pull/633) ([@nbsp](https://github.com/nbsp))

## 0.8.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.8.0"
__version__ = "0.8.1"
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.8.0"
"version": "0.8.1"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-rag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-rag

## 0.2.2

### Patch Changes

- rag: fix backward compatibility - [#629](https://github.com/livekit/agents/pull/629) ([@afigar](https://github.com/afigar))

## 0.2.1

### 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.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-rag/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-rag",
"private": true,
"version": "0.2.1"
"version": "0.2.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-silero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-silero

## 0.6.4

### Patch Changes

- silero: fix vad padding & static audio - [#631](https://github.com/livekit/agents/pull/631) ([@theomonnom](https://github.com/theomonnom))

## 0.6.3

### 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.3"
__version__ = "0.6.4"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-silero/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-silero",
"private": true,
"version": "0.6.3"
"version": "0.6.4"
}