@elizaos/plugin-local-ai 1.0.0-alpha.2 → 1.0.0-alpha.21
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/dist/{chunk-TIOOHHYI.js → chunk-X5VSI446.js} +3 -3
- package/dist/chunk-X5VSI446.js.map +1 -0
- package/dist/index.js +1493 -1011
- package/dist/index.js.map +1 -1
- package/dist/{multipart-parser-IQPIHJ5G.js → multipart-parser-4M3QINNU.js} +2 -2
- package/package.json +10 -9
- package/dist/chunk-TIOOHHYI.js.map +0 -1
- package/dist/index.d.ts +0 -5
- /package/dist/{multipart-parser-IQPIHJ5G.js.map → multipart-parser-4M3QINNU.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FormData,
|
|
3
3
|
file_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-X5VSI446.js";
|
|
5
5
|
|
|
6
6
|
// ../../node_modules/node-fetch/src/utils/multipart-parser.js
|
|
7
7
|
var s = 0;
|
|
@@ -356,4 +356,4 @@ async function toFormData(Body, ct) {
|
|
|
356
356
|
export {
|
|
357
357
|
toFormData
|
|
358
358
|
};
|
|
359
|
-
//# sourceMappingURL=multipart-parser-
|
|
359
|
+
//# sourceMappingURL=multipart-parser-4M3QINNU.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-local-ai",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.21",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -21,11 +21,10 @@
|
|
|
21
21
|
"@anush008/tokenizers": "^0.0.0",
|
|
22
22
|
"@aws-sdk/client-s3": "^3.749.0",
|
|
23
23
|
"@aws-sdk/s3-request-presigner": "^3.749.0",
|
|
24
|
-
"@cliqz/adblocker-playwright": "1.34.0",
|
|
25
24
|
"@echogarden/espeak-ng-emscripten": "0.3.3",
|
|
26
25
|
"@echogarden/kissfft-wasm": "0.2.0",
|
|
27
26
|
"@echogarden/speex-resampler-wasm": "0.2.1",
|
|
28
|
-
"@elizaos/core": "^1.0.0-alpha.
|
|
27
|
+
"@elizaos/core": "^1.0.0-alpha.21",
|
|
29
28
|
"@huggingface/hub": "^1.0.1",
|
|
30
29
|
"@huggingface/inference": "^3.3.4",
|
|
31
30
|
"@huggingface/transformers": "^3.3.3",
|
|
@@ -57,12 +56,12 @@
|
|
|
57
56
|
"libsodium-wrappers": "0.7.15",
|
|
58
57
|
"multer": "1.4.5-lts.1",
|
|
59
58
|
"node-cache": "5.1.2",
|
|
60
|
-
"node-llama-cpp": "3.
|
|
59
|
+
"node-llama-cpp": "3.6.0",
|
|
61
60
|
"nodejs-whisper": "0.1.18",
|
|
62
61
|
"onnxruntime-node": "1.20.1",
|
|
63
62
|
"outetts": "0.2.0",
|
|
63
|
+
"patchright": "1.50.1",
|
|
64
64
|
"pdfjs-dist": "4.7.76",
|
|
65
|
-
"playwright": "1.48.2",
|
|
66
65
|
"pm2": "5.4.3",
|
|
67
66
|
"puppeteer-extra": "3.3.6",
|
|
68
67
|
"puppeteer-extra-plugin-capsolver": "2.0.1",
|
|
@@ -81,9 +80,11 @@
|
|
|
81
80
|
"zod": "3.21.4"
|
|
82
81
|
},
|
|
83
82
|
"scripts": {
|
|
84
|
-
"build": "tsup
|
|
85
|
-
"dev": "tsup --
|
|
86
|
-
"test": "vitest run"
|
|
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
|
+
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
|
|
87
88
|
},
|
|
88
89
|
"peerDependencies": {
|
|
89
90
|
"whatwg-url": "7.1.0"
|
|
@@ -98,5 +99,5 @@
|
|
|
98
99
|
"pluginType": "elizaos:plugin:1.0.0",
|
|
99
100
|
"pluginParameters": {}
|
|
100
101
|
},
|
|
101
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "a1bb2c8ab6805f9585540a9a9e6b6ae39bfd4ed1"
|
|
102
103
|
}
|