First release under the world-model-optimizer name, published to PyPI as
world-model-optimizer.
pip install world-model-optimizer
wmo --helpBreaking
The project was renamed from world-model-harness, and the rename goes all the way down. If you
have an existing install, note:
| before | after | |
|---|---|---|
| Package | world-model-harness |
world-model-optimizer |
| Command | wmh |
wmo |
| Import | import wmh |
import wmo |
| State dir | .wmh/ |
.wmo/ |
| Environment | WMH_* (46 vars) |
WMO_* |
| OTel attributes | wmh.* |
wmo.* |
There is no compatibility shim. Uninstall the old distribution first — both bundle the same
llm_waterfall module, so side-by-side installs conflict:
pip uninstall world-model-harness
pip install world-model-optimizerAlso renamed: renderer registry keys, HuggingFace dataset repo ids, the E2B template alias,
W&B project names, and harbor agent import paths. Existing harbor job directories are not
resumable across this change, and run configs naming the old renderer keys need updating —
both fail loudly rather than silently.
world-model-harness 0.1.0 remains on PyPI and is not being updated.