Normandy.Components.AgentMemory (normandy v0.2.0)
View SourceManages conversation memory for agents with support for turn-based tracking and optional message limits.
Summary
Types
@type t() :: %{ max_messages: pos_integer() | nil, history: [Normandy.Components.Message.t()], current_turn_id: String.t() | nil }