Skip to main content

Module events

Module events 

Source
Expand description

Exec-style event view over app-server notifications (issue #213).

Downstream renderers (agent-portal’s codex-session-lib was the filing consumer) want a stable, serializable event stream in the shape of the CLI’s codex exec JSONL — without hand-rolling a synthetic struct per notification and re-serializing typed items back into JSON. This module is that adapter: ExecEvent::from_notification maps the lifecycle notifications renderers actually draw onto tagged, serde-stable events, and passes everything else through as ExecEvent::Raw with its wire method and params preserved — unknown future notifications degrade to raw, never disappear.

Enums§

ExecEvent
One renderable event, tagged in codex exec JSONL style.