ANcpLua.Agents 1.6.7

dotnet add package ANcpLua.Agents --version 1.6.7
                    
NuGet\Install-Package ANcpLua.Agents -Version 1.6.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.Agents" Version="1.6.7" />
                    
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.7
                    
#r "nuget: ANcpLua.Agents, 1.6.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.Agents&version=1.6.7
                    
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.Hosting.OpenAI

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

ANcpLua.Agents.Workflows

Workflow facades and execution helpers for Microsoft Agent Framework consumers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.7 0 5/19/2026
1.6.6 0 5/19/2026
1.6.5 0 5/19/2026
1.6.4 0 5/19/2026
1.6.3 0 5/19/2026
1.6.2 0 5/19/2026
1.6.1 0 5/19/2026
1.6.0 0 5/18/2026
1.4.16 0 5/18/2026
1.4.15 49 5/18/2026
1.4.14 46 5/18/2026
1.4.13 41 5/17/2026
1.4.12 50 5/17/2026
1.4.11 63 5/14/2026
1.4.10 60 5/13/2026
1.4.9 55 5/12/2026
1.4.8 60 5/12/2026
1.4.7 61 5/12/2026
1.4.6 105 5/7/2026
1.4.5 95 5/7/2026
Loading failed