recall
Retrieve relevant memories for any query by combining current session context with three-layer database recall, ranked by relevance.
Instructions
Three-layer memory retrieval (conscious/preconscious/subconscious).
Better than plain keyword search for "what do I remember about X" — merges current-session context with database recall, ranked by relevance.
Args: query: What to recall. user_id: Restrict to a specific user. agent_id: Restrict to a specific agent's memories. limit: Max number of results. Defaults to 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| user_id | No | ||
| agent_id | No |