From dc1a6d2a720a62e7962a2a8cb90bc2595a45ff2e Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 29 Jan 2026 09:54:24 -0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6d77273..8a1065d 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,12 @@ At least one channel is required. Telegram is the easiest to start with. | `/status` | Show current session info | | `/heartbeat` | Manually trigger a heartbeat check-in | +## Connect to Letta Code +Any LettaBot agent can also be directly chatted with through Letta Code. Use the `/status` command to find your `agent_id`, and run: +```sh +letta --agent +``` + ## Skills LettaBot is compatible with [skills.sh](https://skills.sh) and [Clawdhub](https://clawdhub.com/). @@ -142,14 +148,6 @@ Available to import (20): ... ``` -### Feature-Gated Skills - -Some skills are automatically enabled based on your configuration: - -| Feature | Config | Skills Enabled | -|---------|--------|----------------| -| Scheduling | `CRON_ENABLED=true` | `scheduling` | -| Gmail | `GMAIL_ACCOUNT=...` | `gog`, `google` | ## Security