Snapshot & Replay
Snapshots provide read-only operator context for a run. They are designed to answer:
- what could the Agent see,
- what was admitted,
- what was suppressed,
- why did the Runtime make those decisions,
- which feedback was attributed later.
When To Use
| Situation | Use |
|---|---|
| Debugging an Agent incident | Use Agent Flight Recorder. |
| Reviewing memory governance | Inspect admission records and receipts. |
| Validating a product loop | Compare guide, feedback, measure, and snapshot outputs. |
Snapshots are not a prompt payload dump. They should give operators enough evidence to replay decisions without exposing unnecessary raw content.