jambavan_graph_query
Find nodes matching a query in the knowledge graph and retrieve their BFS neighbors within a specified token budget. Uses extracted call/import edges and inferred mentions.
Instructions
Query the current knowledge graph: find matching nodes and BFS neighbors within a token budget. Call jambavan_index first. Uses extracted call/import edges where available plus inferred mentions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Symbol/file text to find in the graph. | |
| budget | No | Max output tokens (default: 2000). | |
| symbol_limit | No | Max indexed symbols to graph (default: 5000; higher values cost more). |