recall
Retrieve relevant AI agent memories using hybrid vector, full-text, and keyword search with optional deep search and channel filtering.
Instructions
Recall relevant memories using multi-strategy search (vector + FTS5 + keyword).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier | |
| query | Yes | Search query (empty returns recent memories) | |
| limit | No | Max memories to return | |
| deep | No | Deep recall — disable time and completion decay for exhaustive search | |
| channel | No | Filter memories by channel (e.g. 'chat', 'discord'). Default: '' (all channels). |