1
beginner
3 min readBuilding Your First LangChain Agent
Build a practical first LangChain agent with one model, one tool, and one clear task.
2
beginner
3 min readChains and Runnables in LangChain
Understand how LangChain composes prompts, models, and parsers with the Runnable interface.
3
intermediate
3 min readLangChain Agents Explained
Understand how LangChain agents decide between tools, manage intermediate steps, and where they fit in real apps.