N
Nyxis
Agents

AgentActivityFeed

Vertical timeline of agent activity — thoughts, actions, tool calls, messages, handoffs, errors.

Preview

Installation

pnpm add nyxis-ui

Usage

import { AgentActivityFeed, type AgentActivity } from 'nyxis-ui';

<AgentActivityFeed activities={activities} limit={20} />;

Activity kinds

Each row is icon-coded by kind:

KindIconTone
thoughtbrainprimary
actionplaysky
tool-callwrenchamber
messagespeech bubblemuted
handoffarrow swapviolet
errorwarningdestructive

Rows with a detail payload expand inline as JSON. limit collapses older entries with a +N earlier events footer.