mirror of
https://git.openapi.site/https://github.com/desirecore/agent-desirecore.git
synced 2026-02-28 12:18:28 +08:00
feat: 更新 agent.json 配置 + create-agent 技能适配双标识符体系
- agent.json: runtime.engine 改为 desirecore-engine,移除废弃的 privacy 和 heartbeat.config_ref 字段 - create-agent SKILL.md: 适配 UUID + slug 双标识符策略,API 响应和回执改用 slug 格式 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,15 +6,10 @@
|
||||
"description": "系统中枢调度器,负责任务分发、Agent 编排与全局状态监控",
|
||||
"author": "DesireCore Team",
|
||||
"runtime": {
|
||||
"engine": "pi-agent-core"
|
||||
},
|
||||
"privacy": {
|
||||
"default_scope": "core",
|
||||
"sharing_requires_explicit_consent": true
|
||||
"engine": "desirecore-engine"
|
||||
},
|
||||
"heartbeat": {
|
||||
"enabled": true,
|
||||
"config_ref": "heartbeat/HEARTBEAT.md"
|
||||
"enabled": true
|
||||
},
|
||||
"default_enabled": {
|
||||
"skills": [
|
||||
|
||||
Reference in New Issue
Block a user