memory_recall
Retrieve memories from a store by supplying a precomputed query vector, with optional filters for tags, agent, thread, namespace, and distance threshold.
Instructions
Recall memories from a store by a precomputed query vector (the caller supplies the embedding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max results | |
| tags | No | Filter by tags (AND) | |
| vector | Yes | Precomputed query embedding | |
| agentId | No | Filter by agent ID | |
| threadId | No | Filter by thread ID | |
| namespace | No | Filter by namespace | |
| threshold | No | Max cosine distance | |
| instanceId | No | Optional instance ID override | |
| memory_name | Yes | The memory store name (from memory_stores) |