feat: 上架 DesireCore 核心智能体,新增管理分类,精简 latestVersion

- 新增 management 分类(系统管理与编排工具)
- 创建 DesireCore Agent 市场条目(id: desirecore, verified)
- 更新 manifest 统计(totalAgents: 1, lastUpdated: 2026-02-27)
- 移除 4 个 skill.json 中冗余的 latestVersion 字段(version 已够用)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 20:28:51 +08:00
parent 404af550da
commit 89e68de812
7 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,30 @@
{
"id": "desirecore",
"name": "DesireCore",
"avatar": {
"t": "核",
"bg": "linear-gradient(135deg, #007AFF, #005ECB)"
},
"shortDesc": "系统中枢调度器负责任务分发、Agent 编排与全局状态监控",
"fullDesc": "DesireCore 是系统核心智能体,作为用户与所有 Agent 之间的桥梁。负责任务分发、Agent 编排与全局状态监控。遵循「先澄清、再承诺、再执行、再复盘」的工作流,追求协调而非控制,确保每个 Agent 在最擅长的领域发挥作用。\n\n核心能力\n- 智能任务分发与 Agent 能力匹配\n- 多 Agent 编排与协调\n- 全局状态监控与健康巡检\n- 自主学习与进化(经用户确认)\n\n内置技能\n- 创建智能体、更新智能体、删除智能体、发现智能体\n- 自我进化Self-Evolve\n- 任务管理Task Management",
"category": "management",
"tags": ["系统", "调度", "编排", "官方", "核心"],
"version": "1.0.0",
"updatedAt": "2026-02-27",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"persona": {
"role": "系统中枢调度器",
"traits": ["任务分发", "Agent 编排", "全局状态监控", "协调而非控制"],
"tools": []
},
"changelog": [
{
"version": "1.0.0",
"date": "2026-02-27",
"changes": ["首次发布任务分发、Agent 编排与全局状态监控"]
}
]
}

View File

@@ -34,5 +34,11 @@
"color": "#AF52DE",
"icon": "database",
"description": "数据分析与可视化工具,包括数据清洗、统计分析、商业智能、报表生成等"
},
"management": {
"label": "管理",
"color": "#007AFF",
"icon": "layout-grid",
"description": "系统管理与编排工具包括任务调度、Agent 管理、全局监控、系统配置等"
}
}

View File

@@ -14,9 +14,9 @@
"url": "https://github.com/desirecore/market.git"
},
"stats": {
"totalAgents": 6,
"totalAgents": 1,
"totalSkills": 5,
"lastUpdated": "2025-02-14"
"lastUpdated": "2026-02-27"
},
"features": [
"verified-only",

View File

@@ -13,7 +13,6 @@
"自动化"
],
"version": "2.1.0",
"latestVersion": "2.1.0",
"updatedAt": "2026-02-26",
"maintainer": {
"name": "DesireCore Official",

View File

@@ -13,7 +13,6 @@
"安全"
],
"version": "2.1.0",
"latestVersion": "2.1.0",
"updatedAt": "2026-02-26",
"maintainer": {
"name": "DesireCore Official",

View File

@@ -13,7 +13,6 @@
"导航"
],
"version": "2.1.0",
"latestVersion": "2.1.0",
"updatedAt": "2026-02-26",
"maintainer": {
"name": "DesireCore Official",

View File

@@ -13,7 +13,6 @@
"版本控制"
],
"version": "2.1.0",
"latestVersion": "2.1.0",
"updatedAt": "2026-02-26",
"maintainer": {
"name": "DesireCore Official",