mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-03 14:02:58 +08:00
docs: add News section, PyPI install instructions, and PyPI badge to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
23
README.md
23
README.md
@@ -2,7 +2,15 @@
|
||||
|
||||
*Train agent skills like you train neural networks — with epochs, (mini-)batchsize, learning rates, and validation gates — but without touching model weights.*
|
||||
|
||||
[](https://microsoft.github.io/SkillOpt/) [](https://arxiv.org/abs/2605.23904) [](https://youtu.be/JUBMDTCiM0M) [](https://www.python.org/) [](LICENSE)
|
||||
[](https://microsoft.github.io/SkillOpt/) [](https://arxiv.org/abs/2605.23904) [](https://youtu.be/JUBMDTCiM0M) [](https://pypi.org/project/skillopt/) [](https://www.python.org/) [](LICENSE)
|
||||
|
||||
---
|
||||
|
||||
## News
|
||||
|
||||
| Date | Version | Highlights |
|
||||
|---|---|---|
|
||||
| 2026-06-02 | [v0.1.0](https://github.com/microsoft/SkillOpt/releases/tag/v0.1.0) | Initial public release on [PyPI](https://pypi.org/project/skillopt/). Full training loop (rollout → reflect → aggregate → select → update → evaluate), multi-backend support (OpenAI / Azure / Claude / Qwen / MiniMax), six built-in benchmarks, WebUI dashboard, and pretrained GPT-5.5 skill artifacts. |
|
||||
|
||||
---
|
||||
|
||||
@@ -50,6 +58,19 @@ https://github.com/user-attachments/assets/eb12d3bc-371c-467f-904d-91b61f339ed7
|
||||
|
||||
- Python 3.10+
|
||||
|
||||
### Option A: Install from PyPI
|
||||
|
||||
```bash
|
||||
pip install skillopt
|
||||
|
||||
# With optional extras:
|
||||
pip install skillopt[alfworld] # ALFWorld benchmark
|
||||
pip install skillopt[webui] # Gradio monitoring dashboard
|
||||
pip install skillopt[claude] # Claude model backend
|
||||
```
|
||||
|
||||
### Option B: Install from source (for development)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/microsoft/SkillOpt.git
|
||||
cd SkillOpt
|
||||
|
||||
Reference in New Issue
Block a user