| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-02 | 1.9 kB | |
| v0.4.2 source code.tar.gz | 2026-09-02 | 10.9 MB | |
| v0.4.2 source code.zip | 2026-09-02 | 11.4 MB | |
| Totals: 3 Items | 22.3 MB | 0 | |
Patch with one urgent fix: deploy() was broken in every published version.
Fixed
deploy() works again. The strategy registry scanned for selector_instruction.md/adapter_instruction.md while every shipped strategy carries .txt — so DeploymentFactory.list_strategies() returned [] and every deploy path, AUTO or explicit, raised inside the selector. The registry now discovers all five shipped strategies (bentoml, docker, langgraph, local, modal), verified from a fresh install of this wheel, and a regression test pins the discovery contract so a naming drift on either side fails the suite instead of dying at runtime.
Your config's inference: block is honored. It was read from the packaged config only; an inference: block in the file you pass with --config / config_path now deep-merges over the packaged defaults — override one key (say default.model) and the packaged roles and remaining defaults stay in force. A file without the block keeps the packaged defaults; a malformed block raises.
kapso.__version__ reports the real version. It said 0.1.0 through five releases; it is now test-pinned to pyproject.toml, so the next drift fails the suite.
- The ALE runner's Python default matches its CLI at 30 iterations, and the MLE/ALE READMEs caught up with their runners (
MLE_GENERIC/ALE_GENERIC,codexin examples).
Documentation
Since 0.4.1 the docs at docs.leeroo.com were audited page-by-page against the code by five parallel reviewers — roughly ninety stale or hallucinated claims fixed (removed APIs still being taught, a deleted strategy and phantom config modes, the pre-August auth story, wrong signatures and defaults), duplicated sections collapsed, and 123 headings normalized so the site reads in one voice.
Full changelog: https://github.com/Leeroo-AI/kapso/compare/v0.4.1...v0.4.2