jambavan_graph_report
Construct a lightweight knowledge graph from the code index. Returns hub nodes and confidence notes for structural and inferred edges.
Instructions
Build a lightweight knowledge graph from the current code index and return hub nodes plus edge confidence notes. Call jambavan_index first. Edges are structural contains plus capped inferred symbol-name mentions. Defaults to the first 5000 indexed symbols; higher symbol_limit costs more and may still omit very common inferred mention names.
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). |