prepare_workload_dependencies
Inspect declared Python workload distributions in the bound interpreter to decide whether to capture or fix the environment without installing packages, mutating environments, or executing user code.
Instructions
Inspect declared workload Python distributions in its bound interpreter.
This operation never installs packages, mutates an environment, or executes the workload; in other words, it never executes user code. The result includes an active preflight and tells the agent whether to plan capture or fix the declared environment outside Flameox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workload_name | Yes | Declared workload whose Python distribution requirements are inspected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||