Update Agent Memory
Update the core memory of a specific agent. This endpoint accepts new memory contents (labels as keys, and values as values) and updates the core memory of the agent identified by the user ID and agent ID. This endpoint accepts new memory contents to update the core memory of the agent. This endpoint only supports modifying existing blocks; it does not support deleting/unlinking or creating/linking blocks.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
The body is of type object
.
Response
Represents the in-context memory of the agent. This includes both the Block
objects (labelled by sections), as well as tools to edit the blocks.
Attributes: memory (Dict[str, Block]): Mapping from memory block section to memory block.
Mapping from memory block section to memory block.
Jinja2 template for compiling memory blocks into a prompt string