memory_retrieve
Retrieve memories for an actor using filters, semantic search, and date constraints to access relevant past context.
Instructions
Retrieve memories for an actor with optional filtering, semantic search, and date range constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (any match) | |
| limit | No | Maximum number of memories to return | |
| query | No | Semantic search query (used with semantic/hybrid strategies) | |
| actorId | No | Actor ID. Defaults to the current session actor. | |
| strategy | No | Retrieval strategy. Default: recent. | |
| memoryTypes | No | Filter by memory types | |
| createdAfter | No | ISO-8601 date. Only memories created after this time. | |
| createdBefore | No | ISO-8601 date. Only memories created before this time. |