Skip to content

feat: 批量采集 UI 化(独立采集页 + SSE 实时进度)#9

Merged
ckenkuo merged 1 commit into
mainfrom
feature/checkout-shipping-compare
Jul 10, 2026
Merged

feat: 批量采集 UI 化(独立采集页 + SSE 实时进度)#9
ckenkuo merged 1 commit into
mainfrom
feature/checkout-shipping-compare

Conversation

@ckenkuo

@ckenkuo ckenkuo commented Jul 10, 2026

Copy link
Copy Markdown
Owner
  • app/collect/service.py: 抽出 service 层封装 run_batch/worklist, 供 UI 与 CLI 复用;batch_collect.py 瘦身为薄 CLI 入口
  • app.py: 新增 /collect 页面与 /collect/worklist、/collect/enumerate、 /collect/batch、/collect/batch/{job_id}/events(SSE) 一组接口, 独立于通用 agent /tasks,事件语义专属采集
  • templates/collect.html: 独立批量采集页(清单展示 + 一键开跑 + SSE 进度) index.html 左上角加「批量采集」入口
  • pipeline/image_extract/wps_excel_tool: 配合 service 层调整
  • launcher.ps1 + 启动.bat: 一键启动脚本
  • .gitignore: 忽略 Windows 误重定向产生的 NUL 伪文件

Features

  • Feature 1
  • Feature 2

Feature Docs

Influence

Result

Other

- app/collect/service.py: 抽出 service 层封装 run_batch/worklist,
  供 UI 与 CLI 复用;batch_collect.py 瘦身为薄 CLI 入口
- app.py: 新增 /collect 页面与 /collect/worklist、/collect/enumerate、
  /collect/batch、/collect/batch/{job_id}/events(SSE) 一组接口,
  独立于通用 agent /tasks,事件语义专属采集
- templates/collect.html: 独立批量采集页(清单展示 + 一键开跑 + SSE 进度)
  index.html 左上角加「批量采集」入口
- pipeline/image_extract/wps_excel_tool: 配合 service 层调整
- launcher.ps1 + 启动.bat: 一键启动脚本
- .gitignore: 忽略 Windows 误重定向产生的 NUL 伪文件
@ckenkuo
ckenkuo merged commit a98ee03 into main Jul 10, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant