deepagentsjs
Ready-to-run AI agent harness with planning, files, and sub-agents
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install deepagentsjs?โผ
Run `npx skills add langchain-ai/deepagentsjs --all -g -y` in your terminal to install all tools in this suite globally.
What is Deep Agents for JavaScript?โผ
It is a batteries-included agent harness from LangChain that gives you a working AI agent out of the box, with planning, filesystem tools, and sub-agents already configured.
How do I build an AI agent without wiring prompts manually?โผ
Call createDeepAgent() and invoke it with a user message; the agent plans tasks, reads and writes files, and delegates work to sub-agents automatically.
Does deepagentsjs work with different AI models?โผ
Yes. It is provider agnostic and works with any tool-calling chat model, including OpenAI and Anthropic models, and it is built on LangGraph for streaming and persistence.
Can I test and evaluate my agent's behavior?โผ
Yes. The suite includes ready-made eval suites for memory, tool use, sub-agents, and more, with results reported to LangSmith for tracing and debugging.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core