generalPurpose constant

AgentDefinition const generalPurpose

Implementation

static const generalPurpose = AgentDefinition(
  agentType: 'general-purpose',
  name: 'General Purpose',
  description:
      'General-purpose agent for researching complex questions, '
      'searching for code, and executing multi-step tasks.',
  background: false,
);