Galileo Luna2 evaluator for agent-control
Project description
Agent Control Evaluator - Galileo
Galileo Luna2 evaluator for agent-control.
Installation
pip install agent-control-evaluator-galileo
Or via the convenience extra from the main evaluators package:
pip install agent-control-evaluators[galileo]
Available Evaluators
| Name | Description |
|---|---|
galileo.luna2 |
Galileo Luna-2 runtime protection |
Configuration
Set the GALILEO_API_KEY environment variable:
export GALILEO_API_KEY=your-api-key
Usage
Once installed, the evaluator is automatically discovered:
from agent_control_evaluators import discover_evaluators, get_evaluator
discover_evaluators()
Luna2Evaluator = get_evaluator("galileo.luna2")
Or import directly:
from agent_control_evaluator_galileo.luna2 import Luna2Evaluator, Luna2EvaluatorConfig
config = Luna2EvaluatorConfig(
stage_type="local",
metric="input_toxicity",
operator="gt",
target_value=0.5,
galileo_project="my-project",
)
evaluator = Luna2Evaluator(config)
result = await evaluator.evaluate("some text")
Documentation
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_evaluator_galileo-5.0.0.tar.gz.
File metadata
- Download URL: agent_control_evaluator_galileo-5.0.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ed778dd35734db097a4ae2595cfc5be06ba06eeda5086855bb580a2fd16273
|
|
| MD5 |
caf531925ed9c361904bba0389fdd42a
|
|
| BLAKE2b-256 |
f4c08dc61d9aa1484b85f85474efbdf72a74d7b2b230432cd718d93b30858e73
|
File details
Details for the file agent_control_evaluator_galileo-5.0.0-py3-none-any.whl.
File metadata
- Download URL: agent_control_evaluator_galileo-5.0.0-py3-none-any.whl
- Upload date:
- Size: 11.8 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 |
937e4873f6efe0480f2873cb24e95c82600fdf427d702cfc7e30efb4d821fd52
|
|
| MD5 |
5e252fa6b6f7162609b15950af483419
|
|
| BLAKE2b-256 |
e949165739adf96e44368f506877193c18a3f1be25f47d951002fb0d1337b979
|