AgentSpec constructor
AgentSpec({
- required String name,
- String? description,
- Map<
String, dynamic> ? annotations, - ChannelsSpec? channels,
- EmailSpec? email,
- HeartbeatSpec? heartbeat,
Implementation
AgentSpec({required this.name, this.description, Map<String, dynamic>? annotations, this.channels, this.email, this.heartbeat})
: annotations = annotations ?? {};