presets.json 271 B

123456789
  1. {
  2. "research": {
  3. "system_prompt_file": "research.prompt",
  4. "max_iterations": 50,
  5. "temperature": 0.3,
  6. "skills": ["planning", "research", "browser"],
  7. "description": "调研 Agent - 根据主 agent 指令搜索策略、工具、方法论等信息"
  8. }
  9. }