codex::on-config-change
Internal: reload codex configuration when it changes.
OpenAI Codex as an iii worker; codex::run/start/stop/status/sessions::list spawn the codex CLI for headless turns, mirror raw thread events onto codex::events, and stream AgentEvent frames onto agent::events.
exact versions are immutable; binary and bundle artifacts are digest-pinned.
Internal: reload codex configuration when it changes.
Run one Codex turn and wait for the result. Accepts `prompt` or a `messages` array plus a raw SDK `codex_config` pass-through; streams raw Codex events onto codex::events, AgentEvent frames onto agent::events, and returns {session_id, result, usage}.
List every Codex session this worker has run.
Start a Codex turn and return immediately; watch codex::events / agent::events (group_id = session_id) for progress and turn_end.
Point-in-time status of a Codex session.
Interrupt a live Codex run for a session.