fix: fix server terminology with mode aliases (#277)

This commit is contained in:
Charles Packer
2026-02-10 20:34:29 -08:00
committed by GitHub
parent 83569d968e
commit de1adcf4fe
21 changed files with 198 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
# Self-Hosted Letta Server Setup
# Docker Server Setup
Run LettaBot with your own Letta server instead of Letta Cloud.
Run LettaBot with your own Letta Docker/custom server instead of Letta API.
## Prerequisites
@@ -42,7 +42,7 @@ curl http://localhost:8283/v1/health
lettabot onboard
```
Select "Enter self-hosted URL" and enter `http://localhost:8283`.
Select "Enter Docker server URL" and enter `http://localhost:8283`.
### Option B: Manual Configuration
@@ -50,7 +50,7 @@ Create `lettabot.yaml`:
```yaml
server:
mode: selfhosted
mode: docker
baseUrl: http://localhost:8283
# apiKey: optional-if-server-requires-auth
@@ -79,7 +79,7 @@ lettabot server
You should see:
```
[Config] Loaded from /path/to/lettabot.yaml
[Config] Mode: selfhosted, Agent: LettaBot, Model: gpt-4o
[Config] Mode: docker, Agent: LettaBot, Model: gpt-4o
Starting LettaBot...
LettaBot initialized. Agent ID: (new)
[Telegram] Bot started as @YourBotName