Codex¶
trialdesignbench.codex
¶
Local Codex SDK integration.
CodexRunner
¶
Bases: Protocol
Interface used by the step 1 pipeline to run an agent prompt.
run(*, prompt, run_directory, model, codex_bin=None, effort=DEFAULT_CODEX_EFFORT)
¶
Run Codex and return persisted artifacts.
LocalCodexRunner
dataclass
¶
Run the prompt against a locally installed OpenAI Codex SDK/runtime.