AgentConfidenceBar
stableInline confidence bar for a single agent output. Renders a colored progress bar with optional numeric label. Color maps to outcome tokens.
import { AgentConfidenceBar } from "@nodus/design-system/patterns"Props
| Prop | Type | Default | Description |
|---|---|---|---|
confidencereq | number | — | Confidence value 0–1. |
label | string | — | Optional label rendered beside the bar. |
showValue | boolean | — | Show percentage value (default: true). |
size | "sm" | "md" | "lg" | — | Bar height size (default: md). |
confidencerequirednumberDefault —Confidence value 0–1.
labelstringDefault —Optional label rendered beside the bar.
showValuebooleanDefault —Show percentage value (default: true).
size"sm" | "md" | "lg"Default —Bar height size (default: md).
This component was designed to express:
Explore Related
Labeled confidence gauge with low/moderate/high qualifier
Multi-dimensional certainty visualization. Shows uncertainty fingerprint across epistemic, aleatory, temporal, and consensus dimensions. Distinct from ConfidenceMeter (single-axis).
Agent identity card with trust level, status, and expandable permissions
Composite trust score display with breakdown by factor (accuracy, recency, source quality, consensus). Score maps to outcome color tokens.