fischer-agentkit/configs/skills/rewoo_agent.yaml

48 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: rewoo_agent
agent_type: parallel_data_fetch
version: "1.0.0"
description: "ReWOO批量执行型Agent一次性规划所有工具调用后批量执行适合工具间无依赖的并行数据采集"
task_mode: llm_generate
execution_mode: rewoo
max_steps: 8
max_concurrency: 3
intent:
keywords: ["采集", "批量", "并行", "fetch", "collect", "数据获取", "多源"]
description: "多源数据并行采集、无依赖工具调用批量执行"
examples:
- "采集A、B、C三个竞品的功能数据"
- "批量获取多个知识库的信息"
- "并行搜索多个关键词"
capabilities:
- batch_execution
- parallel_data_fetch
- upfront_planning
prompt:
identity: "你是一个批量执行型AI助手擅长一次性规划多个数据采集任务并高效执行"
instructions: "根据用户需求,规划所有需要的数据采集步骤,然后批量执行。"
llm:
model: "anthropic/claude-sonnet-4-20250514"
temperature: 0.1
max_tokens: 4096
tools:
- web_search
- baidu_search
- web_crawl
quality_gate:
required_fields: ["content"]
min_word_count: 50
max_retries: 0
memory:
working:
enabled: true
episodic:
enabled: true
track_success: true