Skip to main content

Module event

Module event 

Source
Expand description

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§

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.