Skip to main content

Python SDK for PR Pilot, a text-to-task automation platform for Github.

Project description

PR Pilot Logo

Install | Documentation | Blog | Website

PR Pilot - Python SDK

PR Pilot is a platform that enables developers to create agentic workflows for Github Projects.

This project contains the official Python SDK.

Usage

Install the Python SDK using pip:

pip install pr-pilot

Use the create_task, get_task and wait_for_result functions to automate your Github project:

from pr_pilot.util import create_task, wait_for_result

task = create_task("PR-Pilot-AI/pr-pilot", "Summarize the README file and create a Github issue with the result.")
result = wait_for_result(task)
print(f"Task completed. Result:\n\n{task.result}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pr_pilot-1.6.1.tar.gz (35.7 kB view hashes)

Uploaded Source

Built Distribution

pr_pilot-1.6.1-py3-none-any.whl (50.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page