ANcpLua.Agents 1.6.12

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

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.6.13 49 5/21/2026
1.6.12 59 5/20/2026
1.6.11 53 5/20/2026
1.6.10 47 5/20/2026
1.6.9 52 5/19/2026
1.6.8 49 5/19/2026
1.6.7 42 5/19/2026
1.6.6 46 5/19/2026
1.6.5 46 5/19/2026
1.6.4 53 5/19/2026
1.6.3 46 5/19/2026
1.6.2 52 5/19/2026
1.6.1 62 5/19/2026
1.6.0 55 5/18/2026
1.4.16 77 5/18/2026
1.4.15 100 5/18/2026
1.4.14 94 5/18/2026
1.4.13 89 5/17/2026
1.4.12 97 5/17/2026
1.4.11 105 5/14/2026
Loading failed