Receipts#
A receipt is the durable record of a run: which tools were called, with what inputs, and what each returned.
Why they exist#
An agent's summary of its own work is a claim. The receipt is the record you can check that claim against.
What is in one#
| Field | Meaning |
|---|---|
tool | Which action ran |
input | What it was given |
result | What it returned |
time | When it ran |
Receipts are stored with the workspace and stay on your machine.