Guides
Task-oriented walkthroughs for tomo-labs: how a run works end to end, reading the results table, the scenario suite, adding a new tool, and keeping the wired agents current.
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. They are ordered the way you tend to reach for them: understand the machine, read what it produced, look at what it tested, then extend and maintain it.
- How it works walks a run end to end: the proxy, the worker pool, and what keeps a rerun meaning the same thing. Read this first if you want to trust the numbers before you read them.
- Results is the current comparison table across all eight 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.
- Upgrading the tools covers keeping the wired agents current as they ship new versions, and refreshing the captured results and prompts after a bump.
Beyond the core scenarios, the evals section covers the eval tiers: whole public benchmarks rendered into the same task shape and selected with --suite.
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.
Results
The full comparison across all eight wired tools on the same free deepseek model, with every column the harness records, the 00-hello baseline, and tomo's per-scenario breakdown.
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.
Upgrading the tools
Keep the wired agents current: how each version is pinned, how to pull newer releases, and how to refresh the captured versions, results, and system prompts after a bump.