From ee9931ec017cd8d9ce7caab272983e268258ddf5 Mon Sep 17 00:00:00 2001 From: Yif Yang Date: Wed, 3 Jun 2026 16:07:56 +0000 Subject: [PATCH] docs: add SkillOpt integration news --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5483c15..1bdbde5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ --- ## News 🔥🔥🔥 +- **[2026-06-03]** 🎉 **[gbrain](https://github.com/garrytan/gbrain), [gbrain-evals](https://github.com/garrytan/gbrain-evals/blob/main/docs/benchmarks/2026-06-03-skillopt.md), and [darwin-skill](https://github.com/alchaincyf/darwin-skill) have all integrated SkillOpt.** - **[2026-06-02]** 🎉 **SkillOpt [v0.1.0](https://github.com/microsoft/SkillOpt/releases/tag/v0.1.0) is now available on [PyPI](https://pypi.org/project/skillopt/)!** Install with `pip install skillopt`. This initial release includes the full training loop (rollout → reflect → aggregate → select → update → evaluate), multi-backend support (OpenAI / Azure / Claude / Qwen / MiniMax), six built-in benchmarks, and WebUI dashboard. ---