SwarmBar
import { SwarmBar } from '@hanzo/ui/agents'
No examples yet.
Types
export interface AgentDescriptor {id: stringname: stringhandle: stringicon: stringrole: stringactive?: boolean}
export interface SwarmBarProps {agents: AgentDescriptor[]selectedAgentId?: stringonSelectAgent?: (agentId: string) => voidonAddAgent?: () => voidclassName?: stringstyle?: React.CSSProperties}
Exports
SwarmBartype AgentDescriptortype SwarmBarProps