Expand description
Codex transcript (event-stream) parsing.
Codex emits a JSONL event stream;
item.completed events whose item type is not an agent message / reasoning /
plan update become ordered ToolInvocations. Produces the same
TranscriptSummary shape as the Claude adapter, but with Codex’s token
accounting (excludes cached input tokens).
Functions§
- parse_
codex_ events - Parse a Codex event stream into ordered tool invocations.
- parse_
codex_ events_ full - Parse a Codex event stream into a full
TranscriptSummary.