Releases: hud-evals/hud-python
Releases · hud-evals/hud-python
Release list
v0.6.8 - Small reliability and default updates
v0.6.8.dev1
Dev prerelease from main.
v0.6.8.dev0
Dev release.
v0.6.7
What's Changed
hud deploy --runtime-config: pass a JSON RuntimeConfig file for hosted runs (validated against the SDKRuntimeConfigshape)hud deploy: Modal GPU defaults- Runtime config loading now preserves explicit null overrides
Full Changelog: v0.6.6...v0.6.7
v0.6.6 - template updates
Merge pull request #462 from hud-evals/l/hud-init-arc-agi-3 feat(cli): add ARC-AGI-3 preset to hud init
v0.6.5 - robotics updates
Merge pull request #460 from hud-evals/feat/vlm-image-training chore: bump version to 0.6.5
v0.6.4 - Prep more training
Merge pull request #449 from hud-evals/feat/vlm-image-training Feat/vlm image training
v0.6.3 - Models and remote rollout updates
Merge pull request #445 from hud-evals/l/small-updates-16 Align v6 scaffold and docs with current CLI, add RL cookbooks.
v0.6.1 - Templates improvements
Merge pull request #441 from hud-evals/l/hud-init-presets feat(cli): hud init --preset to scaffold from GitHub starters
HUD Python SDK v6
Major protocol change: environments expose a thin control channel with capabilities (ssh, mcp, cdp, rfb, robot) and tasks (@env.template() generators), while agent harnesses own the tools.
What's Changed
- [codex] drop v4 task compatibility by @jdchawla29 in #403
- Fix public docs SDK imports by @jdchawla29 in #406
- Fix coordinate scaling for gemini by @jdchawla29 in #405
- Decouple agent native tools from environment primitives by @jdchawla29 in #407
- Refactor Agents by @jdchawla29 in #413
- small changes by @lorenss-m in #415
- V6 contrainer mgmt by @lorenss-m in #416
- Simplify by @jdchawla29 in #418
- Robot capability: environment.robots, episode recorder, telemetry, ensembler by @jdchawla29 in #419
- Rename Robot Capability + Add MainThreadSimRunner by @lukass16 in #420
- Resolve registry name from the served Environment, not a source scan by @solvemproblr in #422
- feat(eval): add Modal and Daytona runtime providers for per-rollout cloud sandboxes by @lukass16 in #423
- fix(eval): kill LocalRuntime process group to prevent orphan children by @lukass16 in #428
- feat(filetracking): workspace file-tracking capability + telemetry by @lorenss-m in #429
- feat(eval): route HUDRuntime through runtime tunnel by @jdchawla29 in #430
- [codex] add modal runtime provider wiring by @jdchawla29 in #433
- l/training by @lorenss-m in #426
- Standardize default job names by @lorenss-m in #434
- Feat: hud-python sdk v6 by @Parth220 in #421
New Contributors
- @lukass16 made their first contribution in #420
- @solvemproblr made their first contribution in #422
Full Changelog: v0.5.41...v0.6.0