Skip to content

HPD-AgentStop Wrestling. Start Building.

The Only .NET Agent Framework You'll Ever Need. Build production-ready AI agents in .NET without the complexity. Configure once. Scale forever. Deploy anywhere.

HPD-Agent

Quick Start

bash
# Install the HPD-Agent package
dotnet add package HPD-Agent

# Create your first agent
dotnet new console -n MyAgent
cd MyAgent
csharp
using HPD.Agent;

var agent = new AgentBuilder()
    .WithOpenAI("gpt-4")
    .Build();

await agent.RunAsync("Hello! Tell me about yourself.");

Why HPD-Agent?

HPD-Agent is the only .NET agentic framework you'll ever need. It's designed for production from day one:

  • Native AOT First - Full source generation, instant startup
  • Provider Agnostic - Never be locked into a single LLM vendor
  • Event-Driven - Real-time streaming with 50+ event types
  • Multi-Agent Ready - Built-in orchestration and routing
  • Production Features - Crash recovery, permissions, middleware, observability

[Get Started →](/Getting Started/00 Agents Overview)

Released under the MIT License.