https://github.com/zeesshhh0/learning_langgraph
This repository contains my code and notes as I learn about Agentic AI using LangGraph
https://github.com/zeesshhh0/learning_langgraph
agents langgraph langgraph-python notes
Last synced: 3 months ago
JSON representation
This repository contains my code and notes as I learn about Agentic AI using LangGraph
- Host: GitHub
- URL: https://github.com/zeesshhh0/learning_langgraph
- Owner: zeesshhh0
- Created: 2025-10-02T13:00:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T07:13:34.000Z (4 months ago)
- Last Synced: 2025-10-03T09:13:52.846Z (4 months ago)
- Topics: agents, langgraph, langgraph-python, notes
- Language: Jupyter Notebook
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangGraph - My Learning Journey
This repository contains my code and notes as I learn about Agentic AI using LangGraph
## What I've Learned
I will be checking off the topics as I complete them. You can find the code for each topic in the respective folders.
- [x] Agentic AI Fundamentals
- [x] LangChain vs. LangGraph
- [x] Sequential Workflows
- [x] Parallel Workflows
- [x] Branching & Nested Workflows
- [ ] Iterative Workflows
- [ ] Memory (Short-term & Long-term)
- [ ] Human-in-the-Loop Interaction
- [ ] Debugging & Monitoring
- [ ] LangGraph Studio & Tracing
- [ ] Tool Integration (Agents + APIs)
This repository contains my code and notes as I learn about Agentic AI using LangGraph from the [Agentic AI using LangGraph](https://youtube.com/playlist?list=PLKnIA16_RmvYsvB8qkUQuJmJNuiCUJFPL) playlist by CampusX.