recall
Query filtered episodes from memory to retrieve prior context for decision-making, locate specific episodes for citation, or review recent work.
Instructions
Query episodes from memory with filters. Call this to find prior context before making decisions, to locate specific episodes for citation during graduation, or to review recent work. Returns matching episodes ordered by timestamp (newest first). Supports time range, type, source, and keyword filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 timestamp — return episodes after this time. | |
| until | No | ISO 8601 timestamp — return episodes before this time. | |
| episode_type | No | Filter by episode type. | |
| source | No | Filter by source/agent attribution. | |
| keyword | No | Search episode content for this keyword. | |
| limit | No | Maximum episodes to return. Default 100. | |
| offset | No | Skip first N matching episodes. Default 0. |