recall
Retrieve past episodes from memory using filters like time range, type, source, or keyword to find context before making decisions.
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 |
|---|---|---|---|
| limit | No | Maximum episodes to return. Default 100. | |
| since | No | ISO 8601 timestamp — return episodes after this time. | |
| until | No | ISO 8601 timestamp — return episodes before this time. | |
| offset | No | Skip first N matching episodes. Default 0. | |
| source | No | Filter by source/agent attribution. | |
| keyword | No | Search episode content for this keyword. | |
| episode_type | No | Filter by episode type. |