KIROK_recall
Retrieve relevant memories using semantic similarity and keyword matching with reciprocal rank fusion, enabling AI agents to recall information across conversations.
Instructions
Search and retrieve relevant memories using semantic similarity and keyword matching, merged with Reciprocal Rank Fusion.
Args: bank_id: Memory bank to search. query: Natural language search query. limit: Maximum number of results (default 10, max 50). time_min: Optional ISO 8601 lower bound for timestamp filtering. time_max: Optional ISO 8601 upper bound for timestamp filtering. verbose: If True, also show relevance scores (RRF/Sim) per item. Default False keeps the output compact (content + ID only) to save context tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| bank_id | Yes | ||
| verbose | No | ||
| time_max | No | ||
| time_min | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |