Orb + 'wrote N rows' event log. Realtime-aware.
Vertical event log of writes from agents + humans. Each row is `orb + name + verb + target + relative time`. Streaming-friendly — append new events to the top and the list animates.
import { ActivityFeed } from "@/components/ui/activity-feed";
<ActivityFeed events={events} />components/ui/ folder. You own the code.