docs: add LETTABOT_MEMFS to .env.example (#404)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Cameron
2026-02-25 16:29:37 -08:00
committed by GitHub
parent 3c7352274e
commit 7000560f2f

View File

@@ -107,6 +107,13 @@ TELEGRAM_BOT_TOKEN=your_telegram_bot_token
# Enable scheduled tasks
# CRON_ENABLED=true
# ============================================
# Memory Filesystem (optional)
# ============================================
# Enable memory filesystem (git-backed context repository)
# Syncs agent memory blocks to local files
# LETTABOT_MEMFS=true
# ============================================
# Heartbeat (optional)
# ============================================