fix the lint errors in frontend

This commit is contained in:
Willem Jiang
2026-04-26 15:11:22 +08:00
parent 829e82a9af
commit 28381e1383
46 changed files with 456 additions and 357 deletions
@@ -31,6 +31,7 @@ description: 本教程引导你在 DeerFlow 中完成第一次完整的 Agent
### 3. 观察 Agent 的工作过程
你将看到 Agent 进入工作状态:
- 展开**思考步骤**查看它调用了哪些工具
- 观察网络搜索结果的流入
- 等待最终报告生成
@@ -38,6 +39,7 @@ description: 本教程引导你在 DeerFlow 中完成第一次完整的 Agent
### 4. 与结果互动
报告生成后,你可以:
- 要求对某部分进行详细说明
- 要求将报告导出为文件(Agent 会使用 `present_files` 工具)
- 要求基于研究结果创建图表
@@ -30,6 +30,7 @@ memory:
## 示例
**第一次对话**
```
我是一名 Python 后端开发者,主要使用 FastAPI 和 PostgreSQL。
我的团队遵循 PEP 8 代码规范,偏好类型注解。
@@ -37,6 +38,7 @@ memory:
```
**后续对话**(无需重复背景):
```
帮我写一个用户认证模块
```