log_episode
Record structured episodic events like bugs found or code explored for retrieval in future sessions.
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 |