Python SDK for PR Pilot, a text-to-task automation platform for Github.
Project description
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
Release history Release notifications | RSS feed
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.7.0.tar.gz
(37.2 kB
view hashes)
Built Distribution
pr_pilot-1.7.0-py3-none-any.whl
(59.5 kB
view hashes)