Skip to main content

Builtin evaluators for agent-control

Project description

Agent Control Evaluators

Built-in evaluators for agent-control.

Installation

pip install agent-control-evaluators

Available Evaluators

Name Description
regex Regular expression pattern matching
list List-based value matching (allow/deny)
json JSON validation (schema, required fields, types)
sql SQL query validation

Usage

Evaluators are automatically discovered via Python entry points:

from agent_control_evaluators import discover_evaluators, list_evaluators

# Load all available evaluators
discover_evaluators()

# See what's available
print(list_evaluators())
# {'regex': <class 'RegexEvaluator'>, 'list': ..., 'json': ..., 'sql': ...}

External Evaluators

Additional evaluators are available via separate packages:

  • agent-control-evaluator-galileo - Galileo Luna2 evaluator
# Direct install
pip install agent-control-evaluator-galileo

# Or via convenience extra
pip install agent-control-evaluators[galileo]

Creating Custom Evaluators

See AGENTS.md for guidance on creating new evaluators.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_control_evaluators-6.0.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agent_control_evaluators-6.0.0-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

Details for the file agent_control_evaluators-6.0.0.tar.gz.

File metadata

  • Download URL: agent_control_evaluators-6.0.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for agent_control_evaluators-6.0.0.tar.gz
Algorithm Hash digest
SHA256 0d8dd16c6a326909978497212133fed922beaab64da69f44976c995729a50add
MD5 3ac1fb0c1b647eeef282a3bfd1966461
BLAKE2b-256 d6199c337b1a22d19020857fdd6bdc3f20c6e0c7b567833da695c96ace60cc4c

See more details on using hashes here.

File details

Details for the file agent_control_evaluators-6.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_control_evaluators-6.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 11c15e5d8b88a0e793d11074afed3814836141b699e8202a220641d6641ed83a
MD5 c19ef992f6f5ac640032db4b4b9155ff
BLAKE2b-256 be2775f8acf8ab693c4e1955fd85a8b98925c847ad5a7f839660143f4457de05

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page