update readme

This commit is contained in:
heroding77
2024-07-09 17:08:58 +08:00
parent 30393acef1
commit bf4cf8cf77
3 changed files with 16 additions and 7 deletions

View File

@@ -34,7 +34,8 @@
</p> -->
## 🔥 News
- *2024.3*: 🎉 OS-Copilot is accepted at the [LLM Agents Workshop](https://llmagents.github.io/)@ICLR 2024.
- *2024.6*: 🎉 The front-end interface of OS-Copilot is now available. Go check it out in the `frontend` directory!
- *2024.3*: 🎉 OS-Copilot is accepted at the [LLM Agents Workshop](https://llmagents.github.io/)@ICLR 2024!
## What is OS-Copilot

View File

@@ -1,10 +1,18 @@
# 🚀 Release history
## New release v0.1.2
- Optimized Continuous Self-Learning: Now OS-Copilot can save historical learning courses to better design current courses.
- Lightweight Friday: Check out the new, faster, and simpler light_friday. For more details, see the docs.
- Fault Tolerance Mechanism: Weve integrated a fault tolerance mechanism to prevent task execution interruptions from network issues and more.
- LLAMA3 support is updated, check [https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/LLAMA3](https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/LLAMA3).
- The front-end interface of OS-Copilot is now available. Go check it out in the [frontend](https://github.com/OS-Copilot/OS-Copilot/tree/main/fronted) directory.
## New release v0.1.1
New base environments class that bring significant flexibility improvement
- Improvement to the environments class, check [oscopilot/environmentss](../oscopilot/environments)
- Improvement to the environments class, check [oscopilot/environmentss](../oscopilot/environments).
- Improvement to the format of tool. Now tools are stored as a function (previously we used class to store tools).
- Based on the above changes, all related prompts are updated
- Doc Improvement:

View File

@@ -2,23 +2,23 @@
## New features
- [ ] IMPORTANT AND URGENT: new design for env class to support a wider/more flexible control of OS.
- [ ] IMPORTANT AND URGENT: new format for tool. Using a lengthy python Class to define a tool introduce unnecessary complexity.
- [ ] Support Windows
- [ ] Support multi-round dialogue
- [ ] Improve logging system
- [ ] Beautify bash output
- [ ] Add unit test
- [ ] One-click script to run GAIA experiments
- [ ] New benchmark for computer agents evaluation
- [ ] Support open-source models
## Documentation
- [ ] Prepare the tutorial for GAIA experiments
- [ ] Automatic translation of documentation.
## Completed
- [x] IMPORTANT AND URGENT: new design for env class to support a wider/more flexible control of OS.
- [x] IMPORTANT AND URGENT: new format for tool. Using a lengthy python function to define a tool introduce unnecessary complexity.
- [x] One-click script to run GAIA experiment
- [x] Support open-source models
- [x] Prepare the tutorial for GAIA experiments
- [x] Refactor the code base.
- [x] One-click self-directed learning script.