Files
agent-desirecore/agent.json
yi-ge 40cda18365 chore: 移除「学习即固化」L0 约束,bump 1.5.0
主仓库 lib/agent-service/context-assembler.ts 已新增系统级 memory_guide
section,所有 Agent 的 systemPrompt 都会注入"记忆归属与写入规则",覆盖
四种 scope(core/relationship/shared/profile)的完整规范。

本 Agent 的 principles.md 不再需要重复定义此规则。
2026-04-24 16:04:36 +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.5.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": []
}
}