2023-09-28 10:58:58 +08:00
|
|
|
|
|
|
|
|
|
## RoadMap
|
|
|
|
|
|
|
|
|
|
<div align=center>
|
2023-12-27 17:40:54 +08:00
|
|
|
|
<img src="../../sources/docs_imgs/devops-chatbot-module-v2.png" alt="图片" width="600" height="400">
|
2023-09-28 10:58:58 +08:00
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
完整路线
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] Sandbox 环境 ✅
|
|
|
|
|
- [x] 环境隔离的sandbox环境与代码执行 ✅
|
|
|
|
|
- [x] 上传、下载文件 ✅
|
|
|
|
|
- [ ] 支持java执行环境
|
2023-09-28 10:58:58 +08:00
|
|
|
|
- [ ] Vector Database & Retrieval
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] task retrieval ✅
|
|
|
|
|
- [x] tool retrieval ✅
|
|
|
|
|
- [x] Prompt Management ✅
|
|
|
|
|
- [x] memory Management ✅
|
|
|
|
|
- [x] Multi Agent ✅
|
|
|
|
|
- [ ] PRD需求文档、系分、接口设计 ⬜
|
|
|
|
|
- [ ] 根据需求文档、系分、接口设计生产代码 ⬜
|
|
|
|
|
- [ ] 自动测试、自动debugger ⬜
|
|
|
|
|
- [ ] 运维流程接入(ToolLearning)⬜
|
|
|
|
|
- [ ] 全流程自动 ⬜
|
|
|
|
|
- [x] 基于fastchat接入LLM ✅
|
|
|
|
|
- [x] 基于sentencebert接入Text Embedding ✅
|
|
|
|
|
- [x] 向量加载速度提升 ✅
|
|
|
|
|
- [x] Connector ✅
|
|
|
|
|
- [x] 基于langchain的react模式 ✅
|
|
|
|
|
- [x] 基于langchain完成tool检索 ✅
|
|
|
|
|
- [x] Web Crawl 通用能力 ✅
|
|
|
|
|
- [x] 技术文档: 知乎、csdn、阿里云开发者论坛、腾讯云开发者论坛等 ✅
|
|
|
|
|
- [ ] issue document ⬜
|
|
|
|
|
- [ ] SDK Library Document ⬜
|
2023-09-28 10:58:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
- v0.0
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] Sandbox 环境 ✅
|
|
|
|
|
- [x] 环境隔离的sandbox环境与代码执行 ✅
|
|
|
|
|
- [x] 基于fastchat接入LLM ✅
|
|
|
|
|
- [x] 基于sentencebert接入Text Embedding ✅
|
|
|
|
|
- [x] Web Crawl 通用能力:技术文档: 知乎、csdn、阿里云开发者论坛、腾讯云开发者论坛等 ✅
|
2023-09-28 10:58:58 +08:00
|
|
|
|
<br>
|
|
|
|
|
- v0.1
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] Sandbox 环境: 上传、下载文件 ✅
|
|
|
|
|
- [x] Vector Database & Retrieval ✅
|
|
|
|
|
- [x] task retrieval ✅
|
|
|
|
|
- [x] tool retrieval ✅
|
|
|
|
|
- [x] Connector ✅
|
|
|
|
|
- [x] 基于langchain的react模式 ✅
|
|
|
|
|
- [x] 基于sentencebert接入Text Embedding: 向量加载速度提升 ✅
|
2023-12-27 17:40:54 +08:00
|
|
|
|
|
|
|
|
|
Done
|
2023-09-28 10:58:58 +08:00
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
- v0.2
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] Prompt Management ✅
|
|
|
|
|
- [x] memory Management ✅
|
|
|
|
|
- [x] Vector Database & Retrieval ✅
|
2023-12-27 17:40:54 +08:00
|
|
|
|
|
|
|
|
|
DDL: 2024.01.31
|
2023-09-28 10:58:58 +08:00
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
- v0.3
|
2024-01-26 14:03:25 +08:00
|
|
|
|
- [x] Sandbox 环境 ✅
|
|
|
|
|
- [ ] 支持java执行环境 ⬜
|
|
|
|
|
- [x] Multi Agent Framework ✅
|
|
|
|
|
- [ ] PRD需求文档、系分、接口设计 ⬜
|
|
|
|
|
- [ ] 根据需求文档、系分、接口设计生产代码 ⬜
|
|
|
|
|
- [ ] 自动测试、自动debugger ⬜
|
|
|
|
|
- [ ] 运维流程接入(ToolLearning) ⬜
|
|
|
|
|
- [ ] 全流程自动 ⬜
|
|
|
|
|
- [x] Web Crawl 通用能力 ✅
|
|
|
|
|
- [ ] issue document ⬜
|
|
|
|
|
- [ ] SDK Library Document ⬜
|
2023-12-27 17:40:54 +08:00
|
|
|
|
|
|
|
|
|
DDL: 2024.12.31
|
2024-01-26 14:03:25 +08:00
|
|
|
|
<br>
|