Add task list support and update roadmap in documentation
- Added pymdownx.tasklist extension to mkdocs.yml for enhanced task management. - Revised the roadmap section in index.md to include additional completed and in-progress tasks, improving project tracking and visibility.
This commit is contained in:
@@ -69,13 +69,15 @@
|
||||
| **自动化测试** | 批量测试与质量评估 |
|
||||
| **仪表盘** | 实时数据统计与可视化分析 |
|
||||
|
||||
## Roadmap
|
||||
## 开发计划(Roadmap)
|
||||
|
||||
### 已完成 (Completed)
|
||||
|
||||
#### 实时交互引擎
|
||||
- [x] 管线式全双工引擎 - ASR/LLM/TTS 流水线
|
||||
- [x] 智能打断处理 - VAD + EOU 检测
|
||||
- [x] 智能打断处理 - VAD + EOU 检测
|
||||
- [x] OpenAI兼容的 ASR TTS 接口适配
|
||||
- [x] DashScope TTS 接口适配
|
||||
|
||||
#### 智能体配置管理
|
||||
- [x] 系统提示词编辑 - prompt 配置,动态变量注入
|
||||
@@ -98,6 +100,7 @@
|
||||
### 开发中 (In Progress)
|
||||
|
||||
#### 智能体配置管理
|
||||
- [ ] 私有化部署的 ASR TTS 适配
|
||||
- [ ] 工作流编辑 - 可视化流程编排
|
||||
- [ ] 知识库关联 - RAG 文档管理
|
||||
|
||||
|
||||
Reference in New Issue
Block a user