presets.json 532 B

1234567891011121314
  1. {
  2. "evaluate_derivation": {
  3. "max_iterations": 30,
  4. "temperature": 0.2,
  5. "skills": ["planning", "derivation_eval"],
  6. "description": "选题点推导评估子 Agent,调用 point_match 获取匹配结果并整理为规定 JSON,判断是否需下一轮推导"
  7. },
  8. "derivation_search": {
  9. "max_iterations": 15,
  10. "temperature": 0.2,
  11. "skills": ["planning", "derivation_search"],
  12. "description": "选题点推导-信息搜索子 Agent,根据主 agent 的 query 调用 search_posts 并返回结果"
  13. }
  14. }