presets.json 255 B

12345678
  1. {
  2. "derivation_search": {
  3. "max_iterations": 15,
  4. "temperature": 0.2,
  5. "skills": ["planning", "derivation_search"],
  6. "description": "选题点推导-信息搜索子 Agent,根据主 agent 的 query 调用 search_posts 并返回结果"
  7. }
  8. }