Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamo/log-report

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.

Layout

  • task.toml the task manifest
  • instruction.md the prompt the agent sees
  • environment/ the Dockerfile and the input log
  • solution/ the reference (oracle) solution
  • tests/ the verifier

Running

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

About

Terminal-Bench 2 (Harbor) task: parse an access log into a JSON report

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages