coordinatorModeAllowedTools top-level constant

Set<String> const coordinatorModeAllowedTools

Tools allowed in coordinator mode.

Implementation

const Set<String> coordinatorModeAllowedTools = {
  agentToolName,
  taskStopToolName,
  sendMessageToolName,
  syntheticOutputToolName,
};