ANcpLua.Agents.Hosting.Foundry
1.4.15-preview.1
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
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" Version="1.4.15-preview.1" />
<PackageVersion Include="ANcpLua.Agents.Hosting.Foundry" Version="1.4.15-preview.1" />
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" />
paket add ANcpLua.Agents.Hosting.Foundry --version 1.4.15-preview.1
#r "nuget: ANcpLua.Agents.Hosting.Foundry, 1.4.15-preview.1"
#:package ANcpLua.Agents.Hosting.Foundry@1.4.15-preview.1
#addin nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.4.15-preview.1&prerelease
#tool nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.4.15-preview.1&prerelease
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 | Versions 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. |
-
net10.0
- ANcpLua.Roslyn.Utilities (>= 2.2.5)
- Azure.AI.Projects (>= 2.1.0-beta.1)
- Azure.Identity (>= 1.21.0)
- Azure.Monitor.OpenTelemetry.AspNetCore (>= 1.4.0)
- Microsoft.Agents.AI (>= 1.4.0)
- Microsoft.Agents.AI.Foundry (>= 1.4.0)
- Microsoft.Agents.AI.Foundry.Hosting (>= 1.4.0-preview.260505.1)
- Microsoft.Agents.AI.Workflows (>= 1.4.0)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.7)
- Microsoft.CodeAnalysis.Analyzers (>= 5.3.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.3.0)
- Microsoft.Extensions.AI (>= 10.5.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.5.0)
- Microsoft.Extensions.AI.OpenAI (>= 10.5.0)
- OpenAI (>= 2.10.0)
- OpenTelemetry.Api (>= 1.15.3)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3)
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 |