SDK Reference
Python SDK Overview
Introduction to the Pipecat Cloud Python SDK
The Pipecat Cloud Python SDK provides a programmatic interface for managing and interacting with your agents. It allows you to start and manage agent sessions, handle different session types, and respond to various error conditions.
Installation
Install the SDK using pip:
Key Components
The SDK contains several main components:
- Session Management - Start and interact with agent sessions
- Session Arguments - Types of arguments received by
bot()
entry points - Error Handling - Exception classes for handling different error scenarios
Quick Start
Here’s a simple example to get started:
For more detailed examples and use cases, see the Examples section.