Home
Letta
Memory
Memory
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.
AI Agents Stateful Agents Memory MemGPT Continual Learning MCP Multi-Agent RAG Open Source
Properties
Name
Type
Description
agent_type
object
Agent type controlling prompt rendering.
git_enabled
boolean
Whether this agent uses git-backed memory with structured labels.
blocks
array
Memory blocks contained in the agent's in-context memory
file_blocks
array
Special blocks representing the agent's in-context memory of an attached file
prompt_template
string
Deprecated. Ignored for performance.
JSON Schema