mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 16:10:56 +08:00
fix: 全局技能 disable-model-invocation 改为 true,按需加载减少 system prompt 体积
13 个技能从 false(自动注入 ~160KB)改为 true(按需加载), 大幅减少每次 LLM 请求的 system prompt token 占用。 涉及技能(版本号 patch +1): - create-agent 2.4.1→2.4.2 - delete-agent 2.4.1→2.4.2 - discover-agent 2.5.1→2.5.2 - docx 1.0.1→1.0.2 - frontend-design 1.0.1→1.0.2 - mail-operations 1.0.1→1.0.2 - manage-skills 1.0.1→1.0.2 - pdf 1.0.1→1.0.2 - pptx 1.0.1→1.0.2 - s3-storage-operations 2.0.1→2.0.2 - skill-creator 1.0.0→1.0.1 - update-agent 3.0.1→3.0.2 - xlsx 1.0.1→1.0.2
This commit is contained in:
@@ -3,11 +3,11 @@ name: 创建智能体
|
||||
description: >-
|
||||
通过多轮对话收集需求,调用 HTTP API 创建新的 AgentFS v2 智能体,支持自定义 persona 和 principles。Use when
|
||||
用户要求创建新智能体、培养某领域助手、或快速基于模板生成可治理 Agent。
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
type: meta
|
||||
risk_level: low
|
||||
status: enabled
|
||||
disable-model-invocation: false
|
||||
disable-model-invocation: true
|
||||
tags:
|
||||
- agent
|
||||
- creation
|
||||
|
||||
Reference in New Issue
Block a user