GitHub
v0.1.0 · language-agnostic code retrieval

RCE Code

A code indexing, search, and retrieval library — the base layer beneath a context engine. Five fused retrieval modalities over a tree-sitter index, across seven languages. No LLM, agent, or MCP concerns.

Architecture

Function-level map of RCE Code. Boxes are packages; each lists its key functions. Edge colour marks the pipeline — write, read, embed, and the opt-in Phase 2 (ISR) synthesis spine. Drag, scroll to zoom, or use the controls to explore.

Loading architecture…

Lexical

FTS5 BM25 with identifier sub-tokens

Grep

Live ripgrep, corpus-aligned

Semantic

Embedding cosine KNN over chunks

Hybrid

Reciprocal Rank Fusion of all signals

Structural

Symbols + resolved call graph

Repo Map

Aider-style PageRank codebase map

Explore the docs

Languages: Python · JavaScript · TypeScript · Go · Rust · Java · Ruby — add your own.