robotframework-agenteval

manykarim/robotframework-agenteval
★ 1 stars Python 🤖 AI/LLM Updated 2d ago
Robot Framework library for evaluating AI coding agents (skills, subagents, hooks, MCP servers, tools). Apache-2.0.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "robotframework-agent": {
      "command": "uvx",
      "args": [
        "robotframework-agenteval"
      ]
    }
  }
}

Or install with pip: pip install robotframework-agenteval

README Excerpt

Robot Framework library for evaluating AI coding agents (skills, subagents, hooks, MCP servers, tools). **Pre-alpha — Phase 1 in active development.** No public API yet. Story 1a.1 (Project Bootstrap) ships an empty package; sub-libraries land in Epic 1b onward. ```bash uv add robotframework-agenteval