From f3a625087f7fc5737c913f19505b834b2bc9931a Mon Sep 17 00:00:00 2001 From: h Date: Tue, 8 Sep 2026 15:50:20 +0200 Subject: [PATCH] feat(agents): the dispatcher may hand a file to the human --- beaver_agent/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaver_agent/agents.py b/beaver_agent/agents.py index 35e32fa..86a3337 100644 --- a/beaver_agent/agents.py +++ b/beaver_agent/agents.py @@ -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,