Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Run agent tests for every agent, or for a selected set.
from calibrate import Calibrate, BatchRunRequest client = Calibrate( api_key="your_api_key", ) client.agent_tests.run_batch( request=BatchRunRequest(), )