ADK.Memory.Entry (adk_ex v1.1.0)

Copy Markdown View Source

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

t()

@type t() :: %ADK.Memory.Entry{
  author: String.t() | nil,
  content: ADK.Types.Content.t(),
  timestamp: DateTime.t() | nil
}