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

This commit is contained in:
hh
2026-09-08 15:50:20 +02:00
parent 7d50e6ba1e
commit f3a625087f
+1 -1
View File
@@ -35,7 +35,7 @@ def dispatcher(name: str, model: str, effort: str) -> ClaudeAgent:
cwd=VAULT,
prompts=prompts.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),
policy=(
*VAULT_POLICY,