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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_control_evaluators-6.6.0.tar.gz.
File metadata
- Download URL: agent_control_evaluators-6.6.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bace368752d1901f48188ccc8d951b671f3e40a811f8f4e1606fc7a81c5d17e
|
|
| MD5 |
efbbbd2ac16e0478962aa9abff0cdc9a
|
|
| BLAKE2b-256 |
273cfc58bb52558b23a60b9a4ee1c198c8a091e2d36f92100af7c3617c792d86
|
File details
Details for the file agent_control_evaluators-6.6.0-py3-none-any.whl.
File metadata
- Download URL: agent_control_evaluators-6.6.0-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ba75072a3bd57d334693b61497ca733793d665d54922e8ed058aedc37d90e5
|
|
| MD5 |
4241772d44c3c88a904d55d6c2c3ded7
|
|
| BLAKE2b-256 |
df74e0e53849b3a39cc57761a060b90821969ded471415d482fbb6d135ca2dcc
|