{(['overview', 'voices', 'agents', 'governance'] as const).map((tb) => ( ))}
{error &&
setError(null)}>{error}
} {tab === 'overview' && (

{t('admin.status')}

{status && (

Agent Distribution

)}
)} {tab === 'voices' && (

{t('admin.voices')}

setNewVoiceName(e.target.value)} />
{voices.length === 0 &&

No voice profiles configured

} {voices.map((v) => (
{v.name} {v.language} | {v.provider} Pitch: {v.pitch}x | Speed: {v.speed}x
))}
)} {tab === 'agents' && (

{t('admin.agents')}

{['Planner', 'Reasoner', 'Executor', 'Critic', '12 Heads', 'Witness'].map((a) => (
{a} Active
))}
)} {tab === 'governance' && (

{t('admin.governance')}

Current Mode: ADVISORY

All governance checks are advisory — violations are logged but actions proceed. The system learns from outcomes through the Consequence Engine and Adaptive Ethics.

Audit Trail

Full audit trail available via /v1/admin/telemetry endpoint

)}