You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2026. It is now read-only.
Integrate agent audit data into the existing tenant audit log panel. Add an "Actor Type" filter (All/Human/Agent/System) to the tenant audit log so admins can isolate agent activity. Agent entries link to the agent detail view and show agent name + instance ID in an additional column.
Code: AGENT-2141
Priority: LOW
Section: Orchestration — Agent Orchestration Gateway (Phase 4: GUI)
Dependencies: AGENT-2131
Description
Integrate agent audit data into the existing tenant audit log panel. Add an "Actor Type" filter (All/Human/Agent/System) to the tenant audit log so admins can isolate agent activity. Agent entries link to the agent detail view and show agent name + instance ID in an additional column.
Technical Details
Client — Audit Panel Enhancement
client/src/components/Settings/TenantAuditLogSection.tsx:actorTypeparameter to audit log API callsClient — API
actorTypefilter parameteractorType,agentId,agentInstanceIdfieldsClient — Navigation
Files Involved
client/src/components/Settings/TenantAuditLogSection.tsx— Add actorType filter and agent columnsclient/src/api/audit.api.ts— Add actorType filter parameterclient/src/types/audit.types.ts— Add actorType, agentId, agentInstanceId to response typesReference: Agent Orchestration Gateway — Phase 4.5