Completion requirements
Opened: Friday, 10 October 2025, 12:00 AM
Due: Thursday, 16 October 2025, 11:59 PM
Your job for this week:
Cover Module 1 of
https://academy.langchain.com/courses/intro-to-langgraph
- Create a fresh Github repository with name like yourname-langgraph-mat496
- As you watch each video in the in the series:
- you will be learning something new
- run the given code
- [IMPORTANT] modifiy the code a bit to create your own example
- After each video, commit the changes in your repository.
- Maintain a README.md in your root of your repository.
- Before committing,
- In the README.md, add a short one-two line summary of what you learned in this video.
- In the README.md, add a one line summary of what tweaking you did from the give source code. Add the link of your source file where I can see your tweakings.
- For this assignment, you will have to cover Module 1 this course.
What to submit:
Paste the link of your github repo
What will I check?
- Commit history:
- Submission will be rejected if don't see video by video commit history.
- Submission will be rejected if you have not summarized in each commit, what you have learned.
- Submission will be rejected if you have name made created new examples of your own