agent active

PR-Agent

Maker: The-PR-Agent License: MIT Stars: 12.6k First released: 2023-07-05 Language: Python

About

PR-Agent popularized AI pull-request review as a category, and its design remains distinctive: rather than an autonomous multi-step agent, each command makes one targeted LLM call against a compressed view of the PR, keeping responses fast and cheap enough to run on every pull request. Comment commands like /describe, /review, and /improve work identically on GitHub, GitLab, Bitbucket, Azure DevOps, and Gitea, with TOML configuration and JSON-based prompt customization for teams that need to tune behavior. Token-aware PR compression handles large diffs that would otherwise blow context limits, and a broad LiteLLM-based provider list means it runs against OpenAI, Anthropic, DeepSeek, or self-hosted models. Since Qodo donated the project it is community-maintained, with an external maintainer and a pending foundation transfer. Teams adopt it as the low-cost, platform-agnostic baseline for automated PR review, and its open-source core underpins Qodo's commercial offering.