All Topics

Integrations

LangSmith for observability, OpenTelemetry for tracing, MCP for infinite tools, voice and multimodal agents, and real-time streaming patterns.

0/18
LangSmith: See Everything

Full observability for your agent: automatic tracing, run visualization, latency breakdowns, and debugging failed runs step by step.

intermediate10 min
LangSmith Automation Rules

Trigger automated actions on production traces — route failing runs to annotation queues, auto-build evaluation datasets, and fire webhooks when anomalies appear.

advanced9 min
LangSmith Datasets & Experiments

Systematic evaluation with versioned datasets — create from traces, CSV, or manual entry, run experiments, compare results across prompt versions, and build annotation workflows.

advanced11 min
Distributed Tracing

Cross-service trace correlation — propagate trace context from your API gateway through microservices to LLM calls, and visualize the full request lifecycle in one trace.

advanced10 min
LangSmith MCP Server

Access your LangSmith workspace via Model Context Protocol — query traces, manage prompts, run experiments, and monitor billing from any MCP-compatible client.

advanced8 min
OpenTelemetry for Agent Tracing

Vendor-agnostic observability with OpenTelemetry: instrumenting LangGraph agents with spans, tracing across multi-step workflows, and exporting to any backend.

intermediate10 min
Logging, Metrics & Alerting

Building production dashboards for AI agents: structured logging, custom metrics (latency, cost, completion rate), and alerting on anomalies.

intermediate9 min
RAG: Give Your Agent a Brain

Retrieval-Augmented Generation from scratch: embedding documents, vector stores, retrieval strategies, and integrating retrieval into LangGraph agents.

intermediate14 min
MCP: Infinite Tools

The Model Context Protocol: how it works, how to connect MCP servers as LangChain tools, and building your own MCP server for custom integrations.

intermediate10 min
MCP Interceptors

Interceptors wrap MCP tool calls in an onion pattern — inject context, add auth headers, implement retries, gate access, and return Commands for state updates. The middleware layer for MCP.

advanced9 min
MCP Resources & Prompts

Beyond tools: MCP servers can expose resources (data files, DB records, API responses) and prompts (reusable templates) that agents can load on demand.

intermediate8 min
MCP Authentication

Secure MCP connections with OAuth 2.1, API keys, and custom auth — including delegated authentication where agents access services on behalf of users.

advanced8 min
Building Production MCP Servers

Build, deploy, and version production MCP servers with FastMCP — Streamable HTTP transport, health checks, rate limiting, and deployment patterns.

advanced10 min
Voice Agents

Building voice-based agents. Speech-to-text + LangGraph + text-to-speech pipeline, streaming audio, and interruption handling.

advanced10 min
Multimodal Agents (Vision & Files)

Building agents that process images, PDFs, and files: vision model integration, document parsing tools, image generation as a tool, and multimodal state management.

advanced10 min
Voice Agents Deep Dive

Deep dive into production voice agent pipelines. STT/TTS provider tradeoffs, latency budgets, interruption handling, telephony integration, and building a complete voice pipeline with Deepgram + ElevenLabs.

advanced12 min
WebSocket & SSE for Agents

Server-Sent Events vs WebSocket for AI agent communication. When to use each, reconnection strategies, scaling patterns, and production code for both SSE streaming and WebSocket interactive agents.

intermediate10 min
Multimodal Pipelines

Building agents that process video, images, and audio in real-time. Frame extraction, vision models, speaker diarization, pipeline orchestration, and cost optimization for multimodal AI systems.

advanced11 min