CLI reference¶
GPTNT registers commands with Cyclopts under the gptnt entry point. These pages cover setup,
execution, results, static evaluations, maintenance, and result submission.
| Command group | Reference |
|---|---|
| Validate configuration, infrastructure, players, and run plans | doctor |
| Generate persisted experiment specifications | generate |
| Start, submit, monitor, or forcibly stop interactive work | run, submit, and kill |
| Create and inspect model configuration | Model and configuration commands |
| Download and compile manuals | Manual commands |
| Inspect completion and maintain interactive outputs | Interactive and maintenance commands |
| Build and query result data | Results and analysis commands |
| Run dataset-backed evaluations | Static evaluation commands |
| Build, validate, and submit result bundles | Submission commands |
Command order for an interactive run¶
Run the interactive command sequence
gptnt doctor runs/<name>.yaml
gptnt generate runs/<name>.yaml
gptnt run runs/<name>.yaml
run does not call generate. The separation lets you inspect and retain the exact specifications
before any game or player process starts.