jambavan_graph_report
Build a lightweight knowledge graph from your code index, highlighting hub nodes and edge confidence notes. Prerequisite: index the code first.
Instructions
Build a lightweight knowledge graph from the current code index and return hub nodes plus edge confidence notes. Call jambavan_index first. Inferred ambiguous-name edges are excluded unless include_inferred=true. Defaults to the first 5000 indexed symbols; higher symbol_limit costs more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_nodes | No | Max hub nodes to show (default: 10). | |
| symbol_limit | No | Max indexed symbols to graph (default: 5000; higher values cost more). | |
| include_inferred | No | Include ambiguous same-name inferred edges (default: false). |