Overview
The EU AI Act requires tamper-evident logging by August 2026. RadarOS provides hash-chained audit logging, data retention management, GDPR right-to-erasure, and compliance reporting — all built on anyStorageDriver.
Quick Start
Hash-Chained Audit Log
Every audit entry includes a SHA-256 hash ofpreviousHash + content, creating a tamper-evident chain:
Verify Chain Integrity
Audit Actions
| Action | Description |
|---|---|
llm.call | LLM API call with input/output |
tool.exec | Tool execution with args/result |
handoff | Agent-to-agent transfer |
decision | Agent decision point |
memory.access | Memory read/write |
output | Final response to user |
Querying the Audit Log
PII Scrubbing
Integrate with RadarOS PII Guard to automatically scrub PII before logging:Events
| Event | Payload |
|---|---|
compliance.audit.logged | { entryId, action, agentName } |
compliance.erasure | { userId, storesErased, entriesAnonymized } |
compliance.retention.purged | { purgedCount } |