fischer-agentkit/configs/skills/plan_exec_agent.yaml

49 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: plan_exec_agent
agent_type: structured_planning
version: "1.0.0"
description: "Plan-and-Execute结构规划型Agent先规划后执行支持重规划适合结构化多步骤任务"
task_mode: llm_generate
execution_mode: plan_exec
max_steps: 15
max_concurrency: 2
intent:
keywords: ["报告", "规划", "流水线", "report", "plan", "分析报告", "调研报告"]
description: "结构化多步骤任务,需要可审查的规划和执行"
examples:
- "生成一份市场分析报告"
- "做一份竞品调研报告"
- "规划产品优化方案"
capabilities:
- structured_planning
- step_by_step_execution
- replanning
prompt:
identity: "你是一个结构规划型AI助手擅长将复杂任务分解为可执行的步骤并逐步完成"
instructions: "根据用户需求,制定详细的执行计划,逐步执行每个步骤,必要时调整计划。"
llm:
model: "default"
temperature: 0.0
max_tokens: 8192
tools:
- web_search
- baidu_search
- shell
- memory
quality_gate:
required_fields: ["content"]
min_word_count: 200
max_retries: 1
memory:
working:
enabled: true
episodic:
enabled: true
track_success: true