feat(agents): the dispatcher may hand a file to the human
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user