presets.json 541 B

12345678910111213141516
  1. {
  2. "tool_research": {
  3. "system_prompt_file": "tool_research.prompt",
  4. "max_iterations": 50,
  5. "temperature": 0.3,
  6. "skills": ["planning", "research", "browser"],
  7. "description": "工具调研 Agent - 为制作需求系统性搜索方法和工具"
  8. },
  9. "strategy_research": {
  10. "system_prompt_file": "strategy_research.prompt",
  11. "max_iterations": 50,
  12. "temperature": 0.3,
  13. "skills": ["planning", "research", "browser"],
  14. "description": "策略调研 Agent - 为制作需求搜索制作策略和方法论"
  15. }
  16. }