| Agent | Tokens | Tool calls | Time |
|---|---|---|---|
| Inks and paper | 115,207 | 120 | 16m |
| Overprint and drift | 135,218 | 164 | 16m |
| Naming the patterns | 186,716 | 112 | 18m |
| Total | 437,141 | 396 | ~50m |
[ the set ]
A cabinet
of instruments.
Hover a name. Open page for the Svelte component. The plate is the specimen.
import { GraphTable } from 'markgraphy'; <GraphTable title="WHAT THE RESEARCH COST" headers={['Agent', 'Tokens', 'Tool calls', 'Time']} align={['left', 'right', 'right', 'right']} rows={[ ['Inks and paper', '115,207', '120', '16m'], ['Overprint and drift', '135,218', '164', '16m'], ['Naming the patterns', '186,716', '112', '18m'] ]} footer={['Total', '437,141', '396', '~50m']} />