A Terminal-Bench 2 (Harbor) task. The agent reads an Apache style access log at
/app/access.log and writes a small JSON summary to /app/report.json with the
total number of requests, the number of unique client IPs, and the most requested path.
task.tomlthe task manifestinstruction.mdthe prompt the agent seesenvironment/the Dockerfile and the input logsolution/the reference (oracle) solutiontests/the verifier
From the parent directory:
harbor run -p log-report -a oracle # reference solution, reward 1
harbor run -p log-report --agent nop # no op agent, reward 0