ZMC2019 commited on
Commit
c167bb0
·
verified ·
1 Parent(s): 1ab6c33

README: mention agent/ in the layout

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -22,6 +22,7 @@ tasks/<family>/<task>/
22
  environment/ Dockerfile, reference.py, the stub the agent edits, measure.py
23
  tests/ the grader (verify_env.py) + test.sh
24
  tools/ the generators that produce these tasks
 
25
  ```
26
 
27
  ## Running one task
 
22
  environment/ Dockerfile, reference.py, the stub the agent edits, measure.py
23
  tests/ the grader (verify_env.py) + test.sh
24
  tools/ the generators that produce these tasks
25
+ agent/ a kernel-optimization skill + subagents for solving these tasks
26
  ```
27
 
28
  ## Running one task