query_memory
Retrieve relevant observations from past sessions with a progressive three-layer search: fast filtering, expansion of high-confidence hits, and chronological context.
Instructions
Adaptive auto-expanding retriever for memory. REPLACES search_memory.
AUTOMATIC TRIGGERS - Call this when:
You need to search for observations from past sessions
You want to retrieve context about a specific topic from memory
This tool automatically performs a 3-layer progressive retrieval in a single step. It runs a fast search, expands high-confidence hits into full observations, and provides chronological context for the periphery.
PARAMETERS:
query: Search query
limit: Max results to fetch internally (default: 20)
filters: Optional filters like {"tool_name": "web_search", "session_id": "..."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| filters | No |