+
+
+
+ Swarm Command
+
+
Orchestrate agents, define archetypes, and monitor live DAG telemetry.
+
+
+ {/* Premium Custom Tabs */}
+
+ {[
+ { id: 'operations', label: 'Operations', icon: Network },
+ { id: 'archetypes', label: 'Archetypes', icon: Blocks },
+ { id: 'templates', label: 'Templates', icon: FileCode2 }
+ ].map(tab => {
+ const Icon = tab.icon;
+ const isActive = activeTab === tab.id;
+ return (
+
+ );
+ })}
+
+
+