index_codebase
Parse Python files to extract functions, classes, imports, and call relationships, constructing a semantic graph for code querying.
Instructions
Index a Python codebase. Parses all .py files, extracts functions, classes, imports, and call relationships. Builds a semantic graph for querying. Use force=True to re-index even unchanged files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| force | No |