Skip to main content

Module memory

Module memory 

Source
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§

MemoryLookupHit
One hit returned by a MemoryLookupStore.
MemoryLookupTool
memory.lookup — reusable kernel tool for semantic or lexical memory pivots.

Enums§

MemoryLookupError
Error returned by a MemoryLookupStore.

Traits§

MemoryLookupStore
Backend contract for the canonical memory.lookup tool.