/APP/AGENT/ACTIVITY
Every operation your bot performs, in one feed.
Unified, sortable activity log: policy purchases, oracle triggers, bonds minted/redeemed, marketplace listings/sales — each with a Basescan link. Currently each tab shows its own slice; this view will merge them once the API has an audit log endpoint.
In progress — backend work pending
What still needs to ship for this tab to be live:
- GET /api/v1/agent/activity — needs an audit_log table on the API (or a chain indexer) populated by every authenticated route
- Pagination via ?cursor=… so the agent can scroll back beyond the last 50
- Frontend: timeline component with type-filtered rows + relative timestamps