Conversation
Enables RAG parsing for Qodo on test_tools-wrappers and pyperf-wrapper
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
|
This relates to RPOPC-830 |
User description
Description
Enables RAG parsing for Qodo on test_tools-wrappers and pyperf-wrapper to bring relevant context to the bot's reviews.
Before/After Comparison
Before
Qodo would only have the context of this repo, and will not know anything about the tools in the
test_tools-wrappersrepo.After
Qodo will have both this repo and
test_tools-wrappersin it's context to perform code feedback.Clerical Stuff
This closes #64
Relates to JIRA: RPOPC-830
PR Type
Enhancement
Description
Added RAG configuration file for AI code review
Enabled RAG parsing for two related repositories
Configured context from
test_tools-wrappersandpyperf-wrapperreposDiagram Walkthrough
File Walkthrough
.pr_agent.toml
Configure RAG with external repository references.pr_agent.toml
test_tools-wrappersand
pyperf-wrapper