Summary of "Agentic AI With Langgraph And MCP Crash Course-Part 1"

High-level summary

This is Part 1 of a three-part crash course on building “agentic” AI applications using Langraph. Part 1 (this video) focuses on fundamentals and a long, hands‑on coding walkthrough. Later parts cover advanced agent/workflow patterns (Part 2) and end‑to‑end MLOps/deployment/evaluation (Part 3).

Part 1 is a practical tutorial that walks through:

Course plan / guides shown

Tools and libraries used (installation & setup)

Core Langraph concepts explained and demonstrated

State graph

The state graph has three core components:

Example flow: YouTube URL → transcript node → title node → content node.

State variables and reducers

Node definitions and graph building

Streaming

Tool integration and agents

Memory and checkpointing

Human‑in‑the‑loop

MCP (multi‑server tool) tutorial

Architecture

Examples built

Two MCP servers built using fast-mcp:

  1. Math server
    • Exposes add / multiply tools.
    • Uses stdio transport for local stdio‑based tool calls (useful for local CLI testing).
  2. Weather server
    • Exposes get_weather.
    • Runs as a streamable HTTP server (exposes an HTTP endpoint, e.g., /mcp).

Client and agent

Practical tips & notes

Main speaker and technologies mentioned

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video