Expand description
Process execution layer for spawning and communicating with the codex
binary, including timeout and retry support.
Structs§
- Command
Output - Raw output from a Codex CLI invocation.
Functions§
- run_
codex - Run a codex command with the given arguments.
- run_
codex_ allow_ exit_ codes - Run a codex command and allow specific non-zero exit codes.
- run_
codex_ with_ retry - Run a codex command with an optional per-command retry policy override.