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:
43
apps/coze/index.json
Normal file
43
apps/coze/index.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"id": "coze",
|
||||
"name": "Coze",
|
||||
"icon": "linear-gradient(135deg, #3B82F6, #1D4ED8)",
|
||||
"iconLetter": "C",
|
||||
"shortDesc": "字节跳动 AI Bot 开发平台(开源社区版)",
|
||||
"fullDesc": "Coze 是一个 AI 聊天机器人和应用开发平台,提供 LLM、知识库、插件和工作流等能力。支持快速构建、测试和部署 AI Bot,无需编程经验。",
|
||||
"category": "ai-platform",
|
||||
"tags": [
|
||||
"Bot",
|
||||
"LLM",
|
||||
"插件"
|
||||
],
|
||||
"version": "0.5.0",
|
||||
"latestVersion": "0.5.0",
|
||||
"author": "Coze",
|
||||
"githubUrl": "https://github.com/coze-dev/coze",
|
||||
"stars": 12300,
|
||||
"installStatus": "not_installed",
|
||||
"install": {
|
||||
"method": "docker",
|
||||
"requirements": {
|
||||
"docker": true,
|
||||
"minMemory": "4GB",
|
||||
"minDisk": "8GB",
|
||||
"ports": [
|
||||
8800
|
||||
]
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"docker": true,
|
||||
"minMemory": "4GB",
|
||||
"minDisk": "8GB",
|
||||
"ports": [
|
||||
8800
|
||||
]
|
||||
},
|
||||
"configNeeded": [
|
||||
"Docker 运行环境",
|
||||
"API Key 配置"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user