ANcpLua.Agents.Hosting.ServiceDefaults
1.9.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ANcpLua.Agents.Hosting.ServiceDefaults --version 1.9.3
NuGet\Install-Package ANcpLua.Agents.Hosting.ServiceDefaults -Version 1.9.3
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.Hosting.ServiceDefaults" Version="1.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.Agents.Hosting.ServiceDefaults" Version="1.9.3" />
<PackageReference Include="ANcpLua.Agents.Hosting.ServiceDefaults" />
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.Hosting.ServiceDefaults --version 1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ANcpLua.Agents.Hosting.ServiceDefaults, 1.9.3"
#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.Hosting.ServiceDefaults@1.9.3
#: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.Hosting.ServiceDefaults&version=1.9.3
#tool nuget:?package=ANcpLua.Agents.Hosting.ServiceDefaults&version=1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ANcpLua.Agents.Hosting.ServiceDefaults
Aspire-style service defaults for Microsoft Agent Framework services.
Compatible with: Microsoft.Agents.AI 1.9.x Tested against: Microsoft.Agents.AI 1.9.0
Channel: stable. This package must not reference Microsoft Agent Framework preview, RC, or alpha packages.
Surface
var builder = WebApplication.CreateBuilder(args);
builder.AddQylAgentServiceDefaults();
builder.Services.AddOpenTelemetry()
.WithTracing(tracing => tracing.AddQylAgentSources())
.WithMetrics(metrics => metrics.AddQylAgentMeters());
var app = builder.Build();
app.MapQylAgentEndpoints();
app.Run();
ANcpLua.Agents.Instrumentation owns run/tool telemetry. ServiceDefaults wires its source and meter registration helpers while staying limited to health endpoints and OpenTelemetry setup glue.
| Product | Versions 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.
-
net10.0
- ANcpLua.Agents.Instrumentation (>= 1.9.3)
- ANcpLua.Roslyn.Utilities (>= 2.2.26)
- Microsoft.Agents.AI (>= 1.9.0)
- Microsoft.Agents.AI.Abstractions (>= 1.9.0)
- Microsoft.Extensions.AI (>= 10.6.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.6.0)
- OpenTelemetry (>= 1.15.3)
- OpenTelemetry.Api (>= 1.15.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.13.2 | 45 | 7/9/2026 |
| 1.13.1 | 43 | 7/8/2026 |
| 1.13.0 | 93 | 7/6/2026 |
| 1.11.0 | 107 | 6/29/2026 |
| 1.10.5 | 91 | 7/4/2026 |
| 1.10.4 | 105 | 6/26/2026 |
| 1.10.3 | 99 | 6/26/2026 |
| 1.10.2 | 93 | 6/26/2026 |
| 1.10.1 | 95 | 6/25/2026 |
| 1.10.0 | 104 | 6/11/2026 |
| 1.9.3 | 99 | 6/9/2026 |
| 1.9.2 | 94 | 6/9/2026 |
| 1.9.1 | 117 | 6/8/2026 |
| 1.9.0 | 104 | 6/4/2026 |
| 1.8.10 | 111 | 6/4/2026 |