This repository contains concept and code for building AI Agents using langgraph and langchain from absolute basics.
I have used Qwen2.5-3B-Q5 model for this project but honestly you can switch the any gguf file in the model file and use them or make APIs calls to use some other models.
| Chapter Title | Main code |
|---|---|
| Basics | Basics |
| Agents | Agents |
| AI Agents | AI Agents |
| Text |
(basics-ref) : https://github.com/nithish-ctrl/Agents-From-Scratch-Using-Langgraph/tree/main/Basics
(agents-ref) :
(aiAgents-ref) :