Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Agent Trajectory Observability Format (ATOF) JSONL exporter support for NeMo Flow.
The AtofExporter registers as an event subscriber and writes each canonical NeMo Relay Agent Trajectory Observability Format (ATOF) event as one JSON object per JSONL line.
Structs
- AtofEndpointConfig: Streaming destination for raw ATOF events.
- AtofExporter: Filesystem-backed Agent Trajectory Observability Format (ATOF) JSONL event exporter.
- AtofExporterConfig: Configuration for
AtofExporter.
Enums
- AtofEndpointTransport: Streaming transport used by an ATOF endpoint.
- AtofExporterError: Errors produced while configuring or operating the ATOF JSONL exporter.
- AtofExporterMode: File write behavior for
AtofExporter.
Type Aliases
- Result: Result type for the ATOF JSONL exporter.