CLI for PR Pilot, a text-to-task automation platform for Github.
Project description
Install | Documentation | Blog | Website
PR Pilot CLI
PR Pilot gives you a natural language interface for your Github projects. Given a prompt, it uses LLMs (Large Language Models) to autonomously fulfill tasks by interacting with your code base and Github issues.
Using Jinja templates, you can create powerful, reusable commands that can be executed by PR Pilot.
Usage
Open a terminal and ls
into a repository you have installed PR Pilot.
Examples
You can run a prompt directly on the command line:
pilot --raw "translate the README into German" > README_German.md
Generate code quickly:
pilot -o test_utils.py --code "Write some unit tests for the utils.py file."
Get an organized view of your Github issues:
pilot "Find all open Github issues labeled as 'bug', categorize and prioritize them"
Generate parts of your README with a template:
pilot --direct -f prompts/README.md.jinja2 -o README.md
For more examples, check out the prompts directory in this repository.
Options and Parameters
You can change the default settings with parameters and options:
Usage: python -m cli.cli [OPTIONS] [PROMPT]...
Options:
--wait / --no-wait Wait for the result.
--repo TEXT Github repository in the format owner/repo.
--spinner / --no-spinner Display a loading indicator
--quiet No pretty-print, no status indicator or messages.
--cheap Use the cheapest GPT model (gpt-3.5-turbo)
--code Optimize prompt and settings for generating code
-f, --file PATH Load prompt from a template file.
--direct Do not feed the rendered template as a prompt into
PR Pilot, but render it directly as output.
-o, --output PATH Output file for the result.
--model TEXT GPT model to use.
--debug Display debug information.
--help Show this message and exit.
Configuration
The configuration file is located at ~/.pr-pilot.yaml
.
Contributing
Contributors are welcome to improve the CLI by submitting pull requests or reporting issues. For more details, check the project's GitHub repository.
License
The PR Pilot CLI is open-source software licensed under the GPL-3 license.
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
Built Distribution
File details
Details for the file pr_pilot_cli-1.4.0.tar.gz
.
File metadata
- Download URL: pr_pilot_cli-1.4.0.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e29c1ee4b5bfd4f47042b6d6b7c67a9d2b0e6c2292f66bcffed877541d789165 |
|
MD5 | 3402185aa0f9c561b6dca300d3fe5c50 |
|
BLAKE2b-256 | cc77d834f1a05332e023390ea14a080c6d998b495ae86f3c5a4cd0a10c48c7ba |
File details
Details for the file pr_pilot_cli-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: pr_pilot_cli-1.4.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1ecceca63033d5594d7b8efcd29cef1884d82cc2b01e854bc90d2d3876305c |
|
MD5 | ae1217167ffeb4f55e93e933a4c597a4 |
|
BLAKE2b-256 | 85e2eb76ffda4d0ac3bea627c460f61cf37ab11f8433e24a6e8e1f4e6cc6e32a |