mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
42 lines
942 B
JSON
42 lines
942 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "agentflow",
|
|
"name": "AgentFlow",
|
|
"icon": "logo.svg",
|
|
"staticRoot": "/usr/share/agentflow/www",
|
|
"desktop": {
|
|
"mode": "module",
|
|
"entry": "desktop-entry.js",
|
|
"isolation": "shadow-dom"
|
|
},
|
|
"standalone": {
|
|
"entry": "index.html",
|
|
"basePath": "/apps/agentflow/",
|
|
"url": "/cgi-bin/luci/admin/services/agentflow/open",
|
|
"externalOpen": {
|
|
"enabled": true,
|
|
"label": "Open AgentFlow"
|
|
}
|
|
},
|
|
"auth": {
|
|
"mode": "passthrough"
|
|
},
|
|
"backend": {
|
|
"type": "http",
|
|
"scheme": "http",
|
|
"host": "127.0.0.1",
|
|
"portFromUci": "agentflow.@agentflow[0].port",
|
|
"defaultPort": 9000,
|
|
"upstreamBasePath": "/apps/agentflow/",
|
|
"pathMode": "preserve",
|
|
"proxyMode": "app-base"
|
|
},
|
|
"window": {
|
|
"width": 1180,
|
|
"height": 760,
|
|
"singleton": true
|
|
},
|
|
"capabilities": ["agent", "coding", "workflow"],
|
|
"categories": ["development", "ai"]
|
|
}
|