Proposal: Portable Evidence Artifact Layer (.epi) for Guardrail Decisions #1782
mohdibrahimaiml
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
NeMo Guardrails provides strong runtime control over LLM behavior (blocking, redirecting, enforcing policies).
However, the resulting decisions are only observable via logs or internal state.
There is no portable, self-contained artifact that captures:
This makes external auditing, compliance validation, and offline review difficult.
Proposal
Introduce a portable artifact layer (e.g.
.epi) that records guardrail decisions as a structured, replayable file.Each
.epifile would contain:Why this matters
Integration Approach (Non-invasive)
This can be implemented as:
Example:
NeMo execution → decision →
.epiartifact emittedPrior art / Prototype
I’ve implemented a working prototype of this idea as:
EPI Recorder (GitHub link)
It records LLM interactions into a portable artifact format.
This proposal extends that concept specifically to guardrail decision systems.
Open Questions
Happy to contribute a PR or prototype integration if this direction makes sense.
Beta Was this translation helpful? Give feedback.
All reactions