Skip to main content

Module memory

Module memory 

Source
Expand description

Memory tool — read/write agent persistent state.

Wraps a MemorySubstrate as a Tool for use in the agent loop. Supports two actions: “remember” (store) and “recall” (retrieve).

Structs§

MemoryTool
Tool for reading and writing agent memory.