Native Python client library for PromptRails. Run agents, manage configurations, and handle responses with a clean Pythonic API. Supports async/await and streaming.
How to Connect
1Install the SDK: pip install promptrails
2Import and initialize the client with your API key.
3Call agent execution methods from your Python application.