Files
registry/apps/anythingllm/index.json
Johnson 4083ee3f94 refactor: 清理 registry 条目 — 移除运行时字段,规范静态数据
Apps(8 个):
- 删除顶层 requirements(已在 install.requirements 中)
- 删除 installStatus、latestVersion(运行时/冗余字段)
- 将 configNeeded 移入 install.configNeeded
- 删除 install 内的 composePath/envTemplatePath

MCP(7 个):
- 删除 protocol/status/origin/transport(由 sync 层按目录类型注入)

Services(5 个):
- 删除 protocol/status/origin(由 sync 层注入)

原则:Registry 只存静态数据,运行时字段由客户端 sync 层注入默认值。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 23:02:52 +08:00

34 lines
899 B
JSON

{
"id": "anythingllm",
"name": "AnythingLLM",
"icon": "linear-gradient(135deg, #10B981, #059669)",
"iconLetter": "A",
"shortDesc": "全能型 AI 桌面应用,支持 RAG、Agent 和文档对话",
"fullDesc": "AnythingLLM 是一个全能型 AI 应用,可以将任何文档、资源或内容转化为上下文,供任何 LLM 在聊天中使用。支持多用户管理、权限控制和嵌入式对话。",
"category": "tools",
"tags": [
"RAG",
"Desktop",
"文档对话"
],
"version": "1.6.2",
"author": "Mintplex Labs",
"githubUrl": "https://github.com/Mintplex-Labs/anything-llm",
"stars": 30200,
"install": {
"method": "docker",
"requirements": {
"docker": true,
"minMemory": "2GB",
"minDisk": "5GB",
"ports": [
3001
]
},
"configNeeded": [
"Docker 运行环境",
"LLM API Key"
]
}
}