📦 EqualifyEverything / benchmarks-ai-alt

📄 codex.sh · 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13#!/usr/bin/env bash
# Adapter: Codex CLI. One non-interactive turn, prompt on standard input.
# RUNS: codex
#
# workspace-write lets it write the corpus. Network access is switched on
# explicitly because the seeking agent cannot verify a page it cannot fetch, and
# the workspace sandbox blocks the network by default.
set -u
exec codex exec \
  --sandbox workspace-write \
  -c sandbox_workspace_write.network_access=true \
  -