A comprehensive toolkit for end-to-end risk-aware benchmarking of autonomous agents
Project description
RiskBench Suite
A comprehensive toolkit for end-to-end risk-aware benchmarking of autonomous agents.
Features
- 🔍 Task specification and execution
- 📊 Risk metrics calculation and monitoring
- 🌐 Interactive web dashboard
- 🐳 Docker support
- 📈 Prometheus metrics integration
Quick Start
# Install from PyPI
pip install riskbench-suite
# Or with Poetry
poetry add riskbench-suite
Usage
- Define a task:
name: MyTask
description: A sample task
environment:
type: SeleniumEnv
config:
url: https://example.com
success_criteria:
- type: ElementPresent
selector: "#success-message"
risk_metrics:
- type: CVaR
alpha: 0.9
threshold: 100.0
- Run the task:
riskbench run task.yaml
- View results in the dashboard:
riskbench dashboard
# Open http://localhost:8000
Documentation
Full documentation is available at docs/.
Contributing
We welcome contributions! Please see our Contributing Guide.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Citation
If you use RiskBench Suite in your research, please cite:
@software{riskbench_suite,
title = {RiskBench Suite},
author = {Your Name},
year = {2025},
url = {https://github.com/yourusername/riskbench-suite}
}
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 riskbench_suite-0.1.0.tar.gz.
File metadata
- Download URL: riskbench_suite-0.1.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e54f798c7120125c5648471d86dc5d45ca5efde9af6e9efac10d3030c7a22b5e
|
|
| MD5 |
7bb52321846adf2a7c665804e669a4be
|
|
| BLAKE2b-256 |
ff9bb0a2a6c6c9f413cf0320a4ae6d9dafaf31b94103f8137c2da6fb5c213d11
|
File details
Details for the file riskbench_suite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: riskbench_suite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.8 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6557a5f73cb1719511c6c9074a71863fa9a70b069a40f1d370cc39f47d0279f
|
|
| MD5 |
c8fe271be136bf7b7bb4474cc9479a21
|
|
| BLAKE2b-256 |
b544454fe96bf79ffc6c2fa4064e696f05c765ffe120749ff97a37741972373c
|