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.0.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.0.0-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for agent_control_evaluators-5.0.0.tar.gz
Algorithm Hash digest
SHA256 70007180a654834227c397c1589e1c4cd9c599e35cdddf435ddc7cdc0bfa10cc
MD5 ce09847afc185d3e4579293e9fc17a0e
BLAKE2b-256 76e6a36e2e47889ee91f5848839b1f80b434fe60fec65d787129d8d349916251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agent_control_evaluators-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8d79466d4528e93d123aa91a79dddef009a9a6500818da67a0da50388ae4686c
MD5 bbccf93b03661e8fa50284bfd7aef31b
BLAKE2b-256 092974669661a52fad9de1e41c834ed44d4f4247e3640ad2ce1dd3ae30756c77

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