plan constant

AgentDefinition const plan

Implementation

static const plan = AgentDefinition(
  agentType: 'Plan',
  name: 'Plan',
  description: 'Software architect agent for designing implementation plans.',
  disallowedTools: {'Agent', 'Edit', 'Write', 'NotebookEdit'},
  background: false,
);