Versions in this module Expand all Collapse all v0 v0.3.1 Aug 2, 2026 v0.3.0 Jul 31, 2026 Changes in this version + type Run struct + func (r *Run) End(err error) + type Tracer struct + func (t *Tracer) BindSession(provider func() string) + func (t *Tracer) StartRun(ctx context.Context, name string) (context.Context, *Run) + func (t *Tracer) ToolMiddleware() agentcore.ToolMiddleware v0.2.2 Jun 14, 2026 v0.2.0 Jun 5, 2026 Changes in this version + type BindSession func(provider func() string) + func Setup(ctx context.Context, cfg config.TelemetryConfig) (litellm.Hook, BindSession, func(context.Context) error, error)