Setting the file. One moment.
Subchapter 18.2
evals/axis.config.json
JSON21 lines318 B
{
"scenarios": "./scenarios",
"agents": [
{
"agent": "codex",
"flags": {
"full-auto": true,
"skip-git-repo-check": true
}
}
],
"skills": ["./.."],
"settings": {
"concurrency": 1,
"limits": {
"scenario": {
"time_minutes": 10
}
}
}
}