AgentPanel constructor
const
AgentPanel({
- Key? key,
- required List<
AgentDisplayInfo> agents, - SwarmDisplayInfo? swarm,
- VoidCallback? onClose,
- ValueChanged<
String> ? onCancelAgent, - ValueChanged<
String> ? onCancelTask,
Implementation
const AgentPanel({
super.key,
required this.agents,
this.swarm,
this.onClose,
this.onCancelAgent,
this.onCancelTask,
});