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:
Xin Wang
2026-03-02 17:01:24 +08:00
parent 0a7a3253a6
commit 9734b38808
2 changed files with 7 additions and 2 deletions

View File

@@ -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 文档管理

View File

@@ -81,6 +81,8 @@ markdown_extensions:
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg