LettaAPI.Model.Memory (letta_api v1.0.0)
Represents the in-context memory (i.e. Core memory) of the agent. This includes both the Block
objects (labelled by sections), as well as tools to edit the blocks.
Summary
Types
@type t() :: %LettaAPI.Model.Memory{ blocks: [LettaAPI.Model.Block.t()], prompt_template: String.t() | nil }