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:
| Kind | Icon | Tone |
|---|---|---|
thought | brain | primary |
action | play | sky |
tool-call | wrench | amber |
message | speech bubble | muted |
handoff | arrow swap | violet |
error | warning | destructive |
Rows with a detail payload expand inline as JSON. limit collapses older entries with a +N earlier events footer.