akashi_otel 0.3.0
akashi_otel: ^0.3.0 copied to clipboard
OpenTelemetry tracing for the Akashi agent framework. Implements Akashi's Tracer over the opentelemetry package to export the run/step/tool span tree.
Changelog #
0.3.0 #
- Coordinated 0.3.0 release (tracks
akashi0.3.0). No functional changes.
0.2.0 #
Initial release — OpenTelemetry tracing over the opentelemetry package.
OtelTracerimplements Akashi'sTracer, exporting theagent.run -> agent.step -> tool.<name>span tree with step-index and tool-name attributes. Construct it from any OpenTelemetry tracer (OtelTracer(provider.getTracer('akashi'))).- Spans nest via OpenTelemetry
Context, so the run/step/tool hierarchy is preserved by any exporter. - Offline test asserting the exported span tree shape against an in-memory
exporter; a runnable
example/.