Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
戒酒的李白
2025-09-02 00:37:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5e6b3ac1181e103b96ca7d3725537086d8020d9
b5e6b3ac
1 parent
cd9fd97d
Update readme.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
README-EN.md
README.md
README-EN.md
View file @
b5e6b3a
...
...
@@ -44,10 +44,28 @@ Say goodbye to traditional data dashboards. In "WeiYu", everything starts with a
### Overall Architecture Diagram
**Insight Agent**
Private Database Mining: AI agent for in-depth analysis of private public opinion databases
**Media Agent**
Multimodal Content Analysis: AI agent with powerful multimodal capabilities
**Query Agent**
Precise Information Search: AI agent with domestic and international web search capabilities
**Report Agent**
Intelligent Report Generation: Multi-round report generation AI agent with built-in templates
<div
align=
"center"
>
<img
src=
"static/image/framework.png"
alt=
"banner"
width=
"800"
>
</div>
A complete analysis workflow:
1.
User Query → Flask main application receives the query
2.
Parallel Launch → Three Agents start working simultaneously
3.
Preliminary Analysis → Each Agent uses dedicated tools for overview search
4.
Strategy Formulation → Develop segmented research strategies based on preliminary results
5.
In-depth Research → Multi-round search and reflection mechanisms calling respective tools
6.
Forum Collaboration → ForumEngine accepts key findings from each Agent and facilitates Agent communication
7.
Result Integration → Report Agent collects all analysis results and forum content
8.
Report Generation → Dynamically select templates and styles, generate final reports through multiple rounds
### Project Code Structure Tree
```
...
...
README.md
View file @
b5e6b3a
...
...
@@ -44,10 +44,28 @@
### 整体架构图
**Insight Agent**
私有数据库挖掘:私有舆情数据库深度分析AI代理
**Media Agent**
多模态内容分析:具备强大多模态能力的AI代理
**Query Agent**
精准信息搜索:具备国内外网页搜索能力的AI代理
**Report Agent**
智能报告生成:内置模板的多轮报告生成AI代理
<div
align=
"center"
>
<img
src=
"static/image/framework.png"
alt=
"banner"
width=
"800"
>
</div>
一次完整的分析流程:
1.
用户提问 → Flask主应用接收查询
2.
并行启动 → 三个Agent同时开始工作
3.
初步分析 → 各Agent使用专属工具进行概览搜索
4.
策略制定 → 基于初步结果制定分块研究策略
5.
深度研究 → 多轮搜索与反思机制调用各自工具
6.
论坛协作 → ForumEngine接受各Agent关键发现并促进Agent交流
7.
结果整合 → Report Agent收集所有分析结果和论坛内容
8.
报告生成 → 动态选择模板和样式,多轮生成最终报告
### 项目代码结构树
```
...
...
Please
register
or
login
to post a comment