To run the docker container, first clone the reposity for pull the contianer.

git clone ... 
docker pull letta-ai/letta

Set up with OpenAI.

You can view and modify the compose.yaml file.

docker compose up 

Building from sources

You can also build and run the docker container from source.

git clone ... 

Then, you can build and run the development container:

docker compose -f dev-compose.yaml up --build

CLI

To run the server from the CLI, you can run:

letta server