Skip to content

MultiAgentOrchestrationView

stable

Pipeline view of a multi-agent workflow. Shows each agent step with status (queued/active/done/failed/blocked/skipped), duration, and dependency connectors.

Orchestration/Storybook ↗
import { MultiAgentOrchestrationView } from "@nodus/design-system/patterns"
Loading demo…

Props

stepsrequired
Type AgentPipelineStep[]Default

Ordered pipeline steps with agent, status, and timing.

orientation
Type "horizontal" | "vertical"Default

Layout orientation (default: horizontal).

showDuration
Type booleanDefault

Show step duration label (default: true).

Metadatasemanticsemantictypeborderspaceoutcome
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?