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.
Traits§
- Memory
Lookup Store - Backend contract for the canonical
memory.lookuptool.