Context Module
The context module provides fast context retrieval capabilities for codebase understanding, including the FastContext class for intelligent code search.Installation
Quick Start
Classes
FastContext
Fast codebase context retrieval.Methods
| Method | Description |
|---|---|
search(query) | Search for relevant code |
get_file(path) | Get file contents |
get_symbols(path) | Get symbols in file |

