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§
- Context
Index - Cached index for one source blob.
- Evidence
Record - Auditable retrieval unit passed to synthesis.
- Retrieval
Plan - Query plan used by the retriever.
Enums§
- Evidence
Kind - Kind of evidence represented by a record.
- Plan
Intent - 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.