mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-07-23 02:53:10 +08:00
补齐 anythingllm/coze/dify/lobechat/n8n/open-webui/openclaw/ragflow 的 exposes 字段(http-api + 真实 docker 端口 + 公认 API 路径),使应用安装后能派生出 origin=app 的独立服务条目并生成 per-service Skill。端口取自各 manifest 的 install.requirements.ports,路径为各应用公认 API 前缀(需按真实部署核对)。
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"id": "anythingllm",
|
|
"name": "AnythingLLM",
|
|
"type": "docker-app",
|
|
"version": "1.11.1",
|
|
"author": "Mintplex Labs",
|
|
"description": "全能型 AI 桌面应用,支持 RAG、Agent 和文档对话",
|
|
"tags": [
|
|
"RAG",
|
|
"Desktop",
|
|
"文档对话"
|
|
],
|
|
"icon": "linear-gradient(135deg, #10B981, #059669)",
|
|
"iconLetter": "A",
|
|
"platformSupport": [
|
|
"macos",
|
|
"windows",
|
|
"linux"
|
|
],
|
|
"category": "tools",
|
|
"fullDesc": "AnythingLLM 是一个全能型 AI 应用,可以将任何文档、资源或内容转化为上下文,供任何 LLM 在聊天中使用。支持多用户管理、权限控制和嵌入式对话。",
|
|
"stars": 55900,
|
|
"githubUrl": "https://github.com/Mintplex-Labs/anything-llm",
|
|
"shortDesc": "全能型 AI 桌面应用,支持 RAG、Agent 和文档对话",
|
|
"install": {
|
|
"method": "docker",
|
|
"requirements": {
|
|
"docker": true,
|
|
"minMemory": "2GB",
|
|
"minDisk": "5GB",
|
|
"ports": [
|
|
3001
|
|
]
|
|
},
|
|
"configNeeded": [
|
|
"Docker 运行环境",
|
|
"LLM API Key"
|
|
]
|
|
},
|
|
"exposes": [
|
|
{
|
|
"type": "http-api",
|
|
"port": 3001,
|
|
"path": "/api/v1",
|
|
"name": "AnythingLLM API"
|
|
}
|
|
]
|
|
}
|