asyncAgentAllowedTools top-level constant

Set<String> const asyncAgentAllowedTools

Tools allowed for async agents.

Implementation

const Set<String> asyncAgentAllowedTools = {
  fileReadToolName,
  webSearchToolName,
  todoWriteToolName,
  grepToolName,
  webFetchToolName,
  globToolName,
  bashToolName,
  fileEditToolName,
  fileWriteToolName,
  notebookEditToolName,
  skillToolName,
  syntheticOutputToolName,
  toolSearchToolName,
  enterWorktreeToolName,
  exitWorktreeToolName,
};