diff --git a/pipeline_core/agent_config.py b/pipeline_core/agent_config.py index f69a500..96dabbb 100644 --- a/pipeline_core/agent_config.py +++ b/pipeline_core/agent_config.py @@ -232,6 +232,12 @@ GENERAL_TOOLS = [ parameters={"path": "相对路径"}, category="file", ), + ToolDefinition( + name="load_skill", + description="加载指定技能的完整内容(具体步骤/规范/陷阱)。先在系统提示的『可用技能』目录里找到技能名,需要时再调用本工具加载正文", + parameters={"name": "技能名称"}, + category="skill", + ), ToolDefinition( name="write_file", description="写入文件到工作空间(自动创建父目录)",