Skip to content

Agent widget

In reviewThree agent-run widgets: running with detail, done, and failed

The compact “an agent is working” card (WS1 #2652b), a tool-card-family sibling that is identity-led (avatar initials + name + mono model badge) where the Spawn block is mechanism-led (family tile). Siblings, not twins. The lifecycle chip (dot + label + elapsed) is the same NockerlSpawnStatus ladder; an optional one-line detail carries the current step or last output.

NockerlAgentWidget(
name = "Design Builder 2",
status = NockerlSpawnStatus.RUNNING,
model = "large-2",
elapsed = "2m 40s",
detail = "Recording goldens for the spawn cards",
)
Prop Type Default Description
name String n/a Display name (drives the avatar initials).
status NockerlSpawnStatus n/a The shared lifecycle ladder.
model String? null Mono model badge text.
elapsed String? null Elapsed label in the chip.
detail String? null One-line status detail under the name.
animate Boolean true false freezes the RUNNING pulse.