ANcpLua.Agents.Workflows.Declarative 1.8.7-rc1

This is a prerelease version of ANcpLua.Agents.Workflows.Declarative.
dotnet add package ANcpLua.Agents.Workflows.Declarative --version 1.8.7-rc1
                    
NuGet\Install-Package ANcpLua.Agents.Workflows.Declarative -Version 1.8.7-rc1
                    
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.Workflows.Declarative" Version="1.8.7-rc1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ANcpLua.Agents.Workflows.Declarative" Version="1.8.7-rc1" />
                    
Directory.Packages.props
<PackageReference Include="ANcpLua.Agents.Workflows.Declarative" />
                    
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.Workflows.Declarative --version 1.8.7-rc1
                    
#r "nuget: ANcpLua.Agents.Workflows.Declarative, 1.8.7-rc1"
                    
#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.Workflows.Declarative@1.8.7-rc1
                    
#: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.Workflows.Declarative&version=1.8.7-rc1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ANcpLua.Agents.Workflows.Declarative&version=1.8.7-rc1&prerelease
                    
Install as a Cake Tool

ANcpLua.Agents.Workflows.Declarative

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

RC-channel Qyl-prefixed facades over Microsoft Agent Framework declarative (YAML) workflows: lower a declarative spec into an executable Workflow, or into a callable AIAgent, in one call.

Compatible with: Microsoft.Agents.AI 1.8.x Tested against: Microsoft.Agents.AI 1.8.0 Capability tested against: Microsoft.Agents.AI.Workflows.Declarative 1.8.0-rc1

Channel: rc1. Keep this package isolated from stable consumers.

Naming: Qyl* = consumer-facing facade / entry-point, bare = primitive consumers may compose with. See the convention in ANcpLua.Agents.

Surface

  • QylDeclarativeWorkflow.Build(...) / .BuildFromFile(...) — YAML (string / TextReader / file path) → Workflow, with a generic input transform or the default objectChatMessage transform.
  • QylDeclarativeAgent.Build(...) / .BuildFromFile(...) — the same sources → a callable AIAgent, composing the workflow build with the AsQylAIAgent bridge from ANcpLua.Agents.Workflows.

All workflow semantics — Power Fx expression hosting and its sandbox, structured-control-flow lowering, and durable suspend/resume — are inherited unchanged from DeclarativeWorkflowBuilder; these facades only add input-source ergonomics and the workflow→agent composition.

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

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.8.7-rc1 37 5/29/2026
1.8.6-rc1 40 5/29/2026