@assemblyline-agents/livekit 0.1.0 → 1.0.0
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/package.json +9 -9
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ npm install @assemblyline-agents/livekit
|
|
|
12
12
|
|
|
13
13
|
## Part of Assembly Line
|
|
14
14
|
|
|
15
|
-
This package is part of [Assembly Line](https://github.com/jasonbadeaux/
|
|
15
|
+
This package is part of [Assembly Line](https://github.com/jasonbadeaux/assembly-line), a vendor-neutral, filesystem-first framework for durable AI agents. See the developer documentation in [docs/developers/](https://github.com/jasonbadeaux/assembly-line/tree/main/docs/developers) for setup, agent authoring, and deployment guides.
|
|
16
16
|
|
|
17
17
|
## License
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/livekit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@assemblyline-agents/core": "
|
|
13
|
-
"@assemblyline-agents/runtime": "
|
|
12
|
+
"@assemblyline-agents/core": "1.0.0",
|
|
13
|
+
"@assemblyline-agents/runtime": "1.0.0"
|
|
14
14
|
},
|
|
15
|
-
"description": "Official
|
|
15
|
+
"description": "Official Assembly Line LiveKit voice, telephony, and agent-dispatch plugin.",
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/jasonbadeaux/
|
|
25
|
+
"url": "git+https://github.com/jasonbadeaux/assembly-line.git",
|
|
26
26
|
"directory": "capabilities/livekit"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/jasonbadeaux/
|
|
29
|
+
"url": "https://github.com/jasonbadeaux/assembly-line/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/jasonbadeaux/
|
|
32
|
-
"author": "
|
|
31
|
+
"homepage": "https://github.com/jasonbadeaux/assembly-line#readme",
|
|
32
|
+
"author": "Assembly Line contributors",
|
|
33
33
|
"keywords": [
|
|
34
|
-
"
|
|
34
|
+
"assembly-line",
|
|
35
35
|
"ai",
|
|
36
36
|
"agents",
|
|
37
37
|
"livekit",
|