Skip to main content
The core CLI runs with no configuration. A few features need an extra package or an API key.

Optional extras

Install these into a source install (pip install -e .). The standalone binary can’t load them. gym, lora, and vla pull in cadenza-lab (the SDK). lora, rl, and vla install torch. Extras are independent — install only what a given workflow needs.

Environment variables

The Cadenza API

Account, action sync, and all governed verdicts (lora eval, residual train/eval/bench, distill eval, vla grd/eval) go through the hosted Cadenza API at https://www.api.cadenzalabs.xyz. This is hard-wired into the client — you don’t configure it, and the client never talks to a database directly. Governed commands authenticate with your saved session token, which is why they require sign-in. The scorecard/verdict logic lives server-side; see Governance.

Files & directories