Skip to main content

Module tracing_hook

Module tracing_hook 

Source
Expand description

Concrete ObservabilityHook using the tracing crate.

Emits structured tracing events for each stage of the agentic loop. Wire to any tracing-compatible subscriber (tracing-subscriber for stdout, tracing-opentelemetry for OpenTelemetry export).

Structs§

TracingHook
An ObservabilityHook that emits structured tracing events.