rlm_code_shortest_path
Find the shortest structural path connecting two code symbols in a repository. Specify source and target symbols, optional edge types, and max hops to analyze code dependencies.
Instructions
Find the shortest structural path between two code symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Source repo-qualified symbol name | |
| from_symbol_key | No | Exact source symbol key | |
| to | No | Target repo-qualified symbol name | |
| to_symbol_key | No | Exact target symbol key | |
| edge_kinds | No | Optional edge kinds to traverse | |
| max_hops | No |