dependency_graph
Map internal module imports to identify most-depended-upon modules and circular dependencies. Analyze coupling in Python or JavaScript/TypeScript repositories.
Instructions
Map how internal modules import each other, the most-depended-upon modules, and any circular dependencies. Use to understand coupling.
Args: path: Repo path to analyze. language: 'auto', 'python', or 'js'/'ts'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| language | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |