戒酒的李白

Update readme.

@@ -56,15 +56,18 @@ Say goodbye to traditional data dashboards. In "WeiYu", everything starts with a @@ -56,15 +56,18 @@ Say goodbye to traditional data dashboards. In "WeiYu", everything starts with a
56 <img src="static/image/framework.png" alt="banner" width="800"> 56 <img src="static/image/framework.png" alt="banner" width="800">
57 </div> 57 </div>
58 58
59 -A complete analysis workflow:  
60 -1. User Query → Flask main application receives the query  
61 -2. Parallel Launch → Three Agents start working simultaneously  
62 -3. Preliminary Analysis → Each Agent uses dedicated tools for overview search  
63 -4. Strategy Formulation → Develop segmented research strategies based on preliminary results  
64 -5. In-depth Research → Multi-round search and reflection mechanisms calling respective tools  
65 -6. Forum Collaboration → ForumEngine accepts key findings from each Agent and facilitates Agent communication  
66 -7. Result Integration → Report Agent collects all analysis results and forum content  
67 -8. Report Generation → Dynamically select templates and styles, generate final reports through multiple rounds 59 +### Complete Analysis Workflow
  60 +
  61 +| Step | Phase Name | Main Operations | Participating Components |
  62 +|------|------------|-----------------|-------------------------|
  63 +| 1 | User Query | Flask main application receives the query | Flask Main Application |
  64 +| 2 | Parallel Launch | Three Agents start working simultaneously | Query Agent, Media Agent, Insight Agent |
  65 +| 3 | Preliminary Analysis | Each Agent uses dedicated tools for overview search | Each Agent + Dedicated Toolsets |
  66 +| 4 | Strategy Formulation | Develop segmented research strategies based on preliminary results | Internal Decision Modules of Each Agent |
  67 +| 5 | In-depth Research | Multi-round search and reflection mechanisms calling respective tools | Each Agent + Reflection Mechanisms |
  68 +| 6 | Forum Collaboration | ForumEngine accepts key findings from each Agent and facilitates Agent communication | ForumEngine + All Agents |
  69 +| 7 | Result Integration | Report Agent collects all analysis results and forum content | Report Agent |
  70 +| 8 | Report Generation | Dynamically select templates and styles, generate final reports through multiple rounds | Report Agent + Template Engine |
68 71
69 ### Project Code Structure Tree 72 ### Project Code Structure Tree
70 73
@@ -56,15 +56,18 @@ @@ -56,15 +56,18 @@
56 <img src="static/image/framework.png" alt="banner" width="800"> 56 <img src="static/image/framework.png" alt="banner" width="800">
57 </div> 57 </div>
58 58
59 -一次完整的分析流程:  
60 -1. 用户提问 → Flask主应用接收查询  
61 -2. 并行启动 → 三个Agent同时开始工作  
62 -3. 初步分析 → 各Agent使用专属工具进行概览搜索  
63 -4. 策略制定 → 基于初步结果制定分块研究策略  
64 -5. 深度研究 → 多轮搜索与反思机制调用各自工具  
65 -6. 论坛协作 → ForumEngine接受各Agent关键发现并促进Agent交流  
66 -7. 结果整合 → Report Agent收集所有分析结果和论坛内容  
67 -8. 报告生成 → 动态选择模板和样式,多轮生成最终报告 59 +### 完整分析流程
  60 +
  61 +| 步骤 | 阶段名称 | 主要操作 | 参与组件 |
  62 +|------|----------|----------|----------|
  63 +| 1 | 用户提问 | Flask主应用接收查询 | Flask主应用 |
  64 +| 2 | 并行启动 | 三个Agent同时开始工作 | Query Agent、Media Agent、Insight Agent |
  65 +| 3 | 初步分析 | 各Agent使用专属工具进行概览搜索 | 各Agent + 专属工具集 |
  66 +| 4 | 策略制定 | 基于初步结果制定分块研究策略 | 各Agent内部决策模块 |
  67 +| 5 | 深度研究 | 多轮搜索与反思机制调用各自工具 | 各Agent + 反思机制 |
  68 +| 6 | 论坛协作 | ForumEngine接受各Agent关键发现并促进Agent交流 | ForumEngine + 所有Agent |
  69 +| 7 | 结果整合 | Report Agent收集所有分析结果和论坛内容 | Report Agent |
  70 +| 8 | 报告生成 | 动态选择模板和样式,多轮生成最终报告 | Report Agent + 模板引擎 |
68 71
69 ### 项目代码结构树 72 ### 项目代码结构树
70 73