Skip to content

Commit 7ebe2f5

Browse files
authored
Create README.md
1 parent 7b47953 commit 7ebe2f5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# pull-request-automated-notifications
2+
Websockets client chat with LLM
3+
4+
The Automated Pull Request Reviewer Bot leverages Large Language Models (LLMs) to automate the review of pull requests (PRs) . The purpose is to enhance the efficiency and accuracy of code reviews by providing detailed feedback, identifying potential issues, and suggesting improvements to streamline the code review process.
5+
6+
** See pull-request-automated-review/docs for all project documentation.
7+
** See /CloudFormation for all CF templates for this project. **
8+
** See /docs/Deployments.docx for notes on build and deployments of all related components including CF for the infrastructure.**
9+
10+
** Repos included as part of this project: **
11+
pull-request-automated-review: Main project repo. Code review orchestration and github integration. Lamdas.
12+
pull-request-automated-chat: Chat conversation inteface. Python running in ECS.
13+
pull-request-automated-notifications. Push PR service. C# running in ECS.
14+
pull-request-automated-git-provider. Not implemented. REST API for git services. This functionality currently part of pull-request-automated-review.
15+
pull-request-automated-experiments: project for prototyping API interfaces.
16+
pull-request-test-repo: Early repo used to create PRs for testing.
17+
18+
19+

0 commit comments

Comments
 (0)