@livekit/agents-plugin-cartesia 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The Agents Framework is designed for building realtime, programmable
|
|
|
9
9
|
participants that run on servers. Use it to create conversational, multi-modal
|
|
10
10
|
voice agents that can see, hear, and understand.
|
|
11
11
|
|
|
12
|
-
This package contains the Cartesia plugin, which allows for voice synthesis.
|
|
12
|
+
This package contains the Cartesia plugin, which allows for voice synthesis and speech recognition.
|
|
13
13
|
Refer to the [documentation](https://docs.livekit.io/agents/overview/) for
|
|
14
14
|
information on how to use it, or browse the [API
|
|
15
15
|
reference](https://docs.livekit.io/agents-js/modules/plugins_agents_plugin_cartesia.html).
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livekit/agents-plugin-cartesia",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "Cartesia plugin for LiveKit Node Agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"require": "dist/index.cjs",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@types/ws": "^8.5.10",
|
|
31
31
|
"tsup": "^8.3.5",
|
|
32
32
|
"typescript": "^5.0.0",
|
|
33
|
-
"@livekit/agents": "1.4.
|
|
34
|
-
"@livekit/agents-plugin-openai": "1.4.
|
|
35
|
-
"@livekit/agents-plugin-silero": "1.4.
|
|
36
|
-
"@livekit/agents-plugins-test": "1.4.
|
|
33
|
+
"@livekit/agents": "1.4.6",
|
|
34
|
+
"@livekit/agents-plugin-openai": "1.4.6",
|
|
35
|
+
"@livekit/agents-plugin-silero": "1.4.6",
|
|
36
|
+
"@livekit/agents-plugins-test": "1.4.6"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ws": "^8.18.0"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@livekit/rtc-node": "^0.13.29",
|
|
43
43
|
"zod": "^3.25.76 || ^4.1.8",
|
|
44
|
-
"@livekit/agents": "1.4.
|
|
44
|
+
"@livekit/agents": "1.4.6"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup --onSuccess \"pnpm build:types\"",
|