langchain-ai/deepagentsjs
A TypeScript agent harness providing a ready-to-run agent with built-in planning, filesystem tools, sub-agents, and context management.

Deep Agents is an opinionated agent harness built on LangChain/LangGraph that ships a complete, runnable agent out of the box. It includes planning tools for task breakdown with write_todos, filesystem operations for working memory, sub-agent delegation with isolated context windows, and built-in prompt and middleware defaults. Users can customize specific components without wiring prompts, tools, and context management from scratch.