execution_story
Trace a program's execution from an entry point, resolving indirect dispatch, and return a structured call-and-branch graph to understand reachable code paths.
Instructions
Bounded forward call-and-branch trace from an entry point, including resolved indirect dispatch. Returns graph structure, not generated narrative prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | ||
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | ||
| max_depth | No | ||
| max_steps | No | ||
| branch_limit | No | ||
| branch_offset | No | ||
| frontier_offset | No |