Module event

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

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 data payload.
  • EventCategory: Semantic category carried by ATOF category.
  • MarkEvent: ATOF point-in-time mark event.
  • 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.

Functions