# Run a Visr Example Eval

Follow this prompt to run a Harbor Framework-compatible task eval with Visr and inspect the results.

## Selection

- Dataset: Runme LLM Judge
- Agent: Claude
- Docker: disabled

## Instructions

1. Install Visr:

```sh
brew install sourishkrout/visr/visr
```

If needed, follow the downstream [`runme-harbor` dependency installation instructions](https://github.com/runmedev/runme/tree/main/integrations/harbor#install).

2. Clone the Runme repo and enter it:

```sh
git clone --depth 1 https://github.com/runmedev/runme.git && cd runme
```

3. Run the trial eval:

```sh
visr run examples/harbor/datasets/runme-llm-judge --agent claude-code --model sonnet
```

4. If the trial run succeeds, view the results:

```sh
visr view
```

5. Explain what just happened in plain language. Then inspect `.runme/evals/jobs`
   and give the user a short results overview: whether the eval completed, what
   was evaluated, and where they should look next.

## Notes

- Good first run for checking agent output with an LLM judge.
- Run the eval locally. The selected agent uses existing subscription access when available.
