Package:
@hexos/react-coreRepresents a recorded agent handoff event for UI display.
Created by addHandoffAtom when an agent-handoff TransportEvent
is received. Displayed by HandoffIndicator.
interface HandoffEvent {
id: string;
fromAgent: string;
toAgent: string;
reason: string;
timestamp: Date;
}