Learn how to build an AI agent that reviews your pull requests.
Total time: 01:28:34
Lesson 1
Intro
Not Started Video time: 13:59
Lesson 2
Setup
Not Started Video time: 25:31
Lesson 3
Project
Not Started Video time: 49:04
Section 3
Level 2: Build a Code Testing Agent
0/3 lessons
Learn how to build an AI agent that generates tests for your codebase.
Total time: 01:25:05
Lesson 1
Intro
Not Started Video time: 22:31
Lesson 2
Setup
Not Started Video time: 20:33
Lesson 3
Project
Not Started Video time: 42:01
Section 4
Level 3: Build an Iterative Looping Agent
0/3 lessons
Learn how to build a Level 3 AI Agent that listens for a Pull Requests, generates a code review, and then generates tests for the code based on the PR. If the tests don't pass, it will iteratively generate corrected tests until they pass.