# Agentic evaluation frameworks # Install: python3.13 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt # Requires Python >=3.10, <3.14 (bigcodebench constraint) inspect-ai>=0.3.201 inspect-evals>=0.6.0 evalplus>=0.3.1 bigcodebench>=0.2.5 openai>=2.26.0 # IFEval dependency (not on PyPI) instruction_following_eval @ git+https://github.com/josejg/instruction_following_eval