Skip to main content

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

FastContextResult

Result from a context search.

FileMatch

A matched file from search.

LineRange

A range of lines in a file.

Usage Examples

With Agent