A2AHandoff
stableAgent-to-agent task handoff visualization with protocol steps
import { A2AHandoff } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
fromreq | AgentRef | — | Source agent ({ name, trustLevel? }) |
toreq | AgentRef | — | Target agent ({ name, trustLevel? }) |
taskreq | string | — | Task description being handed off |
authority | "delegated" | "direct" | "escalated" | "delegated" | Authority type for the handoff |
status | "pending" | "accepted" | "rejected" | "completed" | "accepted" | Current handoff status |
timestamp | string | — | ISO timestamp of the handoff |
result | string | — | Result summary after completion |
fromrequiredType
AgentRefDefault —Source agent ({ name, trustLevel? })
torequiredType
AgentRefDefault —Target agent ({ name, trustLevel? })
taskrequiredType
stringDefault —Task description being handed off
authorityType
"delegated" | "direct" | "escalated"Default "delegated"Authority type for the handoff
statusType
"pending" | "accepted" | "rejected" | "completed"Default "accepted"Current handoff status
timestampType
stringDefault —ISO timestamp of the handoff
resultType
stringDefault —Result summary after completion
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?