env.json mission spec. You scaffold it, run it, analyze it, and turn it into
training data.
The workflow
Author
Edit
env.json to define the scene, phases, success/fail predicates, and
reward shaping. See the schema.Run
env run executes the mission in simulation, logging every tick and scoring
the result with the LLM judge.Command map
| Area | Commands |
|---|---|
| Projects | mkdir, env init, env show |
| Run & analyze | env run, env stats, env cache |
| Actions (needs login) | env action create, env action list, env action show, env action remove |
| Fine-tune | env finetune, env train, env lora |
| Account | login, logout, whoami |
| Shell | help, clear, --version |
Two ways to run
cadenza: