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

t()

@type t() :: %LettaAPI.Model.Memory{
  blocks: [LettaAPI.Model.Block.t()],
  prompt_template: String.t() | nil
}

Functions

decode(value)