plur_inject_hybrid
Inject relevant context using hybrid BM25 and embedding search. Falls back to BM25 when embeddings are unavailable, ensuring reliable context selection for tasks.
Instructions
Hybrid injection — BM25 + embeddings for better context selection. Falls back to BM25 if embeddings unavailable. Best default for injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task description to inject context for | |
| scope | No | Scope filter for engram selection | |
| budget | No | Token budget for injection (default 2000) |