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§
- Read
Only Transport - Read-only NDJSON transport wrapping a
codexsubprocess.