AmroUI
GitHub

Audit Log Table

A structured, inspectable record of actor, action, target, timestamp, and outcome for governed AI workflows.

Agent audit log
TimeActorActionTargetOutcome
10:42Sales agentEnriched accountNorthstarsuccess
10:45AmroRequested approvalOutbound sequencepending

Installation

npm install @amro-ui/react

Usage

A structured, inspectable record of actor, action, target, timestamp, and outcome for governed AI workflows.

Package

import { AuditLogTable } from "@amro-ui/react";

<AuditLogTable />

shadcn copy

import { AuditLogTable } from "@/components/ui/audit-log-table";

<AuditLogTable />