plur_recall_hybrid
Find relevant engrams with hybrid search: BM25 and local embeddings fused via Reciprocal Rank Fusion. Fully local, no API calls.
Instructions
Hybrid search — BM25 + local embeddings merged via Reciprocal Rank Fusion. No API calls, fully local. Best default for most use cases.
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 | |
| include_episodes | No | If true, include linked episode summaries for each engram (SP2 episodic anchoring) | |
| caller_session_id | No | Session ID of calling agent for budget enforcement |