Crash Recovery
Checkpoints save your progress. Resume exactly where you left off after crashes or restarts.
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.
# Install the HPD-Agent package
dotnet add package HPD-Agent
# Create your first agent
dotnet new console -n MyAgent
cd MyAgentusing HPD.Agent;
var agent = new AgentBuilder()
.WithOpenAI("gpt-4")
.Build();
await agent.RunAsync("Hello! Tell me about yourself.");HPD-Agent is the only .NET agentic framework you'll ever need. It's designed for production from day one:
[Get Started →](/Getting Started/00 Agents Overview)