create_memory_block
Create structured memory blocks with labels like persona, human, or system for organizing information in the Letta system. Link blocks to agents or update content as needed.
Instructions
Create a new memory block in the Letta system. Common labels: "persona", "human", "system". Use attach_memory_block to link to agents, or update_memory_block to modify later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the memory block | |
| label | Yes | Label for the memory block (e.g., "persona", "human", "system") | |
| value | Yes | Content of the memory block | |
| agent_id | No | Optional agent ID to create the block for a specific agent | |
| metadata | No | Optional metadata for the memory block |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the created memory block | |
| name | Yes | ||
| label | Yes | ||
| value | No | ||
| metadata | No |