This repo is used to run various AI benchmarks. Currently, only GAIA is supported, but it shouldn't be too hard to add others.
git clone https://github.com/imapersonman/oi-benchmarks.git \
&& cd oi-benchmarks \
&& python -m venv .venv \
&& source .venv/bin/activate
&& python -m pip install -r requirements.txt