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
<PackageReference Include="HPD-Agent.Framework" Version="0.5.5" />
<PackageVersion Include="HPD-Agent.Framework" Version="0.5.5" />
<PackageReference Include="HPD-Agent.Framework" />
paket add HPD-Agent.Framework --version 0.5.5
#r "nuget: HPD-Agent.Framework, 0.5.5"
#:package HPD-Agent.Framework@0.5.5
#addin nuget:?package=HPD-Agent.Framework&version=0.5.5
#tool nuget:?package=HPD-Agent.Framework&version=0.5.5
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.
| Product | Versions 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. |
-
net10.0
- HPD-Events (>= 0.5.5)
- HPD-Serialization (>= 0.5.5)
- Microsoft.Extensions.AI (>= 10.7.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.7.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.Configuration (>= 10.0.9)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.9)
- Microsoft.Extensions.Configuration.Json (>= 10.0.9)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.9)
- Microsoft.Extensions.DependencyInjection (>= 10.0.9)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.9)
- Microsoft.Extensions.Logging (>= 10.0.9)
- NLayer (>= 1.16.0)
-
net8.0
- HPD-Events (>= 0.5.5)
- HPD-Serialization (>= 0.5.5)
- Microsoft.Extensions.AI (>= 10.7.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.7.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.Configuration (>= 10.0.9)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.9)
- Microsoft.Extensions.Configuration.Json (>= 10.0.9)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.9)
- Microsoft.Extensions.DependencyInjection (>= 10.0.9)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.9)
- Microsoft.Extensions.Logging (>= 10.0.9)
- NLayer (>= 1.16.0)
-
net9.0
- HPD-Events (>= 0.5.5)
- HPD-Serialization (>= 0.5.5)
- Microsoft.Extensions.AI (>= 10.7.0)
- Microsoft.Extensions.AI.Abstractions (>= 10.7.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.Configuration (>= 10.0.9)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.9)
- Microsoft.Extensions.Configuration.Json (>= 10.0.9)
- Microsoft.Extensions.Configuration.UserSecrets (>= 10.0.9)
- Microsoft.Extensions.DependencyInjection (>= 10.0.9)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.9)
- Microsoft.Extensions.Logging (>= 10.0.9)
- NLayer (>= 1.16.0)
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.