Workshop Preparation

Installation & Resources

Complete the prerequisite software setup before the workshop day so we can jump straight into building live AI agents.

Interactive Setup Mode

Step-by-Step Terminal & Verification Guide

Use our interactive playground to copy terminal commands, inspect live code lines, and verify your Python & Ollama environment.

Launch Interactive Guide
Quick Checklist

Before You Arrive

1. Install Python 3.11+Runtime

The workshop uses Python as the primary runtime for all agent frameworks. Download from python.org — make sure to check 'Add Python to PATH' on Windows.

Get Link
2. Install VS CodeIDE

Our recommended editor for the hands-on session. Install the Python and Jupyter extensions after setup.

Get Link
3. Setup Ollama Local RunnerLocal AI

Run open-source LLMs like Llama 3, DeepSeek, and Mistral locally on your machine with zero cloud latency.

Get Link
4. Install Workshop LibrariesSDKs

Run this in your terminal: pip install langchain langchain-community langchain-openai chromadb ollama python-dotenv

Get Link
5. Google Colab Backup AccountCloud Fallback

Google Colab provides a free cloud Python environment — handy as a zero-setup fallback during the session.

Get Link
Materials & Code

Workshop Handouts

Download links and starter repo access will be activated live on the morning of the workshop.
PDF / Slides

Workshop Slide Deck

Complete presentation covering LLM internals, prompt chaining, ReAct loops, and agent tool use.

GitHub Repo

Hands-on Starter Repository

Ready-to-run Jupyter notebooks, Python agent scripts, and pre-built tool integration templates.

Cheat Sheet

LLM Agents Reference Sheet

Fast cheat sheet for LangChain agent APIs, prompt patterns, vector search, and troubleshooting.