Skip to main content

Module code

Module code 

Source
Expand description

Code indexing and semantic search.

Index source code repositories and search them semantically. Uses tree-sitter for language-aware parsing when the code feature is enabled.

Structs§

CodeChunk
A chunk of parsed code (function, class, block, etc.)
CodeContext
Assembled code context ready for LLM consumption.
CodeHit
A code search hit with score.
CodeIndex
Index and search a codebase.
ContextBuilder
Builder for assembling code context.

Enums§

SymbolKind
The type of a code symbol.