mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Add how it works section
This commit is contained in:
@ -14,6 +14,7 @@ It is powered by GPT-4, and is based on the [CodiumAI](https://github.com/Codium
|
|||||||
* [Quickstart](#Quickstart)
|
* [Quickstart](#Quickstart)
|
||||||
* [Configuration](#Configuration)
|
* [Configuration](#Configuration)
|
||||||
* [Usage and Tools](#usage-and-tools)
|
* [Usage and Tools](#usage-and-tools)
|
||||||
|
* [How it works](#how-it-works)
|
||||||
* [Roadmap](#roadmap)
|
* [Roadmap](#roadmap)
|
||||||
* [Similar projects](#similar-projects)
|
* [Similar projects](#similar-projects)
|
||||||
|
|
||||||
@ -148,8 +149,6 @@ CodiumAI PR-Agent provides two types of interactions ("tools"): `"PR Reviewer"`
|
|||||||
- The "PR Reviewer" tool automatically analyzes PRs, and provides different types of feedbacks.
|
- The "PR Reviewer" tool automatically analyzes PRs, and provides different types of feedbacks.
|
||||||
- The "PR Q&A" tool answers free-text questions about the PR.
|
- The "PR Q&A" tool answers free-text questions about the PR.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### PR Reviewer
|
### PR Reviewer
|
||||||
Here is a quick overview of the different sub-tools of PR Reviewer:
|
Here is a quick overview of the different sub-tools of PR Reviewer:
|
||||||
|
|
||||||
@ -256,6 +255,11 @@ Example for extended suggestion:
|
|||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## How it works
|
||||||
|

|
||||||
|
|
||||||
|
Check out the [PR Compression strategy](./PR_COMPRESSION.md) page for more details on how pr-agent works.
|
||||||
|
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [ ] Support open-source models, as a replacement for openai models. Note that a minimal requirement for each open-source model is to have 8k+ context, and good support for generating json as an output
|
- [ ] Support open-source models, as a replacement for openai models. Note that a minimal requirement for each open-source model is to have 8k+ context, and good support for generating json as an output
|
||||||
|
Reference in New Issue
Block a user