Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Store a production agent turn and its conversation history for later review
from calibrate import Calibrate, TraceOutput client = Calibrate( api_key="your_api_key", ) client.traces.create( agent_id="agent_id", input="input", output=TraceOutput(), )