> ## Documentation Index
> Fetch the complete documentation index at: https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Evaluators

> Built-in and external evaluators for Agent Control.

Evaluators determine how controls match. Agent Control ships with built-in evaluators and supports external ones.

## Built-in evaluators

* `regex`
* `list`
* `json`
* `sql`

Install built-ins:

```bash theme={null}
pip install agent-control-evaluators
```

## External evaluators

Galileo Luna-2 is available as an extra:

```bash theme={null}
pip install agent-control-evaluators[galileo]
```

See [Evaluators Overview](/concepts/evaluators/overview) for full details.
