Package:
@hexos/react-uiProps for internal AgentAvatar component.
interface AgentAvatarProps {
agentId: string;
name: string;
colors: { bg: string; text: string; border: string; icon: string };
highlight?: boolean;
}