# Clone with the engine submodule, then install
$ git clone --recurse-submodules --depth 1 --single-branch \
--branch harness-tui-agent \
https://github.com/PigeonDan1/sure.git sure-harness
$ cd sure-harness
$ npm install --ignore-scripts
$ git submodule update --init --recursive # if cloned without submodules
# Launch the TUI
$ ./pi-test.sh --provider openai --model <model-name> --thinking high --approve
# Benchmark data, then check the environment
$ mkdir -p data/datasets/sure_benchmark
$ ln -s /path/to/sure_benchmark/jsonl data/datasets/sure_benchmark/jsonl
$ npm run sure:doctor # then run the commands above