init_experiment
Set up a CQ experiment by generating cq.yaml and train.py. Optionally add pyproject.toml and agent runtime assets.
Instructions
Scaffold a CQ-runnable experiment (cq.yaml + train.py contract script, optionally pyproject.toml + agent runtime assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | cq.yaml.name (default: pcq-experiment) | |
| agent | No | none | |
| force | No | ||
| output | No | Project directory to populate | . |
| with_pyproject | No | Generate pyproject.toml with pcq dep (recommended for lockfile_sha256 evidence) |