PR-Agent provides three local installation methods, suitable for different usage scenarios:
- The Docker Way: Implementation
docker pull qodo-ai/pr-agentGet official images for containerized deployment environments - pip install: By
pip install pr-agentDirect installation of Python packages for Python development environments - Source Code Installation: Clone the repository and run
python setup.py installFor advanced users who need to customize their modifications
The following configuration is recommended after the installation is complete:
- In the project root directory, create the
.pr_agent.tomlconfiguration file - Set parameters such as depth of analysis, feedback format, etc. as required
- For GitHub projects, you also need to add the Qodo Merge application license in the repository settings
Of the three installation methods, the Docker method is the most recommended to avoid environment dependency issues and enable one-click deployment.
This answer comes from the articlePR Agent: automated pull request analysis toolThe































