Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
8aea1bf
Create PR_Summary_Agent.yml
BrandonwLii Jul 31, 2025
706e539
Rename PR_Summary_Agent.yml to pr-summary-agent.yml
BrandonwLii Jul 31, 2025
74a0a75
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
775ffc7
Update pr-summary-agent.yml to use mock agent
BrandonwLii Jul 31, 2025
fc9d693
Added support to the prompt for the initial PR comment
jackmcau Jul 31, 2025
717a244
Switched default model to CLAUDE-3.5-Sonnet
jackmcau Jul 31, 2025
95b8cfe
Changed default LLM model to CLAUDE
efunchy Jul 31, 2025
b441b25
test
Jul 31, 2025
1d8bf22
test
Jul 31, 2025
95784ee
Added mock agent for github integration testing
Jul 31, 2025
e5a5ea6
add pr id to env
BrandonwLii Jul 31, 2025
802de10
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
8410ef5
add github token as env
BrandonwLii Jul 31, 2025
9735af2
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
1b8f564
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
1085cee
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
a7b9e26
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
dff95c9
Update pr-summary-agent.yml
BrandonwLii Jul 31, 2025
09d9262
Merge branch 'main' of github.com:supercog-ai/PR_code_review-agent
AbbyParo Aug 1, 2025
fcd8c92
Updated the main agent for a2a
AbbyParo Aug 1, 2025
a384d0a
Fix merge issue
BrandonwLii Aug 1, 2025
424b8fc
Fix merge issue
BrandonwLii Aug 1, 2025
5ff875f
Update PR_agent.py
AbbyParo Aug 4, 2025
6ae9b01
Merge branch 'main' of github.com:supercog-ai/PR_code_review-agent
AbbyParo Aug 4, 2025
22cba97
added code rag subagent
Aug 4, 2025
3e1aa8e
Import debugging for PR_agent.py
AbbyParo Aug 4, 2025
cded8d0
fixed ragtool import error (remove src)
efunchy Aug 4, 2025
c9ace8c
Fixed implemenation
Aug 4, 2025
d943463
minor fixes
Aug 4, 2025
7b5a8cf
minor fix
Aug 4, 2025
3d8acd1
minor fix/debug
Aug 4, 2025
cc333ff
Updated instructions to keep format from new PR_agent.py, also update…
jackmcau Aug 4, 2025
bd26fd9
Merge branch 'main' of github.com:supercog-ai/PR_code_review-agent
jackmcau Aug 4, 2025
b808735
debugging and fixes
Aug 4, 2025
e6ffefc
modified: pr_agent/PR_agent.py
Aug 4, 2025
fe4d128
first working build
Aug 5, 2025
541dbb6
py rag support
Aug 5, 2025
1030bce
modified: pr_agent/PR_agent.py
Aug 5, 2025
79a964e
now uses actual agent
Aug 5, 2025
1ba0c84
now uses actual agent
Aug 5, 2025
b333295
modified: .github/workflows/pr-summary-agent.yml
Aug 5, 2025
817de6c
Fully working build!
Aug 6, 2025
7dd27be
added git-grep searching capabilities
efunchy Aug 6, 2025
5fa96ee
added GitGrep sub-agent support to main agent
efunchy Aug 6, 2025
be1200b
Switched pr and git grep agents to not inherit agent, switched to cle…
jackmcau Aug 7, 2025
a6fc14f
Changed prompts for relevance agent and query agent to (hopefully) ac…
jackmcau Aug 7, 2025
48245df
Removed unused imports
jackmcau Aug 7, 2025
43822ee
Remove bad instruction
jackmcau Aug 7, 2025
2f1ba78
Removed unused function
jackmcau Aug 7, 2025
ce9c6e5
test (#10)
BrandonwLii Aug 7, 2025
1596af9
Final agent
BrandonwLii Aug 7, 2025
773e771
yaml fix
Aug 7, 2025
b90caac
fixes
Aug 7, 2025
737aec7
cache
Aug 7, 2025
f8ee922
fixes
Aug 7, 2025
a8fffbc
fixes
Aug 7, 2025
abb87f9
fixes
Aug 7, 2025
cc83eca
fixes
Aug 7, 2025
5686f04
fixes
Aug 7, 2025
28db072
fixes
Aug 7, 2025
511861d
fixes
Aug 7, 2025
1b976bf
fixes
Aug 7, 2025
3a6d100
fix
Aug 7, 2025
aa8ba01
fix
Aug 7, 2025
5b18e96
fixes
Aug 7, 2025
11a5e68
fixes
Aug 7, 2025
27995ea
fixes
Aug 7, 2025
b520268
fixes
Aug 7, 2025
d9a8a4e
try
Aug 8, 2025
67921f9
try
Aug 8, 2025
e912195
try
Aug 8, 2025
bad82f8
try
Aug 8, 2025
7fb2aef
github workflow now provides repo info instead of hard coding
Aug 11, 2025
9d7a87b
Removed relevance checker
BrandonwLii Aug 12, 2025
3b0c79d
Updated grep to find full function
Aug 12, 2025
163f3a9
Documentation for setup and running PR agent
Aug 16, 2025
a6bb459
Removed test patch file from main repository folder
Aug 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/workflows/pr-summary-agent.yml

This file was deleted.

Loading