feat(agents): the dispatcher may hand a file to the human

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hh
2026-09-08 15:50:20 +02:00
co-authored by Claude Opus 5
parent f6d5d99287
commit 21517e0948
+1 -1
View File
@@ -35,7 +35,7 @@ def dispatcher(name: str, model: str, effort: str) -> ClaudeAgent:
cwd=VAULT, cwd=VAULT,
prompts=prompts.DISPATCHER, prompts=prompts.DISPATCHER,
skill_sets=skills.DISPATCHER, skill_sets=skills.DISPATCHER,
gateway_tools=("read_conversation", "spawn", "say", "schedule"), gateway_tools=("read_conversation", "spawn", "say", "schedule", "send_file"),
options=ClaudeOptions(effort=effort, disallowed_tools=DISPATCHER_DISALLOWED), options=ClaudeOptions(effort=effort, disallowed_tools=DISPATCHER_DISALLOWED),
policy=( policy=(
*VAULT_POLICY, *VAULT_POLICY,