feat: per-agent workingDir config (#412)

This commit is contained in:
Cameron
2026-02-26 14:22:16 -08:00
committed by GitHub
parent a3bb102381
commit d11777a1a2
6 changed files with 114 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ agents:
# Note: model is configured on the Letta agent server-side.
# Select a model during `lettabot onboard` or change it with `lettabot model set <handle>`.
# workingDir: ~/my-project # Per-agent working directory (overrides global WORKING_DIR)
# Per-agent tool access (overrides global features.allowedTools / features.disallowedTools)
# features:
# allowedTools: [Read, Glob, Grep, web_search, conversation_search] # Read-only agent (no Bash/Edit/Write)