PollySdk.AgentFramework 1.0.1

dotnet add package PollySdk.AgentFramework --version 1.0.1
                    
NuGet\Install-Package PollySdk.AgentFramework -Version 1.0.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="PollySdk.AgentFramework" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PollySdk.AgentFramework" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="PollySdk.AgentFramework" />
                    
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 PollySdk.AgentFramework --version 1.0.1
                    
#r "nuget: PollySdk.AgentFramework, 1.0.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 PollySdk.AgentFramework@1.0.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=PollySdk.AgentFramework&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=PollySdk.AgentFramework&version=1.0.1
                    
Install as a Cake Tool

Polly documentation

Target Architecture Design is the canonical architecture reference.

Polly comprises reusable .NET libraries, the Polly.Host executable, and the Polly.WebUI SPA. Polly.Server is the reusable backend composition layer, while apps/Polly.Host is the deployable process. apps/Polly.Desktop is a thin Wails launcher that starts the backend and opens its loopback URL; it contains no product behavior.

NuGet packages

Polly.Server is published as PollySdk.AgentFramework. The package contains the reusable Polly.Server, Polly.Agents, Polly.AI, Polly.Contracts, Polly.Knowledge, Polly.Scheduling, Polly.Storage, and Polly.Tools assemblies. Third-party libraries remain normal NuGet dependencies. The package targets cross-platform .NET 10; the optional Windows account broker is built separately from apps/Polly.AuthBroker and is not included.

The publish-nuget.yml workflow publishes the package through NuGet Trusted Publishing. Publishing a GitHub release tagged polly-v<version> uses the tag version; the workflow can also be run manually with an explicit version.

For a local development run on Windows, execute .\run-local.ps1 from the Polly directory. The script installs WebUI dependencies when needed, builds the SPA, disables authentication locally, and starts Polly.Host at http://localhost:5000. Use -Url http://localhost:5050 to select a different address or -SkipWebBuild to reuse the existing WebUI build.

Storage is SQLite with logical Shared and User visibility. Sessions are event-only: the timeline is stored as session metadata and ordered events, including message events.

Polly.Server imports versioned SeedData into shared SQLite rows during startup or upgrade. Seed files are import input, not runtime configuration. Polly has no project or build dependency on McpGateway; developers may configure an independently deployed MCP endpoint through Polly's MCP server configuration when needed.

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.0.1 43 8/27/2026
1.0.0 51 8/27/2026