feat: add config-driven sleeptime support with memfs guard (#534)

Co-authored-by: Letta Code <noreply@letta.com>
Co-authored-by: letta-code <248085862+letta-code@users.noreply.github.com>
Co-authored-by: Cameron <cpfiffer@users.noreply.github.com>
This commit is contained in:
Cameron
2026-03-10 11:51:02 -07:00
committed by GitHub
parent d3367e8c6a
commit 0321558ee6
9 changed files with 265 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ features:
# sendFileMaxSize: 52428800 # Max file size in bytes for <send-file> (default: 50MB)
# sendFileCleanup: false # Allow <send-file cleanup="true"> to delete files after send (default: false)
# memfs: true # Enable memory filesystem (git-backed context repository). Syncs memory blocks to local files.
# sleeptime: # Background reflection (requires memfs: true)
# trigger: step-count # "off" | "step-count" | "compaction-event"
# behavior: reminder # "reminder" | "auto-launch"
# stepCount: 10 # Steps between reflections (step-count trigger only)
# allowedTools: [Bash, Read, Edit, Write, Glob, Grep, Task, web_search, conversation_search] # Global default
# disallowedTools: [EnterPlanMode, ExitPlanMode] # Global default
# display: