Skip to main content

Module episodic_recall

Module episodic_recall 

Source
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§

EpisodicRecall
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.