更新 README:移除不存在的 research 子图引用,更新资讯分析子图功能描述
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m26s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m26s
This commit is contained in:
12
README.md
12
README.md
@@ -148,7 +148,6 @@ graph TB
|
|||||||
IntentMain -->|chat| ChatNode
|
IntentMain -->|chat| ChatNode
|
||||||
IntentMain -->|contact| SubgraphCaller
|
IntentMain -->|contact| SubgraphCaller
|
||||||
IntentMain -->|dictionary| SubgraphCaller
|
IntentMain -->|dictionary| SubgraphCaller
|
||||||
IntentMain -->|research| SubgraphCaller
|
|
||||||
IntentMain -->|news| SubgraphCaller
|
IntentMain -->|news| SubgraphCaller
|
||||||
ChatNode --> FinalMain
|
ChatNode --> FinalMain
|
||||||
SubgraphCaller --> FinalMain
|
SubgraphCaller --> FinalMain
|
||||||
@@ -1461,8 +1460,10 @@ stateDiagram-v2
|
|||||||
```
|
```
|
||||||
|
|
||||||
**功能列表:**
|
**功能列表:**
|
||||||
- 资讯获取
|
- 资讯查询
|
||||||
- 内容分析
|
- 链接分析
|
||||||
|
- 关键词提取
|
||||||
|
- 报告生成
|
||||||
- 精美格式化展示
|
- 精美格式化展示
|
||||||
|
|
||||||
**API 端点:**
|
**API 端点:**
|
||||||
@@ -1476,9 +1477,10 @@ GET /subgraph/news/{action}
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### 4. 研究分析子图 (research/) - 规划中
|
#### 4. 研究分析子图 (research/) - 未实现
|
||||||
|
以下功能尚未实现:
|
||||||
- 联网搜索
|
- 联网搜索
|
||||||
- 报告生成
|
- 报告生成(资讯分析子图已提供基础报告生成)
|
||||||
- 引用溯源
|
- 引用溯源
|
||||||
- 可视化图表
|
- 可视化图表
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user