Package:
@hexos/react-uiProps for the HandoffIndicator component.
interface HandoffIndicatorProps {
fromAgent: string;
toAgent: string;
fromAgentName?: string;
toAgentName?: string;
reason?: string;
timestamp?: Date;
animated?: boolean;
variant?: 'inline' | 'card';
className?: string;
}