ForcePilot/docs/changelog/update.md
2025-08-26 12:59:18 +08:00

19 lines
839 B
Markdown
Raw 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.

目前已有的开发计划包括:
💭 **Features Todo**
- [ ] 使用其他的聊天记录管理方法(现在是基于 LangGraph 的 Memory 实现的v0.2.3 版本实现)
- [ ] 添加对于上传文件的支持这里的复杂的地方就在于如何和历史记录结合在一起v0.2.3 版本实现,放在记忆管理后面)
🐛**BUGs**
- [ ] LlightRAG 知识库中,点击边,没有显示,但是在全屏的时候却又能够显示出来。
💯 **More**:
下面的功能**可能**会放在后续版本实现,暂时未定
- [ ] 支持数据库查询功能
- [ ] 消息内容支持图片显示
- [ ] 添加测试脚本,覆盖最常见的功能
- [ ] 添加用户日志与用户反馈模块,可以在 AgentView 中查看信息
- [ ] 优化对文档信息的检索展示(检索结果页、详情页)