mem_recall
Retrieve relevant information from persistent memory by combining vector search, full-text search, and knowledge graph enrichment for AI coding agents.
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 |