Files
registry/entries/coze/manifest.json
yi-ge f8485c1ed4 feat: 为 8 个 docker-app 声明 exposes,激活安装后服务自动派生
补齐 anythingllm/coze/dify/lobechat/n8n/open-webui/openclaw/ragflow 的 exposes
字段(http-api + 真实 docker 端口 + 公认 API 路径),使应用安装后能派生出
origin=app 的独立服务条目并生成 per-service Skill。端口取自各 manifest 的
install.requirements.ports,路径为各应用公认 API 前缀(需按真实部署核对)。
2026-06-14 18:29:48 +08:00

49 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "coze",
"name": "Coze",
"type": "docker-app",
"version": "0.5.1",
"author": "coze-dev",
"description": "字节跳动 AI Bot 开发平台(开源社区版)",
"tags": [
"Bot",
"LLM",
"插件"
],
"icon": "linear-gradient(135deg, #3B82F6, #1D4ED8)",
"iconLetter": "C",
"platformSupport": [
"macos",
"windows",
"linux"
],
"category": "ai-platform",
"fullDesc": "Coze 是一个 AI 聊天机器人和应用开发平台,提供 LLM、知识库、插件和工作流等能力。支持快速构建、测试和部署 AI Bot无需编程经验。",
"stars": 20100,
"githubUrl": "https://github.com/coze-dev/coze-studio",
"shortDesc": "字节跳动 AI Bot 开发平台(开源社区版)",
"install": {
"method": "docker",
"requirements": {
"docker": true,
"minMemory": "4GB",
"minDisk": "8GB",
"ports": [
8888
]
},
"configNeeded": [
"Docker 运行环境",
"API Key 配置"
]
},
"exposes": [
{
"type": "http-api",
"port": 8888,
"path": "/api",
"name": "Coze API"
}
]
}