A single memory entry extracted from a session event.
Contains the content, author, and timestamp from the original event, plus a precomputed word map for search matching.
Summary
Types
@type t() :: %ADK.Memory.Entry{ author: String.t() | nil, content: ADK.Types.Content.t(), timestamp: DateTime.t() | nil }