Python SDK Reference
Python SDK documentation and API reference for Parlot.
The Parlot Python SDK provides automatic telemetry, tracing, and session management for conversational AI agents.
Full API Reference
Looking for comprehensive class, function, and module signatures? Explore the full interactive Python API Reference.
Key Packages
parlot.core
Core telemetry primitives, session configuration, context propagation, and span lifecycle.
parlot.instrumentation.livekit
Real-time voice agent instrumentation, turn detection, audio metrics, and participant spans.
parlot.instrumentation.langgraph
LangGraph workflow tracing, checkpoint monitoring, node execution metrics, and streaming.
Installation
uv add parlot
# Or with specific instrumentations:
uv add parlot-instrumentation-livekit
uv add parlot-instrumentation-langgraphInteractive API Explorer
Browse all modules, functions, parameters, and type annotations directly in the Interactive Python Reference.
