episode_recall
Retrieve relevant episodes from agent memory using semantic search, temporal filters, and entity matching to maintain context across sessions.
Instructions
Recall episodes by semantic, temporal, and entity relevance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Recall query | |
| agentId | No | Agent filter | |
| taskId | No | Task filter | |
| types | No | Episode type filters | |
| entities | No | Entity filters | |
| limit | No | Result limit | |
| since | No | ISO timestamp or epoch ms | |
| profile | No | Response profile | compact |