![]() |
VOOZH | about |
dotnet add package ANcpLua.Agents.Hosting.Foundry --version 1.8.9-preview.1
NuGet\Install-Package ANcpLua.Agents.Hosting.Foundry -Version 1.8.9-preview.1
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" Version="1.8.9-preview.1" />
<PackageVersion Include="ANcpLua.Agents.Hosting.Foundry" Version="1.8.9-preview.1" />Directory.Packages.props
<PackageReference Include="ANcpLua.Agents.Hosting.Foundry" />Project file
paket add ANcpLua.Agents.Hosting.Foundry --version 1.8.9-preview.1
#r "nuget: ANcpLua.Agents.Hosting.Foundry, 1.8.9-preview.1"
#:package ANcpLua.Agents.Hosting.Foundry@1.8.9-preview.1
#addin nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.8.9-preview.1&prereleaseInstall as a Cake Addin
#tool nuget:?package=ANcpLua.Agents.Hosting.Foundry&version=1.8.9-preview.1&prereleaseInstall as a Cake Tool
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.8.x Tested against: Microsoft.Agents.AI 1.8.0 Capability tested against: Microsoft.Agents.AI.Foundry.Hosting 1.8.0-preview.260528.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.
Naming:
Qyl*= consumer-facing facade / entry-point, bare = primitive consumers may compose with. See .
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 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.8.9-preview.1 | 54 | 6/4/2026 |
| 1.8.8-preview.1 | 50 | 6/3/2026 |
| 1.8.7-preview.1 | 53 | 5/29/2026 |
| 1.8.6-preview.1 | 43 | 5/29/2026 |
| 1.8.5-preview.1 | 52 | 5/29/2026 |
| 1.8.4-preview.1 | 48 | 5/29/2026 |
| 1.8.3-preview.1 | 50 | 5/29/2026 |
| 1.8.2-preview.1 | 51 | 5/29/2026 |
| 1.8.1-preview.1 | 65 | 5/29/2026 |
| 1.7.4-preview.1 | 60 | 5/29/2026 |
| 1.7.3-preview.1 | 56 | 5/29/2026 |
| 1.7.2-preview.1 | 62 | 5/29/2026 |
| 1.7.1-preview.1 | 53 | 5/28/2026 |
| 1.7.0-preview.1 | 58 | 5/28/2026 |
| 1.6.14-preview.1 | 71 | 5/28/2026 |
| 1.6.13-preview.1 | 52 | 5/21/2026 |
| 1.6.12-preview.1 | 60 | 5/20/2026 |
| 1.6.11-preview.1 | 50 | 5/20/2026 |
| 1.6.10-preview.1 | 50 | 5/20/2026 |
| 1.6.9-preview.1 | 56 | 5/19/2026 |