README: mention agent/ in the layout
Browse files
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
|