Skip to content

AgentActivityFeed

stable

Chronological feed of agent actions, tool calls, decisions, and state transitions. Each entry carries type, actor, description, and relative timestamp.

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

Props

entriesrequired
Type ActivityEntry[]Default

Chronological list of activity entries.

maxEntries
Type numberDefault

Max visible entries before scroll (default: unlimited).

showActor
Type booleanDefault

Show actor name per entry (default: true).

compact
Type booleanDefault

Reduce vertical density.

Metadatasemanticsemantictypeborderspace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?