戒酒的李白

Update readme.

@@ -44,10 +44,28 @@ Say goodbye to traditional data dashboards. In "WeiYu", everything starts with a @@ -44,10 +44,28 @@ Say goodbye to traditional data dashboards. In "WeiYu", everything starts with a
44 44
45 ### Overall Architecture Diagram 45 ### Overall Architecture Diagram
46 46
  47 +**Insight Agent** Private Database Mining: AI agent for in-depth analysis of private public opinion databases
  48 +
  49 +**Media Agent** Multimodal Content Analysis: AI agent with powerful multimodal capabilities
  50 +
  51 +**Query Agent** Precise Information Search: AI agent with domestic and international web search capabilities
  52 +
  53 +**Report Agent** Intelligent Report Generation: Multi-round report generation AI agent with built-in templates
  54 +
47 <div align="center"> 55 <div align="center">
48 <img src="static/image/framework.png" alt="banner" width="800"> 56 <img src="static/image/framework.png" alt="banner" width="800">
49 </div> 57 </div>
50 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
  68 +
51 ### Project Code Structure Tree 69 ### Project Code Structure Tree
52 70
53 ``` 71 ```
@@ -44,10 +44,28 @@ @@ -44,10 +44,28 @@
44 44
45 ### 整体架构图 45 ### 整体架构图
46 46
  47 +**Insight Agent** 私有数据库挖掘:私有舆情数据库深度分析AI代理
  48 +
  49 +**Media Agent** 多模态内容分析:具备强大多模态能力的AI代理
  50 +
  51 +**Query Agent** 精准信息搜索:具备国内外网页搜索能力的AI代理
  52 +
  53 +**Report Agent** 智能报告生成:内置模板的多轮报告生成AI代理
  54 +
47 <div align="center"> 55 <div align="center">
48 <img src="static/image/framework.png" alt="banner" width="800"> 56 <img src="static/image/framework.png" alt="banner" width="800">
49 </div> 57 </div>
50 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. 报告生成 → 动态选择模板和样式,多轮生成最终报告
  68 +
51 ### 项目代码结构树 69 ### 项目代码结构树
52 70
53 ``` 71 ```