{ "researcher": { "system_prompt_file": "prompts/researcher.prompt", "max_iterations": 50, "temperature": 0.3, "skills": [ "core", "research" ], "description": "Phase 1: 纯粹的平台爬虫与原文采集者" }, "filter_and_blueprint": { "system_prompt_file": "prompts/filter_and_blueprint.prompt", "max_iterations": 50, "temperature": 0.2, "skills": [ "core" ], "description": "Phase 2-A: 过滤劣质 Case,抽象工序 Blueprint (只有本地文件读写权限)" }, "extract_capabilities": { "system_prompt_file": "prompts/extract_capabilities.prompt", "max_iterations": 100, "temperature": 0.1, "skills": [ "core" ], "description": "Phase 2-B: 原子能力映射图库分析 (无浏览器权限,只挂载基础和指定检索工具)" }, "assemble_strategy": { "system_prompt_file": "prompts/assemble_strategy.prompt", "max_iterations": 50, "temperature": 0.1, "skills": [ "core" ], "description": "Phase 3: 最终策略组装者 (只有本地文件读写权限)" } }