From 9d855748298917f013d99143d855b5bce6076498 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Mon, 27 Oct 2025 18:01:58 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4559ae..30d0b3d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Letta Code uses a hierarchical memory system with both global and local blocks: **Local** (`./.letta/settings.json`) - `project` block - stores project-specific context -### Starting Letta +### Starting Letta Code ```bash letta # New agent (attaches to existing memory blocks or creates new) @@ -151,6 +151,11 @@ Permissions are also configured in `.letta/settings.json`: } ``` +## Self-hosting + +To use Letta Code with a self-hosted server, set `LETTA_BASE_URL` to your server IP, e.g. `export LETTA_BASE_URL="http://localhost:8283"`. +See our [self-hosting guide](https://docs.letta.com/guides/selfhosting) for more information. + ## Installing from source First, install Bun if you don't have it yet: [https://bun.com/docs/installation](https://bun.com/docs/installation)