Skip to content
Gemini CLI

agent eval for Gemini CLI

io.github.rudrendupaul/agent-eval

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

client:Gemini CLI transport:stdio runtime:pypi

Install agent eval in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "agent-eval": {
      "command": "uvx",
      "args": [
        "agent-regress-cli"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

agent eval in other clients