invariance_run_fork
Fork a run from a specific node to create a new branch for what-if replays during agent debugging.
Instructions
Fork a run from a specific node — creates a new run that branches off the parent at from_node_id. Useful for "what-if" replays during agent debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Parent run ID. | |
| name | No | ||
| metadata | No | Free-form metadata as a JSON object string. | |
| from_node_id | Yes | Node in the parent run to branch from. |