mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-08 23:00:43 +08:00
docs: move "Why Use PR-Agent?" section earlier in README
This commit is contained in:
24
README.md
24
README.md
@ -31,12 +31,12 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
|
|||||||
|
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
- [News and Updates](#news-and-updates)
|
- [News and Updates](#news-and-updates)
|
||||||
|
- [Why Use PR-Agent?](#why-use-pr-agent)
|
||||||
- [Features](#Features)
|
- [Features](#Features)
|
||||||
- [See It in Action](#see-it-in-action)
|
- [See It in Action](#see-it-in-action)
|
||||||
- [Try It Now](#try-it-now)
|
- [Try It Now](#try-it-now)
|
||||||
- [Qodo Merge 💎](#qodo-merge-)
|
- [Qodo Merge 💎](#qodo-merge-)
|
||||||
- [How It Works](#how-it-works)
|
- [How It Works](#how-it-works)
|
||||||
- [Why Use PR-Agent?](#why-use-pr-agent)
|
|
||||||
- [Data Privacy](#data-privacy)
|
- [Data Privacy](#data-privacy)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Links](#links)
|
- [Links](#links)
|
||||||
@ -101,6 +101,17 @@ New tool for Qodo Merge 💎 - `/scan_repo_discussions`.
|
|||||||
|
|
||||||
Read more about it [here](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/).
|
Read more about it [here](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/).
|
||||||
|
|
||||||
|
## Why Use PR-Agent?
|
||||||
|
|
||||||
|
A reasonable question that can be asked is: `"Why use PR-Agent? What makes it stand out from existing tools?"`
|
||||||
|
|
||||||
|
Here are some advantages of PR-Agent:
|
||||||
|
|
||||||
|
- We emphasize **real-life practical usage**. Each tool (review, improve, ask, ...) has a single LLM call, no more. We feel that this is critical for realistic team usage - obtaining an answer quickly (~30 seconds) and affordably.
|
||||||
|
- Our [PR Compression strategy](https://qodo-merge-docs.qodo.ai/core-abilities/#pr-compression-strategy) is a core ability that enables to effectively tackle both short and long PRs.
|
||||||
|
- Our JSON prompting strategy enables us to have **modular, customizable tools**. For example, the '/review' tool categories can be controlled via the [configuration](pr_agent/settings/configuration.toml) file. Adding additional categories is easy and accessible.
|
||||||
|
- We support **multiple git providers** (GitHub, GitLab, BitBucket), **multiple ways** to use the tool (CLI, GitHub Action, GitHub App, Docker, ...), and **multiple models** (GPT, Claude, Deepseek, ...)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
<div style="text-align:left;">
|
<div style="text-align:left;">
|
||||||
@ -227,17 +238,6 @@ The following diagram illustrates PR-Agent tools and their flow:
|
|||||||
|
|
||||||
Check out the [PR Compression strategy](https://qodo-merge-docs.qodo.ai/core-abilities/#pr-compression-strategy) page for more details on how we convert a code diff to a manageable LLM prompt
|
Check out the [PR Compression strategy](https://qodo-merge-docs.qodo.ai/core-abilities/#pr-compression-strategy) page for more details on how we convert a code diff to a manageable LLM prompt
|
||||||
|
|
||||||
## Why Use PR-Agent?
|
|
||||||
|
|
||||||
A reasonable question that can be asked is: `"Why use PR-Agent? What makes it stand out from existing tools?"`
|
|
||||||
|
|
||||||
Here are some advantages of PR-Agent:
|
|
||||||
|
|
||||||
- We emphasize **real-life practical usage**. Each tool (review, improve, ask, ...) has a single LLM call, no more. We feel that this is critical for realistic team usage - obtaining an answer quickly (~30 seconds) and affordably.
|
|
||||||
- Our [PR Compression strategy](https://qodo-merge-docs.qodo.ai/core-abilities/#pr-compression-strategy) is a core ability that enables to effectively tackle both short and long PRs.
|
|
||||||
- Our JSON prompting strategy enables us to have **modular, customizable tools**. For example, the '/review' tool categories can be controlled via the [configuration](pr_agent/settings/configuration.toml) file. Adding additional categories is easy and accessible.
|
|
||||||
- We support **multiple git providers** (GitHub, GitLab, BitBucket), **multiple ways** to use the tool (CLI, GitHub Action, GitHub App, Docker, ...), and **multiple models** (GPT, Claude, Deepseek, ...)
|
|
||||||
|
|
||||||
## Data Privacy
|
## Data Privacy
|
||||||
|
|
||||||
### Self-hosted PR-Agent
|
### Self-hosted PR-Agent
|
||||||
|
Reference in New Issue
Block a user