Bajutsu API reference¶
The public surface of the Python core, generated from its docstrings and typed signatures (read statically — no module is imported — so the lazy/optional backends are never loaded).
This reference is built by make docs and is not part of the deterministic make check gate.
It complements the hand-written, bilingual guides under docs/:
those explain concepts and workflows; this maps the public API.
- Driver & selectors — the backend-agnostic
Driverprotocol and the sharedSelector/Elementtypes. - Runner — running scenarios through a device pool and writing the report.
- Assertions — the machine-checkable assertions the deterministic runner evaluates.
- Network — the
NetworkExchangemodel therequest/eventassertions match.