recall
Retrieve past episodes from memory using filters such as time range, type, source, or keyword. Use this to find context before making decisions or to cite specific episodes.
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. |