What PandaProbe provides
- Tracing for LLM calls, agent frameworks, and your own logic
- Session and user tracking so you can follow work across turns and identities
- Scoring and evaluation to measure quality and regressions
- Environment-based configuration so you can tune behavior per deploy without code changes
pip install pandaprobe) is the primary interface. It auto-initializes from environment variables, so you do not need an explicit init() call. When PANDAPROBE_ENABLED=false, the SDK is a complete no-op.
Three layers of tracing
- Wrappers — zero-code LLM tracing for major providers
- Integrations — automatic tracing for popular agent frameworks
- Manual instrumentation — full control when you need it
Quickstart
Trace your first LLM call in under 2 minutes
Tracing Overview
Understand the three layers of tracing
Installation
Install the SDK with optional extras
