Skip to content
Zed

agent eval for Zed

io.github.rudrendupaul/agent-eval

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

client:Zed transport:stdio runtime:pypi

Install agent eval in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

agent eval in other clients