ForcePilot/docs/changelog/roadmap.md

33 lines
1.2 KiB
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.

# 开发路线图
路线图可能会经常变更,如果有强烈的建议,可以在 [issue](https://github.com/xerrors/Yuxi-Know/issues) 中提。
- **[2025/10/13]** v0.3 进入 beta 测试环节,不会再封装新的特性,仅作 bug 层面的修复
**Bugs**
暂无
**Next**
- [ ] 添加对于上传文件的支持
- [ ] 知识图谱的上传和可视化,支持属性,标签的展示 <Badge type="info" text="0.4" />
- [ ] 集成智能体评估,首先使用命令行来实现,然后考虑放在 UI 里面展示
- [ ] 开发与生产环境隔离,构建生产镜像 <Badge type="info" text="0.4" />
- [ ] 支持 MinerU 2.5 的解析方法含API方法<Badge type="info" text="0.3.5" />
- [ ] 优化全局配置的管理模型,优化配置管理
**Later**
下面的功能**可能**会放在后续版本实现,暂时未定
- [ ] 集成 LangFuse (观望) 添加用户日志与用户反馈模块,可以在 AgentView 中查看信息
**Done**
- [x] 添加测试脚本覆盖最常见的功能已覆盖API
- [x] 新建 tasker 模块用来管理所有的后台任务UI 上使用侧边栏管理。
- [x] 优化对文档信息的检索展示(检索结果页、详情页)