presets.json 396 B

1234567891011121314
  1. {
  2. "main": {
  3. "max_iterations": 1000,
  4. "skills": ["planning"],
  5. "description": "主 Agent - 调研任务管理与协调"
  6. },
  7. "research": {
  8. "system_prompt_file": "research.prompt",
  9. "max_iterations": 200,
  10. "temperature": 0.3,
  11. "skills": ["planning", "research", "browser"],
  12. "description": "调研 Agent - 根据指令搜索策略、工具、方法论等信息"
  13. }
  14. }