Agent constructor
Agent({})
Implementation
Agent({
required this.id,
this.name,
this.description,
this.type,
this.isActive,
this.isDeployed,
this.is_published,
this.is_featured,
required this.agentConfigs,
});