Module atof
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
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
- AtofExporter: Filesystem-backed Agent Trajectory Observability Format (ATOF) JSONL event exporter.
- AtofExporterConfig: Configuration for
AtofExporter. - AtofFileSinkConfig: Filesystem sink for raw ATOF JSONL events.
- AtofStreamSinkConfig: Streaming sink for raw ATOF events.
Enums
- AtofEndpointFieldNamePolicy: Field name transformation policy used before sending events to an endpoint.
- 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. - AtofSinkConfig: One destination for raw ATOF events.
Type Aliases
- AtofEndpointConfig: Backward-compatible name for an ATOF stream sink.
- Result: Result type for the ATOF JSONL exporter.