mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 16:30:40 +08:00
refactor: discover-agent 改为按需加载(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: 发现智能体
|
name: 发现智能体
|
||||||
description: 根据用户需求推荐最匹配的智能体,展示候选列表并引导选择。Use when 用户描述需求但不确定该找哪个智能体帮忙,或想浏览可用的智能体。
|
description: 根据用户需求推荐最匹配的智能体,展示候选列表并引导选择。Use when 用户描述需求但不确定该找哪个智能体帮忙,或想浏览可用的智能体。
|
||||||
version: 2.4.0
|
version: 2.5.0
|
||||||
type: procedural
|
type: procedural
|
||||||
risk_level: low
|
risk_level: low
|
||||||
status: enabled
|
status: enabled
|
||||||
disable-model-invocation: false
|
disable-model-invocation: true
|
||||||
tags:
|
tags:
|
||||||
- agent
|
- agent
|
||||||
- discovery
|
- discovery
|
||||||
|
|||||||
Reference in New Issue
Block a user