Skip to content

eval/eval/init.py

Namespaces

Name
eval

Source code

"""GNUS-POC evaluation — per-specialist metrics, benchmarking, and experiment tracking."""

from eval.evaluator import SpecialistEvaluator
from eval.benchmarker import Benchmarker

__all__ = ["SpecialistEvaluator", "Benchmarker"]

Updated on 2026-07-25 at 22:56:58 +0000