AgentMetadata constructor

const AgentMetadata({
  1. required String agentType,
  2. String? worktreePath,
  3. String? description,
})

Implementation

const AgentMetadata({
  required this.agentType,
  this.worktreePath,
  this.description,
});