No project description provided
Project description
Calibrate Python SDK
Python client for Calibrate, a framework for evaluating AI agents which let you move from slow, manual testing to a fast, automated, and repeatable testing process for your entire agent stack.
Installation
pip install calibrate-sdk
Or with uv:
uv add calibrate-sdk
Pre-requisites
You need to have a Calibrate API key. You can get the API key from the UI.
Usage
from calibrate import Calibrate
client = Calibrate(api_key="your_api_key")
agents = client.agents.list()
For self-hosted Calibrate deployments, you can pass base_url to point the client at your API instance:
from calibrate import Calibrate
client = Calibrate(
base_url="https://api.calibrate.your-domain.com",
api_key="your_api_key",
)
agents = client.agents.list()
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 calibrate_sdk-0.0.1.tar.gz.
File metadata
- Download URL: calibrate_sdk-0.0.1.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.20 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a7ca932326268c427dec6e52dc3ba18c978b27e97359396969f21fdf4d55fbe
|
|
| MD5 |
591524a0bd06e21a5ee2f12efbf45240
|
|
| BLAKE2b-256 |
3080c5e2a0a7a70c5150b3d2a390acea7e76ce9ed76a607f13b15abe243e45ec
|
File details
Details for the file calibrate_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: calibrate_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 55.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.20 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cccf80bb1e338dfef743e1f5268b9a8468564f26f33fb8d1688d8ab0a8cce910
|
|
| MD5 |
67115b5a27f1030e71a292f6061fc631
|
|
| BLAKE2b-256 |
ca5f85c9f85caa9ce98880485644c93631393d3d8c28e406b21c9184253d3c59
|