@elizaos/plugin-local-ai 1.0.0-alpha.7 → 1.0.0-beta.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 +27 -28
- package/dist/index.js +627 -2085
- package/dist/index.js.map +1 -1
- package/package.json +68 -100
- package/dist/chunk-TIOOHHYI.js +0 -4727
- package/dist/chunk-TIOOHHYI.js.map +0 -1
- package/dist/multipart-parser-IQPIHJ5G.js +0 -359
- package/dist/multipart-parser-IQPIHJ5G.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,102 +1,70 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"systeminformation": "5.23.8",
|
|
71
|
-
"tar": "7.4.3",
|
|
72
|
-
"tinyld": "1.3.4",
|
|
73
|
-
"tsup": "8.4.0",
|
|
74
|
-
"uuid": "11.0.3",
|
|
75
|
-
"wav": "1.0.2",
|
|
76
|
-
"wav-encoder": "1.3.0",
|
|
77
|
-
"wavefile": "11.0.0",
|
|
78
|
-
"yargs": "17.7.2",
|
|
79
|
-
"youtube-dl-exec": "3.0.15",
|
|
80
|
-
"zod": "3.21.4"
|
|
81
|
-
},
|
|
82
|
-
"scripts": {
|
|
83
|
-
"build": "tsup",
|
|
84
|
-
"dev": "tsup --watch",
|
|
85
|
-
"test": "vitest run",
|
|
86
|
-
"lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write"
|
|
87
|
-
},
|
|
88
|
-
"peerDependencies": {
|
|
89
|
-
"whatwg-url": "7.1.0"
|
|
90
|
-
},
|
|
91
|
-
"publishConfig": {
|
|
92
|
-
"access": "public"
|
|
93
|
-
},
|
|
94
|
-
"resolutions": {
|
|
95
|
-
"zod": "3.24.1"
|
|
96
|
-
},
|
|
97
|
-
"agentConfig": {
|
|
98
|
-
"pluginType": "elizaos:plugin:1.0.0",
|
|
99
|
-
"pluginParameters": {}
|
|
100
|
-
},
|
|
101
|
-
"gitHead": "45175c735affb7ea45b3d9efecde34223e782b79"
|
|
2
|
+
"name": "@elizaos/plugin-local-ai",
|
|
3
|
+
"version": "1.0.0-beta.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/elizaos-plugins/plugin-local-ai"
|
|
11
|
+
},
|
|
12
|
+
"exports": {
|
|
13
|
+
"./package.json": "./package.json",
|
|
14
|
+
".": {
|
|
15
|
+
"import": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"default": "./dist/index.js"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"dist"
|
|
23
|
+
],
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@elizaos/core": "^1.0.0-beta.0",
|
|
26
|
+
"@huggingface/hub": "^1.0.1",
|
|
27
|
+
"@huggingface/inference": "^3.3.4",
|
|
28
|
+
"@huggingface/transformers": "^3.3.3",
|
|
29
|
+
"@types/uuid": "10.0.0",
|
|
30
|
+
"fastembed": "^1.14.1",
|
|
31
|
+
"fluent-ffmpeg": "2.1.3",
|
|
32
|
+
"formdata-node": "6.0.3",
|
|
33
|
+
"fs-extra": "11.2.0",
|
|
34
|
+
"glob": "11.0.0",
|
|
35
|
+
"graceful-fs": "4.2.11",
|
|
36
|
+
"node-llama-cpp": "3.6.0",
|
|
37
|
+
"nodejs-whisper": "0.1.18",
|
|
38
|
+
"onnxruntime-node": "1.20.1",
|
|
39
|
+
"srt": "0.0.3",
|
|
40
|
+
"tsup": "8.4.0",
|
|
41
|
+
"uuid": "11.0.3",
|
|
42
|
+
"zod": "3.24.2"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsup",
|
|
46
|
+
"dev": "tsup --watch",
|
|
47
|
+
"test": "vitest run",
|
|
48
|
+
"lint": "prettier --write ./src",
|
|
49
|
+
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
50
|
+
"format": "prettier --write ./src",
|
|
51
|
+
"format:check": "prettier --check ./src"
|
|
52
|
+
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"whatwg-url": "7.1.0"
|
|
55
|
+
},
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"access": "public"
|
|
58
|
+
},
|
|
59
|
+
"resolutions": {
|
|
60
|
+
"zod": "3.24.2"
|
|
61
|
+
},
|
|
62
|
+
"agentConfig": {
|
|
63
|
+
"pluginType": "elizaos:plugin:1.0.0",
|
|
64
|
+
"pluginParameters": {}
|
|
65
|
+
},
|
|
66
|
+
"gitHead": "a8eb749d82e370638c7124f2ddebc2ae7ef47f22",
|
|
67
|
+
"devDependencies": {
|
|
68
|
+
"prettier": "3.5.3"
|
|
69
|
+
}
|
|
102
70
|
}
|