Use recall in chat
Read the recall block as memory pointers and open useful memories before relying on them.
A recall block is a list of memory leads.
How to read the block
Plaintext
The score is a relevance signal, not a command. Before you rely on a memory, open it with lore_get_node and pass the session_id and query_id from the recall block when the tool asks for them. That lets Lore record whether recalled memories were actually used.
Good agent behavior:
- open the most relevant memory before acting;
- skip weak candidates instead of forcing them into the answer;
- search manually if the recall block misses obvious context;
- write or update memory after the task if a durable fact changed.