Releases: aimanyounises1/LangChainTutorial
Releases · aimanyounises1/LangChainTutorial
v1.0.0 - Comprehensive LangChain Learning Resource
📚 LangChain & LangGraph Tutorial v1.0.0
A comprehensive learning resource for mastering LangChain and LangGraph.
🎯 What's Included
Core Modules:
- agents/ - Complete agent implementations (ReAct, Tool-calling, Deep Research)
- chains/ - Chain patterns and LCEL examples
- rag/ - RAG pipeline implementations
- langgraph_examples/ - LangGraph workflows and state management
- docs/ - Documentation and explanations
📖 Documentation
LCEL_EXPLANATION.md- LangChain Expression Language guideQUICK_REFERENCE.md- Quick reference for common patterns
🚀 Features
- Production-ready code patterns
- Deep research agent implementation
- Modular, well-organized structure
- Comprehensive examples for each concept
🛠️ Getting Started
git clone https://github.com/aimanyounises1/LangChainTutorial.git
cd LangChainTutorial
cp .env.example .env
pip install -r requirements.txtPerfect for developers learning LangChain/LangGraph fundamentals and best practices!