Skip to main content

Module audit

Module audit 

Source
Expand description

Action-audit-trail aspect for agentic systems.

Records an append-only trail of tool invocations: timestamp, session, tool name, outcome (Ok/Err). The trail is the artifact regulatory frameworks (EU AI Act, OWASP LLM-Top-10) call for; modularizing it as an aspect rather than inlining it at every call site is the contribution this work measures.

Structs§

ActionAuditTrailAspect
Audit-trail aspect.
AuditContext
Per-call context the host populates before the audited join point.
AuditRecord
One audit-trail entry.

Type Aliases§

SessionId
Identifier for a session whose actions are being audited.