Replay
Replay verifies the record, not the runtime.
Memora replay reconstructs the signed execution trail so you can verify what was captured, in order, without trusting a mutable log line.
What replay does
Replay walks the execution record back through signed events, parent links, and provenance checkpoints so teams can inspect what an agent did after the fact.
That means deterministic reconstruction of the recorded trail. It does not mean re-running your model or proving the runtime was uncompromised.
Where to run it
You can verify a run in the Memora console under Investigations, or from the CLI with `memora replay verify --memory <id>`.
The docs page covers both paths and explains when deeper Hedera-backed checks are available.
- HCS sequence and operator signature validity
- Parent hash-chain ordering across the run
- Agent countersignature coverage when present
- Commit path derived from the transaction receipt
- Signer validity reconstructed from `AgentSignerUpdated` history