AgentSpec constructor

AgentSpec({
  1. required String name,
  2. String? description,
  3. Map<String, dynamic>? annotations,
})

Implementation

AgentSpec({required this.name, this.description, Map<String, dynamic>? annotations}) : annotations = annotations ?? {};