Recall
memory_recallSearch and rank memories via hybrid lexical search, returning excerpts, paths, and scores. Filter by type/entity, and include archived or deprecated memories as needed.
Instructions
Hybrid lexical search (word/trigram FTS + CJK-aware fallbacks). Returns paths, excerpts, and score components — read the file (or memory_read) for full content; nothing is auto-injected. Ranking: text * trust * state * (1 + freshness + heat); old unused memories sink, never vanish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Free-text query; Korean particles/endings matched by prefix+trigram | |
| store | No | Absolute path of the memory store directory. Omit for the default store. | |
| types | No | ||
| entities | No | Filter/boost by entity keys (any-of) | |
| include_archived | No | ||
| include_deprecated | No |