MultiAgentOrchestrationView
stablePipeline view of a multi-agent workflow. Shows each agent step with status (queued/active/done/failed/blocked/skipped), duration, and dependency connectors.
import { MultiAgentOrchestrationView } from "@nodus/design-system/patterns"Props
| Prop | Type | Default | Description |
|---|---|---|---|
stepsreq | AgentPipelineStep[] | — | Ordered pipeline steps with agent, status, and timing. |
orientation | "horizontal" | "vertical" | — | Layout orientation (default: horizontal). |
showDuration | boolean | — | Show step duration label (default: true). |
stepsrequiredAgentPipelineStep[]Default —Ordered pipeline steps with agent, status, and timing.
orientation"horizontal" | "vertical"Default —Layout orientation (default: horizontal).
showDurationbooleanDefault —Show step duration label (default: true).
This component was designed to express:
Explore Related
Chronological feed of agent actions, tool calls, decisions, and state transitions. Each entry carries type, actor, description, and relative timestamp.
Chronological log of agent actions with status filtering
Ordered task list with status tracking and priority
Multi-user + agent co-presence indicator. Visually distinguishes humans (round avatars) from agents (square monograms). Shows execution state, ghost presence, and typed participant counts.