LinkToolAddin/doc/TodoList.md

28 lines
924 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 待办事项
本文档用于记录和跟踪当前阶段待办事项及完成进度
## 核心程序
- [x] 提示词调用完整实现:以面向对象形式取代字典形式,加入参数和描述
- [x] 接入本地文件系统等基础性MCP服务
- [ ] Python代码执行的实现
- [x] 适配qwen3、deepseek等推理模型并迁移
- [x] 工具执行错误消息合并为一条
## 提示词工程
- [x] 将原来的单独XML规则修改为内嵌XML规则
- [x] 系统提示词明确提示调用动态Prompt和知识库
- [x] 错误和继续提示词预留工具消息占位符
- [x] 错误和继续提示词明示
- [ ] 系统提示词泛化增强
- [ ] 针对qwen3适当调整
## 前端交互
- [ ] 三类消息卡片
- [ ] 流式输出根据id匹配修改或新增
- [ ] 添加工作空间、发送、复制粘贴等交互
- [ ] 独立UI线程
- [ ] 工具卡片特殊提示,弹出窗口显示内容