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-5.1.0.tar.gz (40.7 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-5.1.0-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for agent_control_evaluators-5.1.0.tar.gz
Algorithm Hash digest
SHA256 2471f1a4944de66a06d27f956497fb7689a5a2a8c7afb46832dd9f22edc9caa0
MD5 b63b59f01d7859f67db1e0c0c5e012ce
BLAKE2b-256 91f2d3afb09e3050b7ba2000a5a8d98682a66059edeefefc666c0ebf58d84f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agent_control_evaluators-5.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c254b281dece947b260426b6367074b377cb3beb41b52ebf6ac05a8da1e00d4a
MD5 b1b742fc475f54739eaa5cfe78ebcdcf
BLAKE2b-256 cc8673dcaef5a2eb571fdae8d9f66f77195ee674b3393901aaa9b270428810c7

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