ANcpLua.Agents.Instrumentation 1.13.6

dotnet add package ANcpLua.Agents.Instrumentation --version 1.13.6
                    
NuGet\Install-Package ANcpLua.Agents.Instrumentation -Version 1.13.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ANcpLua.Agents.Instrumentation" Version="1.13.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.Agents.Instrumentation" Version="1.13.6" />
                    
Directory.Packages.props
<PackageReference Include="ANcpLua.Agents.Instrumentation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ANcpLua.Agents.Instrumentation --version 1.13.6
                    
#r "nuget: ANcpLua.Agents.Instrumentation, 1.13.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ANcpLua.Agents.Instrumentation@1.13.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ANcpLua.Agents.Instrumentation&version=1.13.6
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.Agents.Instrumentation&version=1.13.6
                    
Install as a Cake Tool

ANcpLua.Agents.Instrumentation

Mandatory wrapped construction plus MAF-native OpenTelemetry registration helpers for Microsoft Agent Framework agents.

Compatible with: Microsoft.Agents.AI 1.13.x Tested against: Microsoft.Agents.AI 1.13.0

Channel: stable. This package must not reference Microsoft Agent Framework preview, RC, or alpha packages.

Surface

builder.Services.AddOpenTelemetry()
    .WithTracing(tracing => tracing.AddAgentFrameworkSources())
    .WithMetrics(metrics => metrics.AddAgentFrameworkMeters());

var agent = QylAgentFactory.Create(
    chatClient,
    options => options.WithName("support-agent"),
    services: serviceProvider);

QylAgentFactory is the only supported construction path for Qyl chat-client agents. It creates the inner ChatClientAgent with the supplied DI provider, composes optional middleware, and returns OpenTelemetryAgent as the outermost wrapper. MAF 1.13 emits semantic-convention telemetry natively: the wrapper emits invoke_agent spans, and FunctionInvokingChatClient adds execute_tool spans on the same source (Experimental.Microsoft.Agents.AI). Sensitive data (raw prompts, message content, tool arguments and results) is pinned off. UseAgentTelemetry remains the lower-level path for wrapping an existing non-chat-client AIAgent.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ANcpLua.Agents.Instrumentation:

Package Downloads
ANcpLua.Agents.Hosting.ServiceDefaults

Aspire-style service defaults pre-tuned for Microsoft Agent Framework telemetry registration plus standard health endpoints.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.13.6 45 7/16/2026
1.13.5 43 7/16/2026
1.13.4 82 7/15/2026
1.13.3 85 7/15/2026
1.13.2 107 7/9/2026
1.13.1 108 7/8/2026
1.13.0 111 7/6/2026
1.11.0 130 6/29/2026
1.10.5 105 7/4/2026
1.10.4 116 6/26/2026
1.10.3 115 6/26/2026
1.10.2 105 6/26/2026
1.10.1 109 6/25/2026
1.10.0 116 6/11/2026
1.9.3 112 6/9/2026
1.9.2 109 6/9/2026
1.9.1 130 6/8/2026
1.9.0 118 6/4/2026
1.8.10 116 6/4/2026