/openmem:recall
Recall relevant memories from the persistent memory store.
Instructions
- •
Determine the recall query:
- •If the user provided a
$ARGUMENTSquery, use it directly. - •If no query was provided, analyze the current conversation context and synthesize a focused search query from the key topics, entities, and decisions being discussed.
- •If the user provided a
- •
Call the
memory_recallMCP tool with the query. Usetop_k: 5andtoken_budget: 2000as defaults unless the user specifies otherwise. - •
Present the results to the user in a clear format:
- •For each memory, show:
- •Type and status
- •Content (the memory text)
- •Score (relevance score from 0-1)
- •Confidence and strength
- •If no memories are found, let the user know and suggest storing relevant information with
/openmem:store.
- •For each memory, show:
- •
If any recalled memories seem outdated or contradictory, mention this to the user and suggest using the memory management tools (supersede, contradict) to clean things up.