N
Nyxis
Agents

AgentStatusBadge

Pill describing an agent lifecycle (idle/thinking/working/blocked/done/errored) with animated indicator.

Preview

idlethinkingworkingblockeddoneerrored

Installation

pnpm add nyxis-ui

Usage

import { AgentStatusBadge } from 'nyxis-ui';

<AgentStatusBadge status="thinking" />
<AgentStatusBadge status="working" compact />

States

StatusToneAnimation
idlemutednone
thinkingprimarypulse
workingskyspin
blockedambernone
donesuccessnone
erroreddestructivenone

Pair with <AgentCard> for the full agent surface, or render alongside an agent name in any list / feed.