Skip to content

AgentRecoveryFlow

stable

Recovery breadcrumb timeline showing every step an agent attempted after hitting a dead end

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

Props

agentrequired
Type stringDefault

Agent that owns the recovery flow.

originalGoalrequired
Type stringDefault

What the agent was trying to accomplish.

stepsrequired
Type RecoveryStep[]Default

Ordered recovery steps with status.

overallStatusrequired
Type 'in_progress' | 'resolved' | 'abandoned' | 'escalated'Default

Top-level accent color and status label.

onOverride
Type () => voidDefault

Called on MANUAL OVERRIDE click.

onDismiss
Type () => voidDefault

Called on DISMISS click.

Metadatasemantictypebordersurfaceoutcome
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?