Skip to content

Commit 84690f6

Browse files
experiment: try sub-agent delegation for PR reviews
Point the pr-review workflow at the extensions sub-agent branch (OpenHands/extensions#164) and enable use-sub-agents: true to experiment with file-level review delegation in this repo. Revert to @main once the experiment concludes and the extensions PR is merged. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 85341cb commit 84690f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-review-by-openhands.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,16 @@ jobs:
4040
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Run PR Review
43-
uses: OpenHands/extensions/plugins/pr-review@main
43+
# Point to the extensions sub-agent branch for experimentation
44+
# Revert to @main once OpenHands/extensions#164 is merged
45+
uses: OpenHands/extensions/plugins/pr-review@feat/pr-review-sub-agent-delegation
4446
with:
4547
llm-model: litellm_proxy/claude-sonnet-4-5-20250929
4648
llm-base-url: https://llm-proxy.app.all-hands.dev
4749
# Review style: roasted (other option: standard)
4850
review-style: roasted
51+
# Experimental: enable sub-agent delegation for file-level reviews
52+
use-sub-agents: 'true'
4953
llm-api-key: ${{ secrets.LLM_API_KEY }}
5054
github-token: ${{ secrets.PAT_TOKEN }}
5155
lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}

0 commit comments

Comments
 (0)