update MVP roadmap (#100)

This commit is contained in:
Junyang Lin
2024-03-23 09:10:52 +08:00
committed by GitHub
parent 5c68d82995
commit b0a8af6c99

View File

@@ -35,8 +35,15 @@ Achieving full replication of production-grade applications with LLMs is a compl
## 🚀 Next Steps
- **Literature Review:** Conduct a thorough review of existing literature (1-2 weeks).
- **Community Engagement:** Release the plan to the community, form research groups, and begin collaborative work.
An MVP demo is urgent for us. Here are the most important things to do:
- UI: a chat interface, a shell demonstrating commands, a browser, etc.
- Architecture: an agent framework with a stable backend, which can read, write and run simple commands
- Agent: capable of generating bash scripts, running tests, etc.
- Evaluation: a minimal evaluation pipeline that is consistent with Devin's evaluation.
After finishing building the MVP, we will move towards research in different topics, including foundation models, specialist capabilities, evaluation, agent studies, etc.
## How to Contribute