Documentation Index
Fetch the complete documentation index at: https://docs.pandaprobe.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Python 3.10 or later
- A PandaProbe account with an API key
Install the SDK
Base install:- pip
- uv
| 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 |
- pip
- uv

