live
AER
Records what an AI agent did, in an append-only hash chain anyone can verify afterwards.
Architecture Note // AER
Every step an agent takes is written into a chain where each entry seals the one before it, so a later edit breaks the chain and shows up. It ships as an npm collector (@ktlsr/collector-js) plus a standalone verifyChain() you can run without installing anything else. The verification is the point: you do not have to trust the recorder.
- Next.js
- TypeScript
- PostgreSQL
- Prisma