docs: 添加 TODO 清单

This commit is contained in:
Del 2024-06-05 09:49:41 +08:00
parent c0da2698b6
commit 5ae198ee60
2 changed files with 18 additions and 0 deletions

17
TODO.md Normal file
View File

@ -0,0 +1,17 @@
# TODOs
> 一些可以优化的地方或新功能,仅作记录之用,暂时没有开发计划。
- 自动识别设备型号
- 通过查询设备 miot spec 文件,自动获取指令参数
- 自动识别设备属性值是否有读取权限
- 添加镜像更新说明
- 添加 db 文件导入/出教程,用于备份恢复对话历史记录
- 支持通过语音命令清除上下文
- 支持自定义对话系统 Prompt 模板
- MioT AI Agents
- 支持小爱音箱控制米家设备
- 通过 Agent 机制自动调用合适的工具(设备)
- RAG
- wikis embedding
- memory embedding

View File

@ -193,6 +193,7 @@ export class AISpeaker extends Speaker {
});
},
},
// todo 考虑添加清除上下文指令
...this._commands,
{
match: (msg) =>