Socket
Book a DemoInstallSign in
Socket

deepagents

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepagents

Deep Agents - a library for building controllable AI agents with LangGraph

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1.1K
-7.7%
Maintainers
2
Weekly downloads
 
Created
Source

🧠🤖Deep Agents

Using an LLM to call tools in a loop is the simplest form of an agent. This architecture, however, can yield agents that are "shallow" and fail to plan and act over longer, more complex tasks. Applications like "Deep Research", "Manus", and "Claude Code" have gotten around this limitation by implementing a combination of four things: a planning tool, sub agents, access to a file system, and a detailed prompt.

deepagents is a TypeScript package that implements these in a general purpose way so that you can easily create a Deep Agent for your application.

![TIP] Looking for the Python version of this package? See here: hwchase17/deepagents

Installation

yarn add deepagents

Learn more

For more information, check out our docs: https://docs.langchain.com/labs/deep-agents/overview

Keywords

ai

FAQs

Package last updated on 29 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts