feat: add disallowed interactive tools config for sessions

This commit is contained in:
cpacker
2026-02-10 13:21:58 -08:00
parent df18cba565
commit c1ca8a8080
4 changed files with 28 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ LETTA_API_KEY=your_letta_api_key
# Allowed tools (comma-separated)
# ALLOWED_TOOLS=Read,Glob,Grep,Task,web_search,conversation_search
# Disallowed tools (comma-separated)
# Default blocks plan-mode interactive tools that can stall headless agents
# DISALLOWED_TOOLS=EnterPlanMode,ExitPlanMode
# ============================================
# Telegram (required: at least one channel)
# ============================================