mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
47
apps/openclaw/index.json
Normal file
47
apps/openclaw/index.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"id": "openclaw",
|
||||
"name": "OpenClaw",
|
||||
"icon": "linear-gradient(135deg, #F59E0B, #DC2626)",
|
||||
"iconLetter": "O",
|
||||
"shortDesc": "开源 Agent 运行时平台,支持多 Agent 编排和工具策略",
|
||||
"fullDesc": "OpenClaw 是一个开源的 Agent 运行时平台,提供嵌入式运行时、会话管理、工具策略控制、多 Agent 编排、Sandbox 隔离执行等能力。支持流式输出、对话压缩、队列管理和 hooks 扩展,适合构建企业级 AI 应用。",
|
||||
"category": "ai-platform",
|
||||
"tags": [
|
||||
"Agent",
|
||||
"Runtime",
|
||||
"Multi-Agent",
|
||||
"Sandbox"
|
||||
],
|
||||
"version": "0.9.0",
|
||||
"latestVersion": "0.9.0",
|
||||
"author": "OpenClaw",
|
||||
"githubUrl": "https://github.com/openclaw/openclaw",
|
||||
"stars": 8500,
|
||||
"installStatus": "not_installed",
|
||||
"install": {
|
||||
"method": "docker-compose",
|
||||
"requirements": {
|
||||
"docker": true,
|
||||
"minMemory": "4GB",
|
||||
"minDisk": "10GB",
|
||||
"ports": [
|
||||
8080,
|
||||
3000
|
||||
]
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"docker": true,
|
||||
"minMemory": "4GB",
|
||||
"minDisk": "10GB",
|
||||
"ports": [
|
||||
8080,
|
||||
3000
|
||||
]
|
||||
},
|
||||
"configNeeded": [
|
||||
"Docker 运行环境",
|
||||
"Node.js 18+",
|
||||
"API Key 配置"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user