1245 related articles

An in-depth analysis of AI agent development based on Langchain.js—comparing workflow agents and Agent Loops, deconstructing the TypeScript implementation path of an OpenClaw-like engine, covering structured output, MCP, and LangGraph.

LangChain releases four major updates: OpenWiki for auto-generating codebase docs, voice agent tutorials, Harbor evaluation integration, and deepagents programmable sub-agents.

Starting from the three limitations of LLMs, this guide systematically explains LangChain's core positioning, environment setup, API key prep, model init, and the message system. Learn init_chat_model and AIMessage/HumanMessage/SystemMessage.

Deep dive into LangChain's three modules: Chain pipelines, LangGraph state graphs, and autonomous planning Agents. From RAG to ReAct — build your AI architecture thinking.

An in-depth breakdown of LangChain 1.3's core concepts, covering the three major limitations of LLMs, Agent architecture, memory management, and a complete learning path. Master LangChain and LangGraph to quickly build AI development skills.

LangChain is an open-source framework connecting LLMs with external data. This guide explains its three core components: Components, Chains, and Agents for enterprise AI development.

Master LangChain from scratch: the three limitations of LLMs, init_chat_model unified interface config, the Message type system, and the path from LLM calls to Agent development.

An in-depth look at LangChain 1.3's core modules and DeepAgent architecture—covering the Harness philosophy, LangGraph internals, HITL, memory management, and guardrails to master production-grade AI Agent development.

A beginner's guide to the LangChain open-source framework: explaining how to use the init_chat_model unified interface, tips for disabling DeepSeek's thinking mode, and core essentials of Agent development.

Andrew Ng and LangChain CEO Harrison Chase's AI Agents in LangGraph course covers five agent design patterns and LangGraph's graph-based framework for building cyclical AI workflows.

Andrew Ng and LangChain CEO Harrison Chase present AI Agents in LangGraph, covering five core agent design patterns and LangGraph's graph-based framework for building cyclical agentic workflows.

Deep dive into LangChain's core Model and Agent concepts, covering unified model interfaces, agent tool calling, middleware mechanisms, and key principles for building LLM applications.

A deep dive into LLM selection for LangChain and MCP agent development, comparing DeepSeek V3/R1 vs Qwen3 on Function Calling and MCP support with practical tips.

LangChain's Chicago Meetup spotlights Deep Agents — exploring the evolution from simple Agents to multi-layered reasoning and long-chain task execution.

In-depth analysis of LangChain's open-source social-media-agent: content sourcing, AI curation, scheduled publishing, Human-in-the-Loop design, and LangGraph architecture.

Deep dive into LangGraph's core positioning, its relationship with LangChain, practical code comparisons of Chain vs Graph, understanding Agent essentials, and multi-agent orchestration design.

A systematic guide to LangChain LLM application development, covering environment setup, core components (RAG, Chain, Memory), and Agent development to help developers master LLM app building.
Industry InsightsLangChain unveils a full-lifecycle toolchain for Agent development at Interrupt, covering Deep Agents 0.6, SmithDB, Context Hub, LLM Gateway, and LangSmith Engine.
TutorialsA systematic guide to LangChain's core features, covering LLM vs. Agent concepts, unified interface design, multi-provider support, environment setup, and hands-on code examples for AI app development.
TutorialsIn-depth comparison of LangGraph vs LangChain: controllability, extensibility, and FastAPI-powered performance. Covers storage, enterprise private deployment, and migration guidance for agent developers.