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.Documentation Index
Fetch the complete documentation index at: https://daily-docs-pr-4424.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the SDK using uv: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