allAgentDisallowedTools top-level constant
Tools disallowed for all agents.
Implementation
const Set<String> allAgentDisallowedTools = {
taskOutputToolName,
exitPlanModeToolName,
enterPlanModeToolName,
agentToolName,
askUserQuestionToolName,
taskStopToolName,
};