Prerequisites
- Python 3.10 or later
- A PandaProbe account with an API key
Install the SDK
Base install:| Extra | Install Command | Description |
|---|---|---|
| OpenAI | pip install pandaprobe[openai] | Traces Chat Completions and Responses API |
| Anthropic | pip install pandaprobe[anthropic] | Traces Messages API |
| Gemini | pip install pandaprobe[gemini] | Traces generate_content API |
| LangGraph | pip install pandaprobe[langgraph] | LangGraph callback handler |
| Google ADK | pip install pandaprobe[google-adk] | Google Agent Development Kit adapter |
| Claude Agent SDK | pip install pandaprobe[claude-agent-sdk] | Claude Agent SDK adapter |
| CrewAI | pip install pandaprobe[crewai] | CrewAI adapter |
| OpenAI Agents | pip install pandaprobe[openai-agents] | OpenAI Agents SDK adapter |
