allAgentDisallowedTools top-level constant

Set<String> const allAgentDisallowedTools

Tools disallowed for all agents.

Implementation

const Set<String> allAgentDisallowedTools = {
  taskOutputToolName,
  exitPlanModeToolName,
  enterPlanModeToolName,
  agentToolName,
  askUserQuestionToolName,
  taskStopToolName,
};