Completion requirements
Opened: Thursday, 25 September 2025, 12:00 AM
Due: Saturday, 4 October 2025, 11:59 PM
Your job for this week:
Cover Module 1 and Module 2 of
https://academy.langchain.com/courses/take/intro-to-langsmith/
- Enroll yourself in this online course on Langsmith.
- Create a blank gitbup repository in your account. Name it like: yourusername-langsmith-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 and Module 2 of 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