Skip to content

A2AHandoff

stable

Agent-to-agent task handoff visualization with protocol steps

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

Props

fromrequired
Type AgentRefDefault

Source agent ({ name, trustLevel? })

torequired
Type AgentRefDefault

Target agent ({ name, trustLevel? })

taskrequired
Type stringDefault

Task description being handed off

authority
Type "delegated" | "direct" | "escalated"Default "delegated"

Authority type for the handoff

status
Type "pending" | "accepted" | "rejected" | "completed"Default "accepted"

Current handoff status

timestamp
Type stringDefault

ISO timestamp of the handoff

result
Type stringDefault

Result summary after completion

Metadatasemantictypebordersurfacemotion
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?