Skip to content

Commit 60265bb

Browse files
committed
readme update with diagram
1 parent 77bc14c commit 60265bb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
5151
This code implements a **GitHub Action** that performs automated code reviews on pull requests (PRs) using the **Lab45 AI API** for large language model (LLM) inference. The action is triggered when a pull request is created or updated(this is configurable by use case, if needed could skip branches or some PRs), and it analyzes the changes in the PR to provide actionable feedback on the code.
5252
53+
### High-level Architecture Diagram
54+
55+
Shared GitHub workflow action which is used by workflows in repos in the organization.
56+
57+
![ai-reviewer](assets/AI-reviewer-action.jpg)
58+
5359
### Key Components
5460
5561
1. **Inputs and Configuration** :

assets/AI-reviewer-action.jpg

102 KB
Loading

0 commit comments

Comments
 (0)