It would help if there was a node for:
My use case:
AI workflows (especially those using LLMs) often need auditability for compliance and debugging.
Currently, n8n executions are logged internally, but logs are:
- not portable
- not verifiable
- not tamper-evident
With an EPI Recorder node, users could attach it at the end of a workflow to: - capture execution data
- generate a
.epiartifact - share it for auditing, compliance, or external verification
This is especially useful for: - AI governance (EU AI Act-style requirements)
- debugging complex agent workflows
- sharing reproducible execution traces
Any resources to support this?
- GitHub: GitHub - mohdibrahimaiml/epi-recorder: EPI (Evidence Packaged Infrastructure) packages AI execution as evidence. · GitHub
- PyPI: epi-recorder · PyPI
- Prototype node: GitHub - mohdibrahimaiml/n8n-nodes-epi-recorder: EPI (Evidence Packaged Infrastructure) packages AI execution as evidence. · GitHub
Are you willing to work on this?
Yes — I’ve already built a working prototype node and can extend it further based on feedback.