ANcpLua.Agents.Hosting.Foundry 1.4.15-preview.1

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

ANcpLua.Agents.Hosting.Foundry

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

Preview-channel Qyl-prefixed facades over Microsoft Agent Framework Foundry hosted-agent support.

Compatible with: Microsoft.Agents.AI 1.4.x Tested against: Microsoft.Agents.AI 1.4.0 Capability tested against: Microsoft.Agents.AI.Foundry.Hosting 1.4.0-preview.260505.1

Includes the hosted-agent registration, toolbox registration, response mapping, and toolbox tool materialization facade helpers.

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

Session-store default (MAF 1.4)

AddQylFoundryResponses mirrors MAF's AddFoundryResponses defaults. As of MAF 1.4 the fallback AgentSessionStore registration is FileSystemAgentSessionStore.CreateDefault() (rooted at /.checkpoints under a Foundry-hosted environment, otherwise {cwd}/.checkpoints). MAF 1.3 used InMemoryAgentSessionStore. Pick the shape your host needs:

// MAF 1.4 default — file-system, persists across restarts
services.AddQylFoundryResponses();

// Restore MAF 1.3 in-memory behavior (tests, ephemeral hosts)
services.AddQylFoundryResponses(new InMemoryAgentSessionStore());

// Custom file-system root or any other AgentSessionStore implementation
services.AddQylFoundryResponses(new FileSystemAgentSessionStore("/var/data/sessions"));

// Pre-register an agent + the store of your choice
services.AddQylFoundryResponses(myAgent, new InMemoryAgentSessionStore());
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.4.15-preview.1 0 5/18/2026
1.4.14-preview.1 0 5/18/2026
1.4.13-preview.1 6 5/17/2026
1.4.12-preview.1 19 5/17/2026
1.4.11-preview.1 39 5/14/2026
1.4.10-preview.1 44 5/13/2026
1.4.9-preview.1 40 5/12/2026
1.4.8-preview.1 38 5/12/2026
1.4.7-preview.1 41 5/12/2026
1.4.6-preview.1 60 5/7/2026
1.4.5-preview.1 42 5/7/2026
1.4.4-preview.1 54 5/7/2026
1.4.3-preview.1 41 5/6/2026
1.4.2-preview.1 48 5/6/2026
1.4.1-preview.1 44 5/6/2026
1.4.0-preview.1 42 5/6/2026
1.3.1-preview.1 55 5/6/2026
1.3.0-preview.1 46 5/5/2026