memory_search
Semantically search the memory store to retrieve facts, pack chunks, and past optimizations ranked by similarity. Debug curator decisions by seeing what ClarifyPrompt would retrieve for a given prompt.
Instructions
Semantic search over the persistent memory store. Returns facts, pack chunks, and past optimizations ranked by vector similarity to the query. Useful for inspecting what ClarifyPrompt would retrieve for a given prompt, and for debugging curator decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query — usually the user's intent or a paraphrase of a future prompt. | |
| kinds | No | Which memory kinds to search. Default: facts + pack chunks. | |
| limit | No |