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.
AI agent Tracing and CI/CD evaluation
pip install agentx-python
from agentx import AgentX # From environment variable AGENTX_API_KEY client = AgentX.from_env() # Explicit key client = AgentX(api_key="a1b2c3d4e5f60718293a4b5c6d7e8f9012345678") # Self-hosted client = AgentX(api_key="...", base_url="https://your-agentx-instance.com")
client.tracer
Tracer
client.tracer.run_eval()
agentx.exceptions
CIGateFailure
CINotEnabled
DatasetNotFound
agentx.tracing.CIRun
agentx.tracing.CIRunResult