HPD-Agent.Framework 0.5.5

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

HPD-Agent.Framework

A middleware-driven agentic AI framework built on Microsoft.Extensions.AI for building intelligent, tool-using agents.

Install

dotnet add package HPD-Agent.Framework

Use When

Use this package when you need this HPD Agent capability in an agent application.

Pre-1.0 API Evolution

HPD-Agent is still pre-1.0. Until 1.0.0, minor and patch releases may refine public APIs, persistence shapes, and hosting contracts as the framework settles. The current conversation model is session-owned threads with event-sourced thread history.

Session Fork Graph

Use ThreadForkGraph.BuildVisibleForkGroups(...) when rendering thread/fork navigation. Thread.ForkedFrom is direct lineage; fork groups are semantic choice points derived from the shared conversation boundary.

See Session/THREAD_FORK_GRAPH.md.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 (33)

Showing the top 5 NuGet packages that depend on HPD-Agent.Framework:

Package Downloads
HPD-Agent.Providers.Anthropic

Anthropic (Claude) provider for HPD-Agent

HPD-Agent.Providers.Ollama

Ollama provider for HPD-Agent

HPD-Agent.Providers.GoogleAI

Google AI (Gemini) provider for HPD-Agent

HPD-Agent.Providers.Bedrock

AWS Bedrock provider for HPD-Agent

HPD-Agent.Providers.OnnxRuntime

ONNX Runtime provider for HPD-Agent

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.5 144 6/21/2026
0.5.0 582 6/11/2026
0.3.3 416 2/25/2026
0.3.2 384 2/25/2026
0.3.1 393 2/24/2026
0.3.0 383 2/24/2026
0.2.0 323 1/13/2026
0.1.4 553 12/9/2025
0.1.3 551 12/9/2025
0.1.1-alpha 369 12/8/2025