You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/patterns/multi-agent-code-review.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,16 +74,16 @@ Reviews security posture:
74
74
75
75
## Implementation
76
76
77
-
### Reference Orchestrator Script
77
+
### Reference Implementation
78
78
79
-
See [`scripts/autonomous-review/review-reference.sh`](../../scripts/autonomous-review/review-reference.sh) for a reference implementation showing:
79
+
A reference orchestrator implementation would include:
80
80
81
81
- Parallel agent dispatch
82
82
- Finding collection and aggregation
83
83
- Critical issue auto-fix loop
84
84
- Report generation
85
85
86
-
**Note**: The script demonstrates the pattern. Adapt the agent invocation syntax to your specific tooling (Claude Code Task tool, OpenAI Assistants API, etc.).
86
+
**Note**: Adapt the agent invocation syntax to your specific tooling (Claude Code Task tool, OpenAI Assistants API, etc.). See the demo-fastapi repository for working examples.
0 commit comments