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
tracerIAgentTracerThe tracer to use.
TracingAgentExecutor(IAgentTracer, AgentMetrics)
Initializes a new instance with the specified tracer and metrics.
public TracingAgentExecutor(IAgentTracer tracer, AgentMetrics metrics)
Parameters
tracerIAgentTracerThe tracer to use.
metricsAgentMetricsThe metrics collector (defaults to global).