archy_graph
Dumps the full dependency graph of a Python codebase at a given path as JSON, with a configurable node limit to prevent oversized outputs.
Instructions
Full dependency-graph dump matching archy graph --format json. Refuses to serialize graphs larger than max_nodes (default 500) to avoid blowing the agent's context; bump the limit explicitly if you really want everything. For most reasoning, prefer archy_graph_focus (local neighborhood) or archy_graph_summary (top-N overview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| internal_only | No | ||
| max_nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |