Documentation
README
Run the Omnigent load test
Drives dev/loadtest/ end to end: collect inputs β run β read summary.md β
explain the latencies. Each Locust user is a real omnigent host that
registers over the host tunnel, creates host-bound sessions, and drives real
multi-turn conversations β every turn is a genuine postβidle loop through the
host's runner, with the LLM mocked (zero latency) so the numbers are
Omnigent's own overhead. -u N scales the number of hosts.
It boots its own local stack (server + mock LLM), so there is no server to
point at, and it runs from a repo checkout only. For single-request latency
micro-benchmarks (not concurrency), that is a different tool: dev/benchmarks/.
1. Ensure deps (repo checkout)
This is the opening of the README. Read the full README on GitHub.