Skip to content

AgentCapabilityMatrix

stable

Scannable grid of agents × capability dimensions — blue=granted, gold=conditional, red=denied — designed for treasury dashboards at 3am

Human-in-the-Loop/Storybook ↗
import { AgentCapabilityMatrix } from "@nodus/design-system/patterns"
Loading demo…

Props

agentsrequired
Type AgentRow[]Default

Array of agent rows with id, name, role, and capabilities map.

dimensions
Type CapabilityDimension[]Default

Columns to render. Default: read/write/approve/transact/escalate.

onCellClick
Type (agentId, dimension, state) => voidDefault

Optional cell click handler. Enables interactive focus row.

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?