Merge branch 'main' of github.com:letta-ai/letta-code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user