Phase 1 · Create a project (2 min)
Edit-save-test flow
- Open
server/tools.py
, add or tweak a tool. - Save – the mcp restarts instantly.
- Visit
http://localhost:8765/docs
to test tools/
Phase 2 · Write Tasks (2 min)
Build your environment image first (in the global folder):tasks.json
using docker run
:
hud init
README for details.
Phase 3: Run Agents
Cheatsheet
Action | Command |
---|---|
Create env | hud init my-env -p blank |
Hot-reload dev | hud dev --build |
Interactive test | hud dev --interactive |
Troubleshoot | hud debug my-env:dev |
Build image | hud build |
Push to registry | hud push |
RL training | hud rl tasks.json |
Learn more →
- Blank template walkthrough:
environments/blank/README.md
in the repo. - Technical spec: /build-environments/spec
- CLI reference:
hud init
•hud dev
•hud build
•hud push
•hud run