plur_recall
Search AI agent memory using BM25 keyword matching. Filter results by scope or domain to retrieve relevant engrams.
Instructions
Query engrams by BM25 keyword matching — use plur_recall_hybrid for semantic similarity. Note: a project-scope filter also returns personal-family engrams (local, global, user:, agent:); an explicit scope=global recall returns ALL personal-family engrams — wider than scope=global INJECT, which is targeted to the global namespace only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20) | |
| query | Yes | Search query to find relevant engrams | |
| scope | No | Filter by scope (also includes global) | |
| budget | No | Budget constraints for sub-agents | |
| domain | No | Filter by domain prefix | |
| caller_session_id | No | Caller session ID for budget enforcement |