From 2db97d84ac58468d8695d6b92f29c952fe2641ca Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Wed, 28 Jan 2026 23:59:49 -0800 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 6c0b5b4..71f8e73 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,6 @@ Run the interactive onboarding wizard: lettabot onboard ``` -This will guide you through: -1. Setting up your Letta API key (or Docker server URL) -2. Configuring Telegram (and optionally Slack, WhatsApp, Signal) -3. Enabling heartbeat and scheduled tasks - ### Run ```bash @@ -80,7 +75,8 @@ That's it! Message your bot on Telegram. | `lettabot destroy` | Delete all local data and start fresh | | `lettabot help` | Show help | -## Multi-Channel Architecture + +## Channel Setup LettaBot uses a **single agent with a single conversation** across all channels: @@ -96,8 +92,6 @@ WhatsApp ──┘ - Pick it up on WhatsApp - The agent remembers everything! -## Channel Setup - | Channel | Guide | Requirements | |---------|-------|--------------| | Telegram | [Setup Guide](docs/getting-started.md) | Bot token from @BotFather | @@ -116,8 +110,18 @@ At least one channel is required. Telegram is the easiest to start with. | `/heartbeat` | Manually trigger a heartbeat check-in | ## Skills +LettaBot is compatible with [skills.sh](https://skills.sh) and [Clawdhub](https://clawdhub.com/). -LettaBot supports skills that extend the agent's capabilities. +```bash +# Interactive search +npm run skills:find + +# Install skill packs +npm run skills:add supabase/agent-skills +npm run skills:add anthropics/skills +``` + +Once you install a skill, you need to import it to your agent with `lettabot skills`. ### View Skills @@ -148,20 +152,6 @@ Some skills are automatically enabled based on your configuration: | Scheduling | `CRON_ENABLED=true` | `scheduling` | | Gmail | `GMAIL_ACCOUNT=...` | `gog`, `google` | -### Install from skills.sh - -LettaBot is compatible with [skills.sh](https://skills.sh) and [Clawdhub](https://clawdhub.com/). - -```bash -# Interactive search -npm run skills:find - -# Install skill packs -npm run skills:add supabase/agent-skills -npm run skills:add anthropics/skills -``` -Once you install a skill, you need to import it to your agent with `lettabot skills` (check the status with `lettabot skills status`) - ## Security ### Network Architecture