mirror of
https://git.openapi.site/https://github.com/desirecore/agent-desirecore.git
synced 2026-04-21 13:40:56 +08:00
refactor: task-management 改为按需加载(disable-model-invocation: true)
与 Claude Code 的 skills 加载机制对齐:默认不将完整内容注入 system prompt, 改为通过 Skill 工具按需加载,节省 token 消耗。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
name: task-management
|
||||
description: 创建、分配和跟踪任务,支持多 Agent 编排与进度追踪,确保每个任务被正确的 Agent 执行并按时完成。Use when 用户需要创建任务、指定执行者、查看任务进度,或需要协调多个 Agent 协作完成复杂任务。
|
||||
version: "1.1.0"
|
||||
version: "1.2.0"
|
||||
type: procedural
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags: [task, management, orchestration]
|
||||
metadata:
|
||||
author: desirecore
|
||||
|
||||
Reference in New Issue
Block a user