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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user