//! Episode type — an episodic memory record capturing interaction snapshots.
use crate;
/// An episodic memory record — a snapshot of an interaction or event.
///
/// Episodes are the raw, fast-write store (analogous to the hippocampus).
/// They are progressively transformed into semantic facts via the dream cycle.