langchain-ai/deepagentsjs
The batteries included agent harness. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 86
- Longevity 28
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 394
- days_rel: 12
- days_push: 7
- n_releases_24m: 121
Adoption not part of the score
1507 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Deep Agents (deepagentsjs) is a TypeScript library from LangChain for building controllable LLM-powered agents on top of LangGraph. It provides a batteries-included agent harness with built-in file system tools for context management, subagent spawning, task planning, long-term memory, and human-in-the-loop approval.
Use cases
- build ai agents that plan and execute multi-step tasks
- spawn subagents with isolated context windows
- give agents file system read/write tools for context management
- build a research agent that writes reports
- add human approval checkpoints to agent workflows
- run background subagent tasks while user keeps chatting
- build agents with long-term memory and skills
When to choose
- you want a batteries-included agent harness instead of assembling LangGraph primitives yourself
- your agent needs subagent delegation, planning, and file-based context offloading
- you're already in the LangChain/LangGraph JavaScript ecosystem
- you need human-in-the-loop pauses at critical decision points
When to avoid
- you need a simple single-prompt LLM call with no tooling
- you're not using a model that supports tool calling
- you want a Python agent framework (use the Python deepagents package instead)
- you need fully managed agent hosting rather than a code library
Facets
library · maturity active
agent-framework llm-inference prompt-engineering rag artificial-intelligence large-language-models developer-tools cross-platform deep-agents subagents agent-harness file-system-tools context-management human-in-the-loop langgraph task-planning long-term-memory ai-agents nodejs typescript
10 sources
- readme: https://github.com/langchain-ai/deepagentsjs · fetched 2026-08-28 · c70bcf6c702b
- homepage: https://docs.langchain.com/oss/javascript/deepagents/overview · fetched 2026-08-29 · 884e6d5b800f
- site_page: https://docs.langchain.com/ · fetched 2026-08-29 · e6cbe67a291c
- site_page: https://docs.langchain.com/oss/javascript/integrations/providers/overview · fetched 2026-08-29 · 7515eb0371ae
- site_page: https://docs.langchain.com/oss/javascript/deepagents/quickstart · fetched 2026-08-29 · 024d8daaf307
- site_page: https://docs.langchain.com/oss/javascript/releases/changelog · fetched 2026-08-29 · c721685caee9
- site_page: https://docs.langchain.com/langsmith/observability-quickstart · fetched 2026-08-29 · e2173e54f36b
- site_page: https://docs.langchain.com/oss/javascript/integrations/middleware · fetched 2026-08-29 · 92cd5d6dbea6
- site_page: https://docs.langchain.com/use-these-docs · fetched 2026-08-29 · 5ab7220bb555
- registry_npm: https://registry.npmjs.org/deepagentsjs · fetched 2026-08-29 · 0be86f2fb223
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/deepagentsjs | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/deepagentsjs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem