plan_capture
Bind a capture plan for a declared workload without executing it. Preflight checks and capture mode selection prepare the environment for later capture.
Instructions
Bind one current capture without running it.
The default auto mode runs the declared workload directly in the local environment and
records that no enforced descendant containment was used. Use managed only when the
project policy explicitly requires containment, and use trusted_local to request the
same direct local execution explicitly. This tool never executes the workload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adapter | Yes | Adapter value reported by list_capabilities for this workload. | |
| parameters | Yes | Declared workload parameters; inspect get_declared_workflow first. | |
| capture_mode | No | auto | |
| workload_name | Yes | Current declared workload name from list_declared_workflows. | |
| preflight_mode | No | auto | |
| external_context | No | ||
| torch_profiler_options | No | ||
| compute_sanitizer_options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||