- 新增步骤5任务模板(config/agent_fill_fields_template.txt) - 步骤5调用智能体hz4th_editor执行: 1. 获取API文档了解对应类别字段定义 2. 从内容库获取相关内容数据 3. 整理产品参数 4. 通过API提交到ParamHub审核系统 - /process页面新增步骤5模板编辑面板 - 步骤6改为确认提交结果(备用本地提交) - 新增API: GET/POST /api/process/fill-fields-template
- 步骤4调用 openclaw agent --agent hz4th_editor --message 执行提取任务 - 新增任务文本模板(config/agent_task_template.txt),支持变量填充 - /process页面新增模板编辑面板,可查看/编辑/保存/预览模板 - 模板变量: {{product_name}} {{category}} {{subcategory}} {{library_results}} {{internet_results}} - 新增API: GET/POST /api/process/agent-template, POST /api/process/agent-template/preview
- 新增处理会话表(process_sessions)和步骤表(process_steps) - 支持实时查看每个产品的处理步骤进度 - 支持暂停/继续/停止正在进行的处理 - 处理步骤包括:搜索内容库、搜索互联网、抓取网页、提取数据、填充字段、提交审核 - 新增处理监控页面 /process - 每个步骤记录详细数据、耗时、状态 - 历史记录可查看每个步骤的执行详情