code_graph_walk
Traverses import and inheritance edges from a symbol to gather code context within a token budget.
Instructions
BFS from an anchor symbol along import + inherit edges, collecting context
until a token budget is hit. Deterministic (alphabetical within each hop).
anchor: symbol name or fqn. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | Yes | ||
| app_id | Yes | ||
| db_path | No | ||
| hop_depth | No | ||
| max_tokens | No |