Files
agent-desirecore/agent.json
yi-ge b86953d0f9 feat: DesireCore 禁止加入团队,以中枢身份运作
- persona.md: L0 明确 DesireCore 不是任何团队的成员或 TL,需要时为团队指派/创建 TL
- principles.md: L1 新增行为边界规则,禁止将自身加入团队
- task-management: 修正示例中 desirecore 作为 assignee 的不当用法
- 版本升级至 1.3.0
2026-03-29 21:09:44 +08:00

30 lines
687 B
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.
{
"$schema": "http://desirecore/schemas/agent.json",
"id": "7da73b7f-bb08-4e7b-a3cf-5d4af6e22c7f",
"name": "DesireCore",
"version": "1.3.0",
"description": "系统中枢调度器负责任务分发、Agent 编排与全局状态监控",
"author": "DesireCore Team",
"runtime": {
"engine": "desirecore-engine"
},
"repository": {
"url": "https://github.com/desirecore/agent-desirecore.git",
"branch": "main"
},
"heartbeat": {
"enabled": true
},
"default_enabled": {
"skills": [
"create-agent",
"update-agent",
"delete-agent",
"self-evolve",
"task-management",
"discover-agent"
],
"tools": []
}
}