hpc_submit_run
Submit a single HPC job from a local YAML profile. Enforces resource caps and requests human confirmation for above-threshold runs.
Instructions
Submit a single job from a profile. Caps are enforced; runs above the profile's confirmation thresholds require an explicit yes from the human.
Args: profile_path: Path to the local profile YAML. run_id: Short identifier for this run. Also names the local manifest. project_dir: Local project directory (manifests land in runs//). resource_overrides: Optional JSON object overriding profile resources. confirmed_by_user: Set ONLY after the human explicitly approved an above-threshold run in conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| project_dir | Yes | ||
| profile_path | Yes | ||
| confirmed_by_user | No | ||
| resource_overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |