ANcpLua.Agents.Hosting.Foundry
1.4.2-preview.1
See the version list below for details.
dotnet add package ANcpLua.Agents.Hosting.Foundry --version 1.4.2-preview.1
NuGet\Install-Package ANcpLua.Agents.Hosting.Foundry -Version 1.4.2-preview.1
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" Version="1.4.2-preview.1" />
<PackageVersion Include="ANcpLua.Agents.Hosting.Foundry" Version="1.4.2-preview.1" />
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" />
paket add ANcpLua.Agents.Hosting.Foundry --version 1.4.2-preview.1
#r "nuget: ANcpLua.Agents.Hosting.Foundry, 1.4.2-preview.1"
#:package ANcpLua.Agents.Hosting.Foundry@1.4.2-preview.1
#addin nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.4.2-preview.1&prerelease
#tool nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.4.2-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.0.7)
- Azure.Identity (>= 1.21.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.2)
- Microsoft.Extensions.AI.Abstractions (>= 10.5.2)
- Microsoft.Extensions.AI.OpenAI (>= 10.5.2)
- 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.8.7-preview.1 | 37 | 5/29/2026 |
| 1.8.6-preview.1 | 31 | 5/29/2026 |
| 1.8.5-preview.1 | 38 | 5/29/2026 |
| 1.8.4-preview.1 | 37 | 5/29/2026 |
| 1.8.3-preview.1 | 39 | 5/29/2026 |
| 1.8.2-preview.1 | 38 | 5/29/2026 |
| 1.8.1-preview.1 | 53 | 5/29/2026 |
| 1.7.4-preview.1 | 47 | 5/29/2026 |
| 1.7.3-preview.1 | 43 | 5/29/2026 |
| 1.7.2-preview.1 | 50 | 5/29/2026 |
| 1.7.1-preview.1 | 42 | 5/28/2026 |
| 1.7.0-preview.1 | 45 | 5/28/2026 |
| 1.6.14-preview.1 | 52 | 5/28/2026 |
| 1.6.13-preview.1 | 50 | 5/21/2026 |
| 1.6.12-preview.1 | 55 | 5/20/2026 |
| 1.6.11-preview.1 | 46 | 5/20/2026 |
| 1.6.10-preview.1 | 49 | 5/20/2026 |
| 1.6.9-preview.1 | 52 | 5/19/2026 |
| 1.6.8-preview.1 | 49 | 5/19/2026 |
| 1.4.2-preview.1 | 51 | 5/6/2026 |