markovian_trace
Trace a lineage of AI output receipts from a head back to the origin, returning the ordered chain to identify the source data and model.
Instructions
Walk a lineage of stamps back to its origin.
Pass a JSON array of receipts, each an object with a "root" and an optional "derived_from" (the parent root). Returns the ordered chain from the given head to the origin, so an output can be traced to the data and model it came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipts_json | Yes |