Fun with Large Models
Fun with Large Models
Apr 22, 2026 · Artificial Intelligence

How to Quickly Integrate Agent Skills in LangChain DeepAgents

This article provides a step‑by‑step guide to using Agent Skills in LangChain DeepAgents, covering the Skills directory structure, the four engineering steps (discovery, system‑prompt injection, progressive loading, execution), and two practical examples—a simple skill lookup and a complex docx‑processing skill—complete with code snippets and troubleshooting tips.

Agent SkillDeepAgentsFileSystemMiddleware
0 likes · 15 min read
How to Quickly Integrate Agent Skills in LangChain DeepAgents
Fun with Large Models
Fun with Large Models
Apr 3, 2026 · Artificial Intelligence

Fast Guide to LangChain DeepAgents: How SubAgents Work

This article explains DeepAgents SubAgent mechanisms, showing how context isolation and task division improve complex agent workflows, details two creation methods (dictionary‑based and compiled), demonstrates a search‑and‑report demo, and outlines suitable and unsuitable scenarios with practical code examples.

AI agentsDeepAgentsLangChain
0 likes · 15 min read
Fast Guide to LangChain DeepAgents: How SubAgents Work
AI Waka
AI Waka
Mar 30, 2026 · Artificial Intelligence

Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents

Deep Agents, an open‑source framework built on LangChain and LangGraph, provides a ready‑to‑use agent harness with planning, file‑system tools, sandboxed shell access, sub‑agents, automatic context management, and built‑in observability for Python and TypeScript developers seeking a flexible replacement for Claude Code.

AI automationDeepAgentsLangChain
0 likes · 9 min read
Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents
Fun with Large Models
Fun with Large Models
Mar 25, 2026 · Artificial Intelligence

Quick Guide to LangChain DeepAgents: Core Features and Fast Onboarding

This article introduces the background and key advantages of the DeepAgents framework, explains its four core capabilities—task planning, context management, sub‑agent generation, and long‑term memory—and provides a step‑by‑step code example that builds a complex AI agent with just a few lines of Python.

AI agentsDeepAgentsLangChain
0 likes · 11 min read
Quick Guide to LangChain DeepAgents: Core Features and Fast Onboarding
Fun with Large Models
Fun with Large Models
Mar 11, 2026 · Artificial Intelligence

LangChain DeepAgents Quick Guide – FileSystem Middleware Gives AI Agents System‑Level Memory Management

This article explains why AI agents need a memory‑management solution, introduces LangChain DeepAgents' FileSystem middleware, details its four backend options for short‑term, long‑term, disk‑based, and hybrid storage, and provides step‑by‑step Python examples for installing, configuring, and using the middleware in real‑world scenarios.

AI AgentDeepAgentsFileSystemMiddleware
0 likes · 16 min read
LangChain DeepAgents Quick Guide – FileSystem Middleware Gives AI Agents System‑Level Memory Management
Fun with Large Models
Fun with Large Models
Feb 25, 2026 · Artificial Intelligence

Fast Guide to LangChain DeepAgents: Using Summarization Middleware to Optimize Agent Memory

This article explains how LangChain DeepAgents' Summarization middleware automatically compresses conversation history to overcome large‑model context window limits, detailing its core mechanism, applicable scenarios, configuration parameters (trigger, keep, model, summary_prompt), and step‑by‑step Python examples that illustrate its integration and internal message flow.

AI agentsDeepAgentsLangChain
0 likes · 23 min read
Fast Guide to LangChain DeepAgents: Using Summarization Middleware to Optimize Agent Memory
Fun with Large Models
Fun with Large Models
Feb 24, 2026 · Artificial Intelligence

DeepAgents Quickstart Guide: A Full Walkthrough of Core Features

This article introduces LangChain's DeepAgents framework, explains its design goals, compares it with LangChain and LangGraph, and provides a step‑by‑step code walkthrough that demonstrates task planning, sub‑agent delegation, tool usage, and result generation for building complex AI agents with just a few lines of code.

AI agentsAgent orchestrationDeepAgents
0 likes · 15 min read
DeepAgents Quickstart Guide: A Full Walkthrough of Core Features
AI Large Model Application Practice
AI Large Model Application Practice
Nov 17, 2025 · Artificial Intelligence

Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide

DeepAgents, the new open‑source agent framework from LangChain, extends LangChain and LangGraph with built‑in task planning, virtual file systems, long‑term memory and sub‑agent support, and this article walks through its architecture, core capabilities, detailed code examples, and future roadmap.

AI agentsDeepAgentsLangChain
0 likes · 15 min read
Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide