Oreilly Live Training Agents
Description
Repository for all the code and notebooks for the O'Reilly live-training: "Getting Started with LLM Agents using Langchain"
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
O'Reilly Live Training - Getting Started with LLM Agents using LangChain & LangGraph
Quick Setup (Recommended: uv)
The fastest way to get started is using [uv](https://github.com/astral-sh/uv), a modern Python package manager:
**Install uv:**
curl -LsSf https://astral.sh/uv/install.sh | sh**Create and activate virtual environment:**
uv venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate**Install dependencies:**
uv pip install -r requirements/requirements.txt**Set up your environment variables:**
cp .env.example .env # Edit .env and add your API keys**Install Jupyter kernel for this project:**
python -m ipykernel install --user --name=oreilly-agents --display-name "O'Reilly Agents (oreilly-agents)"
Alternative Setup Methods
Using Conda
- Install anaconda
- Create an environment:
conda create -n oreilly-agents python=3.11 - Activate your environment with:
conda activate oreilly-agents - Install requirements with:
pip install -r requirements/requirements.txt - Setup your openai API key
Using Pip
**Create a Virtual Environment:** Navigate to your project directory. If using Python 3's built-in `venv`: `python -m venv oreilly-agents` If you're using `virtualenv`: `virtualenv oreilly-agents`
**Activate the Virtual Environment:**
- On Windows:
.\oreilly-agents\Scripts\activate - On macOS and Linux:
source oreilly-agents/bin/activate
- On Windows:
**Install Dependencies from `requirements.txt`:**
pip install -r ./requirements/requirements.txt
Remember to deactivate the virtual environment afterwards: `deactivate`
Setup your .env file
Copy the `.env.example` file to `.env` and add your API keys:
cp .env.example .env
Then edit `.env` and add your keys:
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI