Expand description
Lifecycle event types and builder-backed event constructors. Event types for Agent Trajectory Observability Format (ATOF) runtime events.
Structs§
- Base
Event - Shared event metadata carried by every ATOF event.
- Category
Profile - Category-specific profile data.
- Data
Schema - Identifier for the schema that describes an event’s opaque
datapayload. - Event
Category - Semantic category carried by ATOF
category. - Mark
Event - ATOF point-in-time mark event.
- Scope
Event - ATOF scope lifecycle event.
Enums§
- Event
- Tagged union covering the two ATOF event kinds emitted by the runtime.
- Scope
Category - 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.