archy_graph
Dump the full dependency graph of a Python project as JSON, with a configurable maximum node count to prevent context overflow.
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 | ||
| max_nodes | No | ||
| internal_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |