| 1234567891011121314 |
- {
- "main": {
- "max_iterations": 1000,
- "skills": ["planning"],
- "description": "主 Agent - 调研任务管理与协调"
- },
- "research": {
- "system_prompt_file": "research.prompt",
- "max_iterations": 200,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser"],
- "description": "调研 Agent - 根据指令搜索策略、工具、方法论等信息"
- }
- }
|