| 12345678910111213141516 |
- {
- "analyst": {
- "system_prompt_file": "analyst.prompt",
- "max_iterations": 200,
- "temperature": 0.3,
- "skills": ["planning"],
- "description": "内容树需求归纳 Agent"
- },
- "research": {
- "system_prompt_file": "research.prompt",
- "max_iterations": 200,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser"],
- "description": "调研 Agent - 搜索工具、方法、工作流"
- }
- }
|