Bonus: Resources

A curated collection of documentation, articles, blog posts, and videos to deepen your understanding of Deep Agents and the broader agent ecosystem.

Official Documentation

Deep Agents

Specifications

LangChain Ecosystem

Blog Posts

These posts from the LangChain team explain the design decisions and evolution of Deep Agents:

Podcasts & Videos

Context Engineering & Agent Architecture

Understanding how context fails is essential for building reliable agents. These articles explain why subagents, summarization, and context isolation matter:

Observability & Tracing

Model Providers

Deep Agents supports any LiteLLM-compatible provider. Here are the ones covered in this workshop:

  • uv — the Python package manager used throughout this workshop

  • LangGraph Studio — visual debugger for LangGraph agents

  • Showroom Template — the Antora-based lab format this workshop is built on

Community

Key Concepts Reference

A quick lookup for the core concepts covered in this workshop:

Concept Where to learn more

create_deep_agent()

Module 1 and source code

Four Pillars

Workshop Overview and introductory blog post

SubAgent TypedDict

Module 5 and Module 6

SKILL.md format

Module 7 and Agent Skills spec

AGENTS.md

Module 8 and AGENTS.md spec

load_subagents() pattern

Module 6 and content-builder-agent example

Middleware stack

Module 8 and source code

Backends

Module 3 and v0.2 blog post

Human-in-the-loop

Module 4 and Capstone

LangFuse tracing

Bonus: Tracing and LangFuse docs