Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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:
pip install agent-control-evaluators

External evaluators

Galileo Luna-2 is available as an extra:
pip install agent-control-evaluators[galileo]
See Evaluators Overview for full details.