API Reference¶
The public API of bells_o is re-exported from the top-level package:
Modules¶
- Evaluator — run a dataset through a supervisor and collect structured results.
- Supervisors — wrappers giving supervision systems a unified interface.
- Datasets — dataset loaders, including HuggingFace.
- Preprocessors — input preprocessing and templating.
- Result Mappers — map raw supervisor output to normalized results.
- Common — shared types and protocols.