Skip to main content

Module context_index

Module context_index 

Source
Expand description

Persistent, symbol-aware context indexing for RLM evidence.

The index turns raw tool output into typed evidence records so the engine retrieves relevant spans instead of compressing whole blobs.

Structs§

ContextIndex
Cached index for one source blob.
EvidenceRecord
Auditable retrieval unit passed to synthesis.
RetrievalPlan
Query plan used by the retriever.

Enums§

EvidenceKind
Kind of evidence represented by a record.
PlanIntent
High-level retrieval intent.

Functions§

load_or_build
Load a cached index for identical content or build and persist one.
retrieve
Retrieve the highest-value evidence records for query.