Spaces:
Sleeping
Sleeping
| """Utility helpers shared across the env, rubric, and tools. | |
| Modules: | |
| logging.py β structured logger setup (rich + JSONL fallback) | |
| tracing.py β per-step trace capture for inspect_rollouts | |
| pytest_helpers.py β discover/parse/run pytest collections programmatically | |
| """ | |
| from __future__ import annotations | |
| __all__: list[str] = [] | |