| 12345678910111213141516 |
- {
- "tool_research": {
- "system_prompt_file": "tool_research.prompt",
- "max_iterations": 50,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser"],
- "description": "工具调研 Agent - 为制作需求系统性搜索方法和工具"
- },
- "strategy_research": {
- "system_prompt_file": "strategy_research.prompt",
- "max_iterations": 50,
- "temperature": 0.3,
- "skills": ["planning", "research", "browser"],
- "description": "策略调研 Agent - 为制作需求搜索制作策略和方法论"
- }
- }
|