code_graph_walk
Traverse import and inheritance edges from a specified symbol to collect code context up to a token budget, enabling deterministic analysis of related code structures.
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 |