ANcpLua.Agents 1.7.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ANcpLua.Agents --version 1.7.2
                    
NuGet\Install-Package ANcpLua.Agents -Version 1.7.2
                    
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" Version="1.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.Agents" Version="1.7.2" />
                    
Directory.Packages.props
<PackageReference Include="ANcpLua.Agents" />
                    
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 --version 1.7.2
                    
#r "nuget: ANcpLua.Agents, 1.7.2"
                    
#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@1.7.2
                    
#: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&version=1.7.2
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.Agents&version=1.7.2
                    
Install as a Cake Tool

ANcpLua.Agents

Consumer toolkit for Microsoft Agent Framework — bundling, governance, testing.

Stable spine package: bundling facades plus opt-in governance primitives.

Compatible with: Microsoft.Agents.AI 1.8.x Tested against: Microsoft.Agents.AI 1.8.0

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

Naming convention

Public types in this package family follow a two-tier layering signal, mirroring established .NET patterns (WebApplicationBuilder / IApplicationBuilder, DbContextOptionsBuilder / IModel):

Layer Prefix Examples Intended use
Facade / entry-point Qyl* QylAgentBuilderExtensions, QylAgentOptionsBuilder, QylApprovalGate, QylToolSet, QylSchemaExtensions, QylConditionalToolProvider Call these from your composition root. They compose primitives into the typical agent-toolkit recipe.
Primitive bare GovernedAIFunction, AgentBudgetEnforcer, AgentCapabilityContext, TracedAIFunction, AgentToolPolicy, AgentApprovalDeniedException Available when you need to compose your own pipeline or catch an escape-hatch exception. Not the canonical entry point.

When adding a new public type, pick the tier its callers will use it from. Facades live under Facades/ or as *Extensions files; primitives live next to the concept they implement (Governance/, Instrumentation/, etc.).

Sibling packages (ANcpLua.Agents.Hosting.*, ANcpLua.Agents.Workflows, ANcpLua.Agents.Testing*, ANcpLua.Agents.Foundry, ANcpLua.Agents.Mcp*) follow the same convention.

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 (2)

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

Package Downloads
ANcpLua.Agents.Workflows

Workflow facades and execution helpers for Microsoft Agent Framework consumers.

ANcpLua.Agents.Hosting.OpenAI

Alpha-channel OpenAI-compatible hosting facades and client factory for Microsoft Agent Framework consumers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.10.4 50 6/26/2026
1.10.3 52 6/26/2026
1.10.2 44 6/26/2026
1.10.1 51 6/25/2026
1.10.0 131 6/11/2026
1.9.3 119 6/9/2026
1.9.2 114 6/9/2026
1.9.1 133 6/8/2026
1.9.0 123 6/4/2026
1.8.10 116 6/4/2026
1.8.9 118 6/4/2026
1.8.8 123 6/3/2026
1.8.7 127 5/29/2026
1.8.6 127 5/29/2026
1.8.5 115 5/29/2026
1.8.4 120 5/29/2026
1.8.3 108 5/29/2026
1.8.2 118 5/29/2026
1.8.1 123 5/29/2026
1.7.2 129 5/29/2026
Loading failed