feat: 批量采集 UI 化(独立采集页 + SSE 实时进度)#9
Merged
Conversation
- 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 伪文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features
Feature Docs
Influence
Result
Other