diff --git a/README.md b/README.md index f383081..ffa816f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@

--> ## 🔥 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 diff --git a/docs/release.md b/docs/release.md index 9d2f666..01f5c47 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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: We’ve 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: diff --git a/docs/roadmap.md b/docs/roadmap.md index 367a2eb..e3ab31e 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -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. \ No newline at end of file