-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.82 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.82 KB
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
{
"name": "agentgui",
"version": "1.0.866",
"description": "Multi-agent ACP client with real-time communication",
"type": "module",
"main": "electron/main.js",
"bin": {
"agentgui": "./bin/gmgui.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnEntrypoint/agentgui.git"
},
"bugs": {
"url": "https://github.com/AnEntrypoint/agentgui/issues"
},
"homepage": "https://github.com/AnEntrypoint/agentgui#readme",
"scripts": {
"start": "node server.js",
"dev": "node server.js --watch",
"postinstall": "node scripts/patch-fsbrowse.js && node scripts/copy-vendor.js",
"electron": "electron electron/main.js",
"electron:dev": "PORT=3000 electron electron/main.js"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.4.1",
"@anthropic-ai/claude-code": "^2.1.37",
"@google/gemini-cli": "latest",
"@huggingface/transformers": "^3.8.1",
"@kilocode/cli": "latest",
"@lanmower/ccf": "^1.0.4",
"audio-decode": "^2.2.3",
"better-sqlite3": "^12.6.2",
"busboy": "^1.6.0",
"ccfollow": "^1.0.7",
"execa": "^9.6.1",
"express": "^5.2.1",
"form-data": "^4.0.5",
"fsbrowse": "latest",
"google-auth-library": "^10.5.0",
"lru-cache": "^11.2.7",
"msgpackr": "^1.11.8",
"onnxruntime-node": "1.21.0",
"opencode-ai": "^1.2.15",
"p-retry": "^7.1.1",
"pm2": "^5.4.3",
"puppeteer-core": "^24.37.5",
"webjsx": "^0.0.73",
"webtalk": "^1.0.31",
"ws": "^8.14.2",
"xstate": "^5.28.0",
"zod": "^4.3.6"
},
"optionalDependencies": {
"node-pty": "^1.0.0"
},
"overrides": {
"onnxruntime-web": "npm:empty-npm-package@1.0.0",
"sharp": "npm:empty-npm-package@1.0.0",
"onnxruntime-common": "1.21.0",
"onnxruntime-node": "1.21.0"
},
"devDependencies": {
"electron": "^35.0.0"
}
}