Skip to content
@AgentEvalHQ

AgentEval HQ

Where AI Agents Prove Their Worth — The open-source home of AgentEval, the comprehensive .NET evaluation toolkit for AI agents.
AgentEvalHQ

AgentEvalHQ

Where AI Agents Prove Their Worth

The open-source home of AgentEval — the comprehensive .NET evaluation toolkit for AI agents.

AgentEval CLI Gatekeeper


What is AgentEval?

AgentEval is the comprehensive .NET evaluation toolkit for AI agents — tool usage validation, RAG quality metrics, stochastic evaluation, behavioral policies, and model comparison — built first for Microsoft Agent Framework (MAF).

What RAGAS and DeepEval do for Python, AgentEval does for .NET.

🚀 Our Projects

Repository Description
AgentEval The core evaluation toolkit — metrics, assertions, tracing, benchmarking
AgentEval.Cli Command-line interface — evaluate from your terminal
AgentEval.Gatekeeper AI-powered PR quality gate — every agent earns its merge

⚡ Quick Start

dotnet add package AgentEval
// Evaluate whether your AI agent calls the right tools
result.ToolUsage!.Should()
    .HaveCalledTool("SearchFlights")
        .BeforeTool("BookFlight")
    .And()
    .HaveNoErrors();

📖 Resources

🤝 Contributing

We welcome contributions! Check out each repository's CONTRIBUTING.md for guidelines.


Stop guessing if your AI agent works. Start proving it.

MIT Licensed · Built with ❤️ for the .NET community

Pinned Loading

  1. AgentEval AgentEval Public

    AgentEval is the comprehensive .NET toolkit for AI agent evaluation—tool usage validation, RAG quality metrics, stochastic evaluation, and model comparison—built first for Microsoft Agent Framework…

    C# 124 10

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…