Variable: listMemoriesTool
ts
const listMemoriesTool: Tool<SpooledJsonArtifact<unknown>>;List every memory currently held by the active execution context.
Remarks
Delegates to ctx.fetchMemories(). Returns a JSON-encoded array of memory records (id, content, confidence, importance, createdAt, updatedAt). The model can use the id values to drive subsequent update_memory / delete_memory calls.