ppagent 0.0.8 → 0.0.9
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/package.json +121 -121
- package/dist/lib.d.ts +0 -3421
- package/dist/lib.js +0 -45
package/package.json
CHANGED
|
@@ -1,121 +1,121 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ppagent",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "an agent manager",
|
|
5
|
-
"types": "dist/lib.d.ts",
|
|
6
|
-
"main": "dist/lib.js",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"displayName": "PP智能体对接工具",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"lint": "eslint .",
|
|
11
|
-
"build": "esbuild \"src/**/*.ts\" --platform=node --outdir=build --resolve-extensions=.js --out-extension:.js=.js --format=esm",
|
|
12
|
-
"build:docker": "docker build . -t pp-agent --build-arg APP_ENV=production --progress=plain",
|
|
13
|
-
"start": "node build",
|
|
14
|
-
"tsx": "cross-env NODE_ENV=development tsx src/index.ts",
|
|
15
|
-
"dev": "cross-env NODE_ENV=development tsx watch src/index.ts",
|
|
16
|
-
"deno": "deno --unstable-sloppy-imports --allow-env --allow-sys --allow-read --allow-write --allow-net --inspect src/index.ts | pino-pretty --colorize",
|
|
17
|
-
"lib": "node build.lib.js",
|
|
18
|
-
"test": "vitest",
|
|
19
|
-
"test:watch": "vitest -w"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/ppagent/ppagent.git"
|
|
24
|
-
},
|
|
25
|
-
"publishConfig": {
|
|
26
|
-
"access": "public",
|
|
27
|
-
"registry": "https://registry.npmjs.org/"
|
|
28
|
-
},
|
|
29
|
-
"files": [
|
|
30
|
-
"/dist"
|
|
31
|
-
],
|
|
32
|
-
"engines": {
|
|
33
|
-
"node": ">=20"
|
|
34
|
-
},
|
|
35
|
-
"keywords": [
|
|
36
|
-
"chat",
|
|
37
|
-
"wechat",
|
|
38
|
-
"chatbot"
|
|
39
|
-
],
|
|
40
|
-
"author": "ppagent",
|
|
41
|
-
"license": "Apache-2.0",
|
|
42
|
-
"bugs": {
|
|
43
|
-
"url": "https://github.com/ppagent/ppagent/issues"
|
|
44
|
-
},
|
|
45
|
-
"homepage": "https://github.com/ppagent/ppagent",
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@alicloud/dingtalk": "^2.1.52",
|
|
48
|
-
"@alicloud/openapi-client": "^0.4.12",
|
|
49
|
-
"@coze/api": "^1.0.0",
|
|
50
|
-
"@directus/sdk": "^18.0.0",
|
|
51
|
-
"@fastify/compress": "^7.0.3",
|
|
52
|
-
"@fastify/cors": "^8.5.0",
|
|
53
|
-
"@fastify/formbody": "^7.4.0",
|
|
54
|
-
"@fastify/static": "^7.0.4",
|
|
55
|
-
"@fastify/websocket": "^10.0.1",
|
|
56
|
-
"@formily/core": "^2.3.2",
|
|
57
|
-
"@formily/react": "^2.3.2",
|
|
58
|
-
"@keyv/redis": "^3.0.1",
|
|
59
|
-
"@larksuiteoapi/node-sdk": "^1.40.1",
|
|
60
|
-
"@ngrok/ngrok": "^1.4.1",
|
|
61
|
-
"@types/baidu-aip-sdk": "^4.16.0",
|
|
62
|
-
"@types/qrcode-terminal": "^0.12.2",
|
|
63
|
-
"@wecom/crypto": "^1.0.1",
|
|
64
|
-
"axios": "^1.7.7",
|
|
65
|
-
"baidu-aip-sdk": "^4.16.16",
|
|
66
|
-
"cross-env": "^7.0.3",
|
|
67
|
-
"crypto-js": "^4.2.0",
|
|
68
|
-
"dingtalk-stream": "^2.1.4",
|
|
69
|
-
"dotenv": "^16.4.5",
|
|
70
|
-
"emittery": "^1.0.3",
|
|
71
|
-
"fast-xml-parser": "^4.5.0",
|
|
72
|
-
"fastify": "^4.28.1",
|
|
73
|
-
"ffmpeg-static": "^5.2.0",
|
|
74
|
-
"file-type": "^19.6.0",
|
|
75
|
-
"fluent-ffmpeg": "^2.1.3",
|
|
76
|
-
"form-data": "^4.0.0",
|
|
77
|
-
"jsonwebtoken": "^9.0.2",
|
|
78
|
-
"keyv": "^5.1.0",
|
|
79
|
-
"md5": "^2.3.0",
|
|
80
|
-
"node-schedule": "^2.1.1",
|
|
81
|
-
"node-video-lib": "^2.3.1",
|
|
82
|
-
"openai": "^4.69.0",
|
|
83
|
-
"pino": "^9.5.0",
|
|
84
|
-
"qrcode-terminal": "^0.12.0",
|
|
85
|
-
"recorder-core": "^1.3.24040900",
|
|
86
|
-
"remove-markdown": "^0.5.5",
|
|
87
|
-
"silk-wasm": "^3.6.1",
|
|
88
|
-
"tencentcloud-sdk-nodejs-asr": "^4.0.975",
|
|
89
|
-
"tencentcloud-sdk-nodejs-tts": "^4.0.985",
|
|
90
|
-
"tweetnacl": "^1.0.3",
|
|
91
|
-
"uuid": "^10.0.0",
|
|
92
|
-
"wav-file-decoder": "^1.0.3",
|
|
93
|
-
"ws": "^8.18.0"
|
|
94
|
-
},
|
|
95
|
-
"devDependencies": {
|
|
96
|
-
"@eslint/js": "^9.9.1",
|
|
97
|
-
"@types/crypto-js": "^4.2.2",
|
|
98
|
-
"@types/eslint__js": "^8.42.3",
|
|
99
|
-
"@types/fluent-ffmpeg": "^2.1.26",
|
|
100
|
-
"@types/jsonwebtoken": "^9.0.7",
|
|
101
|
-
"@types/localtunnel": "^2.0.4",
|
|
102
|
-
"@types/md5": "^2.3.5",
|
|
103
|
-
"@types/node": "^22.5.1",
|
|
104
|
-
"@types/node-schedule": "^2.1.7",
|
|
105
|
-
"@types/uuid": "^10.0.0",
|
|
106
|
-
"@types/ws": "^8.5.12",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
108
|
-
"@typescript-eslint/parser": "^8.3.0",
|
|
109
|
-
"esbuild": "^0.23.1",
|
|
110
|
-
"eslint": "^9.9.1",
|
|
111
|
-
"eslint-config-prettier": "^9.1.0",
|
|
112
|
-
"eslint-plugin-prettier": "^5.2.1",
|
|
113
|
-
"pino-pretty": "^11.3.0",
|
|
114
|
-
"prettier": "^3.3.3",
|
|
115
|
-
"tsup": "^8.3.5",
|
|
116
|
-
"tsx": "^4.19.0",
|
|
117
|
-
"typescript": "^5.5.4",
|
|
118
|
-
"typescript-eslint": "^8.3.0",
|
|
119
|
-
"vitest": "^2.0.5"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ppagent",
|
|
3
|
+
"version": "0.0.9",
|
|
4
|
+
"description": "an agent manager",
|
|
5
|
+
"types": "dist/lib.d.ts",
|
|
6
|
+
"main": "dist/lib.js",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"displayName": "PP智能体对接工具",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"lint": "eslint .",
|
|
11
|
+
"build": "esbuild \"src/**/*.ts\" --platform=node --outdir=build --resolve-extensions=.js --out-extension:.js=.js --format=esm",
|
|
12
|
+
"build:docker": "docker build . -t pp-agent --build-arg APP_ENV=production --progress=plain",
|
|
13
|
+
"start": "node build",
|
|
14
|
+
"tsx": "cross-env NODE_ENV=development tsx src/index.ts",
|
|
15
|
+
"dev": "cross-env NODE_ENV=development tsx watch src/index.ts",
|
|
16
|
+
"deno": "deno --unstable-sloppy-imports --allow-env --allow-sys --allow-read --allow-write --allow-net --inspect src/index.ts | pino-pretty --colorize",
|
|
17
|
+
"lib": "node build.lib.js",
|
|
18
|
+
"test": "vitest",
|
|
19
|
+
"test:watch": "vitest -w"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/ppagent/ppagent.git"
|
|
24
|
+
},
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public",
|
|
27
|
+
"registry": "https://registry.npmjs.org/"
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"/dist"
|
|
31
|
+
],
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=20"
|
|
34
|
+
},
|
|
35
|
+
"keywords": [
|
|
36
|
+
"chat",
|
|
37
|
+
"wechat",
|
|
38
|
+
"chatbot"
|
|
39
|
+
],
|
|
40
|
+
"author": "ppagent",
|
|
41
|
+
"license": "Apache-2.0",
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/ppagent/ppagent/issues"
|
|
44
|
+
},
|
|
45
|
+
"homepage": "https://github.com/ppagent/ppagent",
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@alicloud/dingtalk": "^2.1.52",
|
|
48
|
+
"@alicloud/openapi-client": "^0.4.12",
|
|
49
|
+
"@coze/api": "^1.0.0",
|
|
50
|
+
"@directus/sdk": "^18.0.0",
|
|
51
|
+
"@fastify/compress": "^7.0.3",
|
|
52
|
+
"@fastify/cors": "^8.5.0",
|
|
53
|
+
"@fastify/formbody": "^7.4.0",
|
|
54
|
+
"@fastify/static": "^7.0.4",
|
|
55
|
+
"@fastify/websocket": "^10.0.1",
|
|
56
|
+
"@formily/core": "^2.3.2",
|
|
57
|
+
"@formily/react": "^2.3.2",
|
|
58
|
+
"@keyv/redis": "^3.0.1",
|
|
59
|
+
"@larksuiteoapi/node-sdk": "^1.40.1",
|
|
60
|
+
"@ngrok/ngrok": "^1.4.1",
|
|
61
|
+
"@types/baidu-aip-sdk": "^4.16.0",
|
|
62
|
+
"@types/qrcode-terminal": "^0.12.2",
|
|
63
|
+
"@wecom/crypto": "^1.0.1",
|
|
64
|
+
"axios": "^1.7.7",
|
|
65
|
+
"baidu-aip-sdk": "^4.16.16",
|
|
66
|
+
"cross-env": "^7.0.3",
|
|
67
|
+
"crypto-js": "^4.2.0",
|
|
68
|
+
"dingtalk-stream": "^2.1.4",
|
|
69
|
+
"dotenv": "^16.4.5",
|
|
70
|
+
"emittery": "^1.0.3",
|
|
71
|
+
"fast-xml-parser": "^4.5.0",
|
|
72
|
+
"fastify": "^4.28.1",
|
|
73
|
+
"ffmpeg-static": "^5.2.0",
|
|
74
|
+
"file-type": "^19.6.0",
|
|
75
|
+
"fluent-ffmpeg": "^2.1.3",
|
|
76
|
+
"form-data": "^4.0.0",
|
|
77
|
+
"jsonwebtoken": "^9.0.2",
|
|
78
|
+
"keyv": "^5.1.0",
|
|
79
|
+
"md5": "^2.3.0",
|
|
80
|
+
"node-schedule": "^2.1.1",
|
|
81
|
+
"node-video-lib": "^2.3.1",
|
|
82
|
+
"openai": "^4.69.0",
|
|
83
|
+
"pino": "^9.5.0",
|
|
84
|
+
"qrcode-terminal": "^0.12.0",
|
|
85
|
+
"recorder-core": "^1.3.24040900",
|
|
86
|
+
"remove-markdown": "^0.5.5",
|
|
87
|
+
"silk-wasm": "^3.6.1",
|
|
88
|
+
"tencentcloud-sdk-nodejs-asr": "^4.0.975",
|
|
89
|
+
"tencentcloud-sdk-nodejs-tts": "^4.0.985",
|
|
90
|
+
"tweetnacl": "^1.0.3",
|
|
91
|
+
"uuid": "^10.0.0",
|
|
92
|
+
"wav-file-decoder": "^1.0.3",
|
|
93
|
+
"ws": "^8.18.0"
|
|
94
|
+
},
|
|
95
|
+
"devDependencies": {
|
|
96
|
+
"@eslint/js": "^9.9.1",
|
|
97
|
+
"@types/crypto-js": "^4.2.2",
|
|
98
|
+
"@types/eslint__js": "^8.42.3",
|
|
99
|
+
"@types/fluent-ffmpeg": "^2.1.26",
|
|
100
|
+
"@types/jsonwebtoken": "^9.0.7",
|
|
101
|
+
"@types/localtunnel": "^2.0.4",
|
|
102
|
+
"@types/md5": "^2.3.5",
|
|
103
|
+
"@types/node": "^22.5.1",
|
|
104
|
+
"@types/node-schedule": "^2.1.7",
|
|
105
|
+
"@types/uuid": "^10.0.0",
|
|
106
|
+
"@types/ws": "^8.5.12",
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
108
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
109
|
+
"esbuild": "^0.23.1",
|
|
110
|
+
"eslint": "^9.9.1",
|
|
111
|
+
"eslint-config-prettier": "^9.1.0",
|
|
112
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
113
|
+
"pino-pretty": "^11.3.0",
|
|
114
|
+
"prettier": "^3.3.3",
|
|
115
|
+
"tsup": "^8.3.5",
|
|
116
|
+
"tsx": "^4.19.0",
|
|
117
|
+
"typescript": "^5.5.4",
|
|
118
|
+
"typescript-eslint": "^8.3.0",
|
|
119
|
+
"vitest": "^2.0.5"
|
|
120
|
+
}
|
|
121
|
+
}
|