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§
- Action
Audit Trail Aspect - Audit-trail aspect.
- Audit
Context - Per-call context the host populates before the audited join point.
- Audit
Record - One audit-trail entry.
Type Aliases§
- Session
Id - Identifier for a session whose actions are being audited.