Skip to content

AgentCard

stable

Agent identity card with trust level, status, and expandable permissions

Agency & ControlInteractive/Storybook ↗
import { AgentCard } from "@nodus/design-system/patterns"
Loading demo…

Props

namerequired
Type stringDefault

Agent display name

state
Type DotStateDefault "idle"

Current agent state

trustLevel
Type 1 | 2 | 3 | 4 | 5Default 3

Trust/authorization level

permissions
Type string[]Default []

List of granted permissions

lastActivity
Type stringDefault

Last action timestamp

model
Type stringDefault

Model identifier

action
Type ReactNodeDefault

Primary action button

secondaryActions
Type ReactNodeDefault

Overflow menu items

onClick
Type () => voidDefault

Card click handler

Metadatasemantictypebordersurfacespace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?