Skip to content

PartialSuccessPanel

stable

Partial completion panel — agent did N of M steps, human needed on step K

Human-in-the-Loop/Storybook ↗
import { PartialSuccessPanel } from "@nodus/design-system/patterns"
Loading demo…

Props

agentrequired
Type stringDefault

Agent that produced the partial result.

taskrequired
Type stringDefault

High-level task description.

stepsrequired
Type PartialStep[]Default

Steps with status: completed|awaiting_human|remaining|skipped.

onApprove
Type () => voidDefault

Called on APPROVE & CONTINUE.

onReject
Type () => voidDefault

Called on REJECT.

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?