extract_call_graph
Analyze a Python project's call structure to obtain summary statistics: node count, edge count, SCC count, connected components, and top-level functions.
Instructions
Extract and analyze the call graph of a Python project. Returns summary statistics: node count, edge count, SCC count, connected components, and top-level function list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backend | No | auto | |
| workingDirectory | Yes |