code_graph_walk
Explore a codebase from an anchor symbol, following import and inheritance edges to gather context until a token limit is reached.
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 |