Expand description
Memory lookup tool contract.
MemoryPivotSkill calls a tool named
memory.lookup. This module supplies the canonical tool and a small
backend trait so stores such as rig-memvid, test fakes, or
application-specific episode stores can expose the same lookup shape
without depending on each other.
Structs§
- Memory
Lookup Hit - One hit returned by a
MemoryLookupStore. - Memory
Lookup Tool memory.lookup— reusable kernel tool for semantic or lexical memory pivots.
Enums§
- Memory
Lookup Error - Error returned by a
MemoryLookupStore.
Constants§
- TRACE_
REASON_ BACKEND_ ERROR - Reason code emitted when the backing
MemoryLookupStorefailed. - TRACE_
REASON_ NO_ HITS - Reason code emitted on the
ResourceTraceEnvelopewhen a lookup returned zero hits.
Traits§
- Memory
Lookup Store - Backend contract for the canonical
memory.lookuptool.
Functions§
- memory_
lookup_ trace_ envelope - Build a
ResourceTraceEnvelopedescribing a singlememory.lookupinvocation.