AgentTimeline
stableChronological log of agent actions with status filtering
import { AgentTimeline } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
eventsreq | TimelineEvent[] | — | Timeline events with id, type, agent, summary, detail, timestamp, duration, status |
maxVisible | number | 20 | Maximum events to display |
eventsrequiredType
TimelineEvent[]Default —Timeline events with id, type, agent, summary, detail, timestamp, duration, status
maxVisibleType
numberDefault 20Maximum events to display
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?