| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-02 | 723 Bytes | |
| v0.1.0 source code.tar.gz | 2026-06-02 | 1.3 MB | |
| v0.1.0 source code.zip | 2026-06-02 | 1.4 MB | |
| Totals: 3 Items | 2.6 MB | 1 | |
SkillOpt v0.1.0 — Initial PyPI Release
The first public release of SkillOpt, now available on PyPI.
Install
:::bash
pip install skillopt
Highlights
- 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])