MCP Directory
Back

oreilly-ai-agents

by sinanuozdemir · Jupyter Notebook · ★ 283

An introduction to the world of AI Agents

#agent#agentic-ai#agents#ai#autogen#claude#crewai#deepseek#deepseek-r1#generative-ai#langchain#langgraph#llama-4#llm#mcp#model-context-protocol#multi-agent#multi-agent-systems#openai#smolagents

Install

git clone https://github.com/sinanuozdemir/oreilly-ai-agents.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "oreilly-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "github:sinanuozdemir/oreilly-ai-agents"
      ]
    }
  }
}

From the README

This repository contains code for both my live course: [O'Reilly Live Online Training for AI Agents A-Z](https://learning.oreilly.com/live-events/ai-agents-a-z/0642572007604) and my video series: [Modern Automated AI Agents: Building Agentic AI to Perform Complex Tasks ](https://learning.oreilly.com/course/modern-automated-ai/9780135414965/) This course provides a comprehensive guide to understanding, implementing, and managing AI agents both at the prototype stage and in production. Attendees will start with foundational concepts and progressively delve into more advanced topics, including v…
Read full README on GitHub →

Related ai & ml servers