Skip to main content

Crate car_eventlog

Crate car_eventlog 

Source
Expand description

Event log with JSONL persistence for Common Agent Runtime.

Append-only event log. Every runtime operation is recorded here. Supports optional JSONL journal persistence for replay and audit.

Structs§

Event
A single event in the log.
EventLog
Append-only event log with optional JSONL journal.
EventLogStats
Span
A trace span representing a unit of work.

Enums§

EventKind
Event kinds matching the Python EventKind enum.
SpanStatus
Status of a trace span.