mem_recall
Retrieve relevant past decisions, patterns, and bug fixes from persistent memory using hybrid recall across vectors, keyword search, and knowledge graph enrichment.
Instructions
Primary retrieval tool. Runs fused hybrid recall across sentence vectors, chunk vectors, keyword FTS, and knowledge-graph enrichment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hyde | No | Request HyDE query expansion when configured | |
| mode | No | compact returns evidence lines; context includes retrieved text | |
| type | No | Optional observation type filter | |
| debug | No | Include retrieval defaults and semantic input sources | |
| limit | No | Maximum evidence items (default: 5) | |
| query | Yes | Recall/search query | |
| scope | No | Optional scope filter | |
| project | No | Optional project filter | |
| time_to | No | Optional inclusive created_at upper bound | |
| time_from | No | Optional inclusive created_at lower bound | |
| topic_key | No | Optional exact topic_key filter | |
| session_id | No | Optional session filter |