AgentSourceCitation
stableInline citation block listing the evidence sources an agent used. Each entry has source name, type, confidence score, and retrieval timestamp.
import { AgentSourceCitation } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
citationsreq | CitationEntry[] | — | List of source citations used by the agent. |
showConfidence | boolean | — | Show per-citation confidence (default: true). |
compact | boolean | — | Collapse to single-line citation list. |
citationsrequiredType
CitationEntry[]Default —List of source citations used by the agent.
showConfidenceType
booleanDefault —Show per-citation confidence (default: true).
compactType
booleanDefault —Collapse to single-line citation list.
Design Rationale
This component was designed to express:
Explore Related
CitationCard→
Data source citation with type icon, inline freshness timestamp, and stale indicator (DAN-17)
ProvenanceChain→
Linked chain of data sources showing transformation provenance
ActionProvenanceCard→
Traceable action attribution receipt. Shows decision authority, executing agent, human approver, confidence at decision time, and evidence used. Mandatory for consequential agentic actions.
RetrievalRanking→
Ranked list of retrieved documents with relevance scores
Was this helpful?