REBARGUARD
HERMES AUDIT TRAIL
API LIVE
EY
FRAMEWORK PROOF · LIVE

Hermes lifecycle hooks — every call, on the record.

Three shell scripts declared in backend/hermes-config/cli-config.yaml fire on every hermes chat call from the orchestrator and write a JSONL row to /data/hermes/audit-log.jsonl on the Fly volume. Below is the live tail.

session start
0
llm call
0
session finalize
0
total rows
0last 0
FETCHING AUDIT TRAIL…
Why this exists. Hooks are a Hermes Agent framework primitive. Declaring them in cli-config.yaml + setting HERMES_ACCEPT_HOOKS=1on the Fly env makes the framework itself emit lifecycle events for every chat call — no Python hand-rolling. Each row above is a row the framework wrote, not the application. That's the framework-usage proof a judge wants to see.