Skip to content

A2UISurface

stable

Agent-to-UI renderer — accepts declarative nodus:* component specs and renders the appropriate Nodus component

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

Props

specrequired
Type AllNodusComponents | AllNodusComponents[]Default

A single component spec or array of specs to render

onAction
Type ActionHandlerDefault

Called when an action button is activated, receives { actionId, componentId, componentType, payload, timestamp }

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?