CLI
whest submit
Submit to AIcrowd (packages an estimator if needed, then uploads).
whest submit
Submit to AIcrowd (packages an estimator if needed, then uploads).
whest submit [options]| Option | Default | Description |
|---|---|---|
artifact | Path to a submission .tar.gz. | |
--estimator | Path to estimator.py (packaged before submit). | |
--class | Estimator class name. | |
--requirements | requirements.txt for packaging. | |
--submission-metadata | submission.yaml for packaging. | |
--approach | approach.md for packaging. | |
--challenge | 'arc-white-box-estimation-challenge-2026' | Challenge slug (default: arc-white-box-estimation-challenge-2026). |
--description | 'Submitted via whest submit' | Description label attached to the AIcrowd submission (default: 'Submitted via whest submit'). |
--watch | Poll AIcrowd submission status until graded/failed. | |
--format | Select output format: rich, plain, or json. | |
--json | Alias for --format json. |