Guides
Task-oriented walkthroughs for tomo-labs: reading the results table, the scenario suite, adding a new tool, and how a run works end to end.
Each guide covers one job you actually do with tomo-labs, grounded in the real commands and files. They assume you have worked through the quick start and have at least one tool built and run.
- Results is the current comparison table across all seven wired tools, and the
00-hellobaseline that isolates each tool's fixed round-trip cost. - Scenarios lists every task in the suite, from a baseline greeting through a small project scaffold.
- Adding a tool covers the two files a new agent needs to join the comparison.
- How it works walks a run end to end: the proxy, the worker pool, and what keeps a rerun meaning the same thing.
Read how it works first if you want to trust the numbers before you read them.
Results
The current comparison table across all seven wired tools, and the 00-hello baseline that isolates each tool's fixed round-trip cost.
Scenarios
Every task in the suite, from a baseline greeting through a small project scaffold, each graded by a checker that reads the files an agent left behind.
Adding a tool
The two files a new coding agent needs to join the comparison: a Dockerfile on top of the shared base, and an adapter script the harness never looks past.
How it works
A run end to end: the trace proxy, the worker pool that runs a sweep in parallel, and the two levers that keep a rerun meaning the same thing.