agentbay_memory_recall
Search project memory via hybrid search (alias, tag, full-text, vector) with RRF fusion. Use tokenBudget to control context size and fast mode to skip vectors.
Instructions
Search project memory using hybrid search (alias + tag + full-text + vector) with RRF fusion. Use tokenBudget to control context size. Use fast=true to skip vectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fast | No | Skip vector search for speed | |
| tags | No | ||
| tier | No | Filter by memory tier | |
| type | No | ||
| limit | No | Max entries (default 5) | |
| query | Yes | What you need to remember / search for | |
| format | No | "context" returns compact text for LLM injection | |
| projectId | Yes | Project ID | |
| tokenBudget | No | Max tokens to return |