| 12345678910111213141516 |
- {
- "coordinator": {
- "system_prompt_file": "prompts/coordinator.prompt",
- "max_iterations": 800,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser", "knowledge"],
- "description": "主 Agent:需求分析 + 分发调研方向 + 汇总策略"
- },
- "researcher": {
- "system_prompt_file": "prompts/researcher.prompt",
- "max_iterations": 300,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser"],
- "description": "调研子 Agent:单方向搜索 + 步骤级能力提取"
- }
- }
|