Skip to content

Commit 7bed975

Browse files
Version Packages
1 parent 0c9eac9 commit 7bed975

File tree

37 files changed

+80
-96
lines changed

37 files changed

+80
-96
lines changed

.changeset/blue-files-melt.md

-5
This file was deleted.

.changeset/breezy-rockets-camp.md

-5
This file was deleted.

.changeset/famous-pianos-fly.md

-5
This file was deleted.

.changeset/gentle-suits-cheat.md

-5
This file was deleted.

.changeset/lazy-rabbits-confess.md

-5
This file was deleted.

.changeset/new-games-change.md

-5
This file was deleted.

.changeset/new-maps-move.md

-5
This file was deleted.

.changeset/nice-bags-bake.md

-5
This file was deleted.

.changeset/perfect-boats-search.md

-5
This file was deleted.

.changeset/pink-eagles-fry.md

-5
This file was deleted.

.changeset/poor-toes-call.md

-5
This file was deleted.

.changeset/quiet-roses-exercise.md

-5
This file was deleted.

.changeset/smooth-moons-joke.md

-6
This file was deleted.

.changeset/tender-boxes-roll.md

-5
This file was deleted.

.changeset/warm-candles-kneel.md

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.11.1
1+
livekit-agents>=0.12.0
22
python-dotenv~=1.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.11.1
1+
livekit-agents>=0.12.0
22
python-dotenv~=1.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
livekit-agents>=0.11.1
1+
livekit-agents>=0.12.0
22
livekit-plugins-deepgram>=0.6.9
33
python-dotenv~=1.0
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
livekit-agents>=0.11.1
2-
livekit-plugins-openai>=0.10.5
1+
livekit-agents>=0.12.0
2+
livekit-plugins-openai>=0.11.0
33
livekit-plugins-cartesia>=0.4.3
44
livekit-plugins-elevenlabs>=0.7.7
55
python-dotenv~=1.0

examples/voice-pipeline-agent/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
livekit-agents>=0.11.1
2-
livekit-plugins-openai>=0.10.5
1+
livekit-agents>=0.12.0
2+
livekit-plugins-openai>=0.11.0
33
livekit-plugins-deepgram>=0.6.9
44
livekit-plugins-silero>=0.7.3
55
livekit-plugins-rag>=0.2.2

livekit-agents/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# livekit-agents
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw))
8+
9+
### Patch Changes
10+
11+
- Fix interrupt_min_words handling - [#1062](https://github.com/livekit/agents/pull/1062) ([@davidzhao](https://github.com/davidzhao))
12+
13+
- pipelineagent: fix speech_committed never called - [#1078](https://github.com/livekit/agents/pull/1078) ([@theomonnom](https://github.com/theomonnom))
14+
15+
- Allow setting agent attributes when accepting job - [#1076](https://github.com/livekit/agents/pull/1076) ([@davidzhao](https://github.com/davidzhao))
16+
17+
- handles error in function calls - [#1057](https://github.com/livekit/agents/pull/1057) ([@jayeshp19](https://github.com/jayeshp19))
18+
19+
- Fix delay calculation - [#1081](https://github.com/livekit/agents/pull/1081) ([@martin-purplefish](https://github.com/martin-purplefish))
20+
21+
- added metrics for idle time - [#1064](https://github.com/livekit/agents/pull/1064) ([@jayeshp19](https://github.com/jayeshp19))
22+
323
## 0.11.1
424

525
### Patch Changes

livekit-agents/livekit/agents/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.11.1"
15+
__version__ = "0.12.0"

livekit-agents/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-agents",
33
"private": true,
4-
"version": "0.11.1"
4+
"version": "0.12.0"
55
}

livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-plugins-anthropic
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- anthropic tool fix - [#1051](https://github.com/livekit/agents/pull/1051) ([@jayeshp19](https://github.com/jayeshp19))
8+
39
## 0.2.3
410

511
### Patch Changes

livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.3"
15+
__version__ = "0.2.4"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-anthropic",
33
"private": true,
4-
"version": "0.2.3"
4+
"version": "0.2.4"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# livekit-plugins-assemblyai
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Introduce assembly.ai plugin - [#1082](https://github.com/livekit/agents/pull/1082) ([@davidzhao](https://github.com/davidzhao))
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "livekit-plugins-assemblyai",
33
"private": true,
4-
"version": "0.0.0"
5-
}
6-
4+
"version": "0.1.0"
5+
}

livekit-plugins/livekit-plugins-azure/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# livekit-plugins-azure
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- add support for azure speech containers - [#1043](https://github.com/livekit/agents/pull/1043) ([@longcw](https://github.com/longcw))
8+
9+
- fix azure sample_rate parameter - [#1072](https://github.com/livekit/agents/pull/1072) ([@theomonnom](https://github.com/theomonnom))
10+
311
## 0.4.1
412

513
### Patch Changes

livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.4.1"
15+
__version__ = "0.4.2"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-azure",
33
"private": true,
4-
"version": "0.4.1"
4+
"version": "0.4.2"
55
}

livekit-plugins/livekit-plugins-google/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# livekit-plugins-google
22

3+
## 0.7.3
4+
5+
### Patch Changes
6+
7+
- added catch for aborted speech - [#1055](https://github.com/livekit/agents/pull/1055) ([@jayeshp19](https://github.com/jayeshp19))
8+
9+
- Make Google STT keywords match Deepgram - [#1067](https://github.com/livekit/agents/pull/1067) ([@martin-purplefish](https://github.com/martin-purplefish))
10+
11+
- Add support for boosting phrases in Google STT - [#1066](https://github.com/livekit/agents/pull/1066) ([@martin-purplefish](https://github.com/martin-purplefish))
12+
313
## 0.7.2
414

515
### Patch Changes

livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.7.2"
15+
__version__ = "0.7.3"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-google",
33
"private": true,
4-
"version": "0.7.2"
4+
"version": "0.7.3"
55
}

livekit-plugins/livekit-plugins-openai/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# livekit-plugins-openai
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw))
8+
9+
### Patch Changes
10+
11+
- Expose usage metrics for Realtime model - [#1036](https://github.com/livekit/agents/pull/1036) ([@yuyuma](https://github.com/yuyuma))
12+
313
## 0.10.5
414

515
### Patch Changes

livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.10.5"
15+
__version__ = "0.11.0"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-openai",
33
"private": true,
4-
"version": "0.10.5"
4+
"version": "0.11.0"
55
}

0 commit comments

Comments
 (0)