AI Screening · powered by SOFIA Call
Screenings con voz AI
SOFIA Call entrevista, transcribe y recomienda. 142 screenings esta semana con 94% de precisión vs. operador humano.
}>Editar script
}>Lanzar screening
{/* KPIs */}
} trend={{ dir: 'up', value: '+4' }}
accent="radial-gradient(circle, #10b981, transparent 70%)" />
}
accent="radial-gradient(circle, #4f46e5, transparent 70%)" />
}
trend={{ dir: 'down', value: '−1:08' }} accent="radial-gradient(circle, #a855f7, transparent 70%)" />
}
trend={{ dir: 'up', value: '+6%' }} accent="radial-gradient(circle, #d97706, transparent 70%)" />
{/* List */}
c.status==='Completed').length },
{ id: 'scheduled', label: 'Agendadas', count: DATA.SCREENING_CALLS.filter(c=>c.status==='Scheduled').length },
]}
/>
} title="Refrescar" />
{filtered.map((c) => {
const cand = DATA.CANDIDATES.find((x) => x.id === c.candidateId);
const active = selectedId === c.id;
return (
);
})}
{/* Detail */}
{selected && (
<>
{selected.status === 'Completed' ? (
) : (
candidate && onLaunchCall(candidate)} />
)}
{/* Live launcher */}
Lanzar screening ahora con SOFIA Call
Selecciona un candidato del pool y SOFIA marcará en menos de 8 segundos.
}
onClick={() => onLaunchCall(DATA.CANDIDATES[0])}>
Iniciar
{/* Script panel */}
Configurar screening
Script de 5 preguntas · ES/EN
}>Generar con SOFIA
{DATA.SCREENING_QUESTIONS.map((q, i) => (
{i + 1}
{q}
} />
))}
>
)}
);
}
function CallDetail({ call, candidate }) {
const sentimentTone = call.sentiment === 'Positive' || call.sentiment === 'Enthusiastic' ? 'emerald'
: call.sentiment === 'Neutral' ? 'amber' : 'rose';
return (