begin_episode
Begin an episode to group subsequent memories into a narrative session. Use for debugging hunts, feature implementations, or any focused work.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Descriptive episode title |
project | string | No | Project scope |
Return Value
Section titled “Return Value”Returns the episode ID ([episode:N]).
Examples
Section titled “Examples”Start a debugging episode
Section titled “Start a debugging episode”{ "title": "Debugging auth token expiry race condition", "project": "my-project"}- All
remembercalls afterbegin_episodeare automatically grouped into the episode - Episodes auto-end after 30 minutes of inactivity
- Don’t start episodes for routine Q&A or trivial tasks
- Use descriptive titles — they’re what future recall surfaces
Related Tools
Section titled “Related Tools”- end_episode — End with a summary
- recall_episode — Retrieve episode contents
- list_episodes — Find past episodes