| name | recall |
| description | Query cross-session memory from MinnsDB |
| user_invocable | true |
/recall โ Query Cross-Session Memory
Query the MinnsDB knowledge graph for information stored across previous sessions.
Usage
When the user invokes /recall <query>, run:
minns recall "<query>"
Behavior
- Run
minns recall "<query>" to search the knowledge graph
- Present the results organized by type:
- Answer: The direct NLQ response
- Entities: Resolved graph entities
- Memories: Related memories from past sessions
- Strategies: Proven patterns that may apply
- If the answer has low confidence, suggest refining the query or trying
minns search "<query>" --mode hybrid
- If no results found, suggest the user store relevant information with
/learn
Examples
/recall how does authentication work?
/recall what decisions were made about the database schema?
/recall what patterns have we used for error handling?