presets.json 255 B

123456789101112
  1. {
  2. "researcher": {
  3. "system_prompt_file": "prompts/researcher.prompt",
  4. "max_iterations": 50,
  5. "temperature": 0.3,
  6. "skills": [
  7. "core",
  8. "research"
  9. ],
  10. "description": "Phase 1: 纯粹的平台爬虫与原文采集者"
  11. }
  12. }