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.

Constants§

TRACE_REASON_BACKEND_ERROR
Reason code emitted when the backing MemoryLookupStore failed.
TRACE_REASON_NO_HITS
Reason code emitted on the ResourceTraceEnvelope when a lookup returned zero hits.

Traits§

MemoryLookupStore
Backend contract for the canonical memory.lookup tool.

Functions§

memory_lookup_trace_envelope
Build a ResourceTraceEnvelope describing a single memory.lookup invocation.