Skip to main content

Module memory

Module memory 

Source

Structs§

DurableMemory
Public durable memory bound to one agent and scope.
InMemoryMemoryStore
InMemoryMemoryStore — a lightweight MemoryStore backed by per-agent in-memory maps.
MemorySearchOptions
Search options for an agent-bound DurableMemory descriptor.
WorkingMemory
In-process scratch pad for within-run state.

Traits§

MemoryStore
Durable-memory host storage. Runner writes through put only after the kernel’s WriteMemory gate accepts the record.