Deep Agents

Search documents
LangChain Academy New Course: Deep Agents with LangGraph
LangChain· 2025-09-18 15:56
Anthropic's Claude Code, OpenAI's Deep Researcher, and Manus's general purpose agent have demonstrated that agents can be amazingly effective on complex, long-running tasks. We call these Deep Agents because they have a few key differentiators from earlier forms of agents. In our new LangChain Academy course, Deep Agents with LangGraph, you'll learn their key characteristics and how to implement them in your own Deep Agent.So what makes these agents different. Under the hood, they use a simple ReAct tool-ca ...
Deep Agents JS
LangChain· 2025-08-18 16:19
Deep agents are a type of agent that complete tasks over longer time horizons. This is the architecture that agents like Claude Code, Manis, and Deep Research use to complete their task. In this video, we'll be creating a research deep agent in Typescript.One that can go out, do web searches, and synthesize that information in a cohesive report. All done through our new deep research typescript library. And so in this video we will be creating a TypeScriptbased research agent and connect it to this deep age ...
Deep Agents UI
LangChain· 2025-08-13 16:47
Deep agents are a form of agents that plan, reason, and act over longer time horizons. We built a dedicated UI for viewing and interacting with these agents that show its plan, the status of the file system that it uses, and any sub aents it kicks off. My name is Nick.I'm an engineer at Langchain, and today you'll learn how to set up this UI. Now, as a quick refresher, we can think of deep agents as a variant of the generic React tool calling architecture. Under the hood, deep agents still follow the same i ...
What are Deep Agents?
LangChain· 2025-07-31 18:29
Claude Code is a fantastic agent and has recently taken the developer community by storm and interestingly not just for coding related things but for other things in general writing books, writing reports, things like that. And part of the reason is that it is so good at general purpose and longer time horizon planning and and doing things deeply that it it can be extended to to all of these things. This isn't the first agent that has come out that has been able to do these deep work.So we have Manessa, a g ...