log_episode
Log structured episodic events—bugs found, code explored, agent actions—to a persistent memory store. Retrieve them in future sessions via episodic search to preserve context and avoid starting over.
Instructions
Log a structured episodic event to the episodic memory store. Use to record what happened: bugs found, code explored, agent actions. Retrievable via episodic_search in future sessions. Do NOT use for architectural decisions — use record_decision instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| metadata | No | ||
| repo_path | No |