Expand description
Episodic recall tool — search past session transcripts.
Reads JSONL session transcripts from <workspace>/.recursive/sessions/
and allows the agent to search through them by content, role, or tool
call details. Returns matching entries with surrounding context.
Structs§
- Episodic
Recall - Episodic recall tool: search past session transcripts.
Functions§
- episodic_
recall_ summary - Build a summary of recent sessions for injection into the system prompt. Returns the top N most recent session goals as a formatted block.