letta_create_agent
Create a Letta agent with specified name, description, personality, and memory blocks, and optionally attach tools.
Instructions
Create a new Letta agent with memory blocks and tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new agent | |
| description | No | Description of the agent's purpose | |
| human_memory | No | Information about the human user | |
| persona_memory | No | Agent's persona and behavior | |
| custom_blocks | No | Additional memory blocks with label, value, description | |
| model | No | LLM model to use (default: from config) | |
| tools | No | List of tool names to attach |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||