Table of Contents

Constructor TracingAgentExecutor

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

TracingAgentExecutor()

Initializes a new instance using the global tracer.

public TracingAgentExecutor()

TracingAgentExecutor(IAgentTracer)

Initializes a new instance with the specified tracer.

public TracingAgentExecutor(IAgentTracer tracer)

Parameters

tracer IAgentTracer

The tracer to use.

TracingAgentExecutor(IAgentTracer, AgentMetrics)

Initializes a new instance with the specified tracer and metrics.

public TracingAgentExecutor(IAgentTracer tracer, AgentMetrics metrics)

Parameters

tracer IAgentTracer

The tracer to use.

metrics AgentMetrics

The metrics collector (defaults to global).