mirror of
https://github.com/OS-Copilot/OS-Copilot.git
synced 2026-05-05 03:00:15 -04:00
1.2 KiB
1.2 KiB
🚀 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.
- The front-end interface of OS-Copilot is now available. Go check it out in the frontend directory.
New release v0.1.1
New base environments class that bring significant flexibility improvement
- Improvement to the environments class, check oscopilot/environmentss.
- 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:
- Tutorials are updated accordingly