plur_recall_hybrid
Retrieve relevant engrams using hybrid search that merges BM25 and local embeddings with Reciprocal Rank Fusion, all processed locally without 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 |