mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 23:33:48 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
81
entries/lobechat/catalog-metadata.v1.json
Normal file
81
entries/lobechat/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "app",
|
||||
"id": "lobechat"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "zh-CN",
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "LobeChat",
|
||||
"summary": "开源多 Agent 协作工作空间,支持多模型和插件",
|
||||
"description": "LobeChat 是一个开源的多 Agent 协作工作空间,支持多模型服务提供商(OpenAI / Claude / Gemini / Ollama 等),多模态和可扩展的插件系统。一键免费部署私有 ChatGPT/Claude 应用。"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "LobeChat",
|
||||
"summary": "Open-source multi-agent collaboration workspace with multi-model and plugin support",
|
||||
"description": "LobeChat is an open-source multi-agent collaboration workspace that supports multiple model providers (OpenAI, Claude, Gemini, Ollama, and more), multimodal interactions, and an extensible plugin system. It enables one-click deployment of private ChatGPT or Claude applications."
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Chat",
|
||||
"多模型",
|
||||
"Agent",
|
||||
"插件"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "known",
|
||||
"version": "2.1.38",
|
||||
"versionScheme": "semver"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-06-14",
|
||||
"precision": "day"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"content": {
|
||||
"kind": "git",
|
||||
"url": "https://github.com/lobehub/lobe-chat"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "verify-package-terms",
|
||||
"upstreamMaintainer": {
|
||||
"name": "LobeHub",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "known",
|
||||
"values": [
|
||||
"macos",
|
||||
"windows",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "app",
|
||||
"category": "chat"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user