Releases: microsoft/SkillOpt
Releases · microsoft/SkillOpt
v0.1.0
SkillOpt v0.1.0 — Initial PyPI Release
The first public release of SkillOpt, now available on PyPI.
Install
pip install skilloptHighlights
- Core training loop: rollout → reflect → aggregate → select → update → evaluate
- Multi-backend support: OpenAI, Azure OpenAI, Claude, Qwen (vLLM)
- Built-in benchmarks: ALFWorld, SpreadsheetBench, SearchQA, DocVQA, OfficeQA, LiveMath
- Hierarchical patch merging and gradient clipping
- YAML-based configuration system
- Optional WebUI dashboard (
pip install skillopt[webui])