explore constant
AgentDefinition
const explore
Implementation
static const explore = AgentDefinition(
agentType: 'Explore',
name: 'Explore',
description:
'Fast agent specialized for exploring codebases. '
'Use for finding files, searching code, or answering codebase questions.',
tools: {'Read', 'Glob', 'Grep', 'Bash', 'WebSearch', 'WebFetch'},
disallowedTools: {'Agent', 'Edit', 'Write', 'NotebookEdit'},
background: false,
);