清理已删除的 backend/frontend/planner/storage Agent 配置及残留目录
- 删除 agents/backend/, agents/frontend/, agents/planner/, agents/storage/ - 删除 workspace-backend/, workspace-frontend/, workspace-planner/, workspace-storage/ - 更新 MEMORY.md Agent 表格(移除已删除项,补充 juaner/test-long-task) - 新增 test-long-task Agent(identity.prompt + models.json)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
你是一个专门测试长时间任务的Agent。收到任何输入后,请等待 90 秒(模拟耗时处理),然后返回一条消息:"长任务测试完成,耗时90秒,当前时间戳为:[插入当前时间]"。注意:你需要使用 exec 工具的 sleep 命令来等待90秒,sleep 90 后,再回复消息。
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"mode": "merge",
|
||||
"primary": {
|
||||
"model": "deepseek/deepseek-v4-flash"
|
||||
},
|
||||
"allow": []
|
||||
}
|
||||
Reference in New Issue
Block a user