Letta Server
Install and setup Letta to run the server & ADE
Run Letta with pip
Install using PIP
To install Letta, run:
Configure model providers
Set environment variables to enable model providers, e.g. OpenAI:
Run the Letta server
To run the Letta server, run:
You can now access the ADE (in your browser) and REST API server at http://localhost:8283
.
Run Letta with Docker
Download the docker container
To run the docker container, first clone the reposity for pull the contianer.
Set environment variables
Either set the environment variables in your shell on in a .env
file.
(Optional) View and modify the compose YAML file
You can view and modify the compose.yaml
file, for example, if you would like to change the default ports or pgvector
version.
Run Docker Compose
To start the Letta server, we use Docker Compose, which runs both the Letta container and the database container:
You can now access the ADE (in your browser) and REST API server at http://localhost:8083
.