Skip to main content

Module transport

Module transport 

Source
Expand description

Read-only NDJSON transport over a subprocess.

ReadOnlyTransport wraps a tokio::process::Child running the codex CLI and reads JSONL lines from its stdout. Unlike the Claude SDK transport, stdin is /dev/null — codex exec is unidirectional.

Structs§

ReadOnlyTransport
Read-only NDJSON transport wrapping a codex subprocess.