AgentConfig constructor
AgentConfig({})
Implementation
AgentConfig({
required this.agentId,
this.agentType = '',
this.description = '',
this.instruction = '',
this.tools = const [],
this.subAgents = const [],
}) : super(fullyQualifiedName);