Skip to content

ali-saadat/llm-workshop-collection

Repository files navigation

🚀 LLM Workshop Collection

Complete workshop series for LLM development and AI agents


🎯 Choose Your Workshop

📚 Basic Workshop (3 hours) - START HERE

Perfect for beginners - Learn LLM fundamentals, agents, and MCP servers

Quick Start:

cd basic_workshop/scripts
python3 workshop_setup.py
cd ../notebooks
# Open workshop_master.ipynb in VS Code/Cursor

What You'll Learn:

  • Connect to LLM endpoints
  • Build LangChain agents with tools
  • Create MCP servers
  • Connect to VS Code/Cursor

🚀 Advanced Workshop (3 hours)

For experienced developers - Production patterns, multi-agent systems, observability

Quick Start:

cd advanced_workshop/notebooks
# Open advanced_workshop_master.ipynb in VS Code/Cursor

What You'll Learn:

  • Advanced search patterns (RAG, semantic understanding)
  • Multi-agent systems with LangGraph
  • Production deployment with LangServe
  • Observability with LangSmith

📋 Prerequisites

  • Python 3.8+
  • VS Code, Cursor, or WindSurf
  • Basic Python knowledge

🚀 Getting Started

1. Setup Environment

cd basic_workshop/scripts
python3 workshop_setup.py

2. Start Learning

cd basic_workshop/notebooks
# Open workshop_master.ipynb in VS Code/Cursor

📚 Documentation

  • docs/README.md - Detailed basic workshop guide
  • docs/QUICK_START.md - 5-minute setup guide
  • advanced_workshop/README.md - Advanced workshop guide

🎯 Workshop Progression

  1. Start with Basic Workshop - Build foundation
  2. Progress to Advanced Workshop - Learn production patterns
  3. Apply to Your Business - Customize for your use cases

🆘 Need Help?

  1. Check the appropriate workshop folder
  2. Review documentation in docs/
  3. Run the setup script if you get errors

🎉 Happy Learning!

Ready to build amazing AI systems? Start with the basic workshop! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors