mirror of
https://github.com/razzant/ouroboros.git
synced 2026-08-05 00:29:46 +00:00
The codex_solver shelled `codex exec` with no reasoning-effort override, so runs used codex's own config.toml default (xhigh). For an apples-to-apples cross-harness comparison with Ouroboros, add GAIA_CODEX_EFFORT (default "high") and inject `-c model_reasoning_effort=<effort>` into the exec command; record the chosen effort in the result dict and sample metadata. Mirrors the existing GAIA_CLAUDE_EFFORT knob in claude_code_solver. README documents the knob. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| __init__.py | ||
| README.md | ||
Ouroboros Devtools
devtools/ contains operator-side and benchmark support code that should be
versioned with Ouroboros without becoming part of the runtime core.
Rules:
- Generated logs, datasets, run outputs, Docker layers, and secrets do not live here.
- Default benchmark outputs go under
/Users/anton/Ouroboros/bench_runs/. - Runtime modules must not import
devtools. - This is not an immune-system bypass: touched files are reviewed normally.
- Promote code out of
devtoolsonly through a separate reviewed runtime plan.