Module event
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.
Lifecycle event types and builder-backed event constructors. Event types for Agent Trajectory Observability Format (ATOF) runtime events.
Structs
- BaseEvent: Shared event metadata carried by every ATOF event.
- CategoryProfile: Category-specific profile data.
- DataSchema: Identifier for the schema that describes an event’s opaque
datapayload. - EventCategory: Semantic category carried by ATOF
category. - EventSanitizeFields: Observability fields that event sanitizers may rewrite.
- MarkEvent: ATOF point-in-time mark event.
- PendingMarkSpec: Mark requested by middleware for materialization by a lifecycle owner.
- ScopeEvent: ATOF scope lifecycle event.
Enums
- Event: Tagged union covering the two ATOF event kinds emitted by the runtime.
- ScopeCategory: Agent Trajectory Observability Format (ATOF) lifecycle phase for a scope event.
Constants
- ATOF_VERSION: Agent Trajectory Observability Format (ATOF) protocol version emitted by this runtime.
Traits
- EventNormalizationExt: Core-only normalized LLM accessors for ATOF events.
Functions
- attributes_from_handle: Convert handle bitflags into ATOF attributes.
- llm_attributes_to_strings: Convert LLM bitflags into ATOF attributes.
- scope_attributes_to_strings: Convert scope bitflags into ATOF attributes.
- tool_attributes_to_strings: Convert tool bitflags into ATOF attributes.