Files
agent-desirecore/agent.json
DesireCore 2720c04005 [修改] 配置
变更原因: API 调用
影响范围: 配置
修改文件:
  - agent.json
2026-05-20 11:21:08 +08:00

47 lines
1.0 KiB
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.
{
"name": "DesireCore",
"$schema": "http://desirecore/schemas/agent.json",
"id": "7da73b7f-bb08-4e7b-a3cf-5d4af6e22c7f",
"version": "1.6.2",
"description": "系统中枢调度器负责任务分发、Agent 编排与全局状态监控",
"author": "DesireCore Team",
"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": []
},
"mcp_servers": {},
"capabilities": [],
"trigger_patterns": [],
"accepts_handoff": true,
"accepts_messages": true,
"max_concurrent_sessions": 3,
"llm": {
"maxRetryDelayMs": 32000,
"thinkingBudgets": {
"low": 1024,
"medium": 4096,
"high": 8192,
"xhigh": 16384
}
},
"env": {
"enabled": true,
"includeWeekday": true,
"includeLocalTime": true,
"includeSessionStart": true
}
}