skip to content
$worker

codex

v0.1.2

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.

iiiverified
44 installs3 in 7d1 today
install
$iii worker add codex@0.1.2
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

exact versions are immutable; binary and bundle artifacts are digest-pinned.

functions

6

codex::on-config-change

function

Internal: reload codex configuration when it changes.

request
valueunknown
response
valueunknown

codex::run

function

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}.

request
valueunknown
response
valueunknown

codex::sessions::list

function

List every Codex session this worker has run.

request
valueunknown
response
valueunknown

codex::start

function

Start a Codex turn and return immediately; watch codex::events / agent::events (group_id = session_id) for progress and turn_end.

request
valueunknown
response
valueunknown

codex::status

function

Point-in-time status of a Codex session.

request
valueunknown
response
valueunknown

codex::stop

function

Interrupt a live Codex run for a session.

request
valueunknown
response
valueunknown

triggers

0
no triggers registered