Package: @hexos/react-ui

Props for internal AgentAvatar component.

interface AgentAvatarProps {
    agentId: string;
    name: string;
    colors: { bg: string; text: string; border: string; icon: string };
    highlight?: boolean;
}

agentId

string

name

string

colors

{ bg: string; text: string; border: string; icon: string }

highlight

boolean