langchain-ailangchain-aiOfficialยท22 Agent Skills Included

deepagents

Build production-ready AI agents with planning, memory, and sub-agents

Builds autonomous AI agents that plan multi-step tasks, delegate work to sub-agents, manage files, and remember context across sessions. Removes the need to hand-wire agent loops, context summarization, tool routing, and human approval steps from scratch. Works with any LLM and ships with ready-made skills for research, SQL querying, code review, and content writing.
npx skills add langchain-ai/deepagents --all -g -y
Available:

Routes the AI agent to the correct package and scoped guide for each task, and enforces repository-wide rules on testing, security, and safe code changes.

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

arxiv-search

Searches arXiv for recent/preprint papers and outputs formatted titles and summaries.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

langgraph-docs

Fetches LangGraph Python documentation to answer questions and guide implementation via URLs.

Official
Basic
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

skill-creator

Evaluate skill creation, modification, and validation requests for Deepagents CLI workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

web-research

Orchestrate multi-source web research with parallel subagents and cited reports.

Official
Advanced
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

textual-screenshot

Capture Textual terminal UI states as SVG screenshots using the headless test harness.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

skill-creator

Create, initialize, and validate agent skills with SKILL.md frontmatter and bundled resources.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

web-research

Delegates web searches to subagents and synthesizes cited research reports.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

deepagents-thread-inspector

Inspect and summarize conversations stored in the local Deep Agents Code SQLite session database.

Official
Advanced
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

remember

Captures conversation learnings into persistent AGENTS.md memory or reusable skill files.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

data-visualization

Create publication-quality matplotlib and seaborn charts saved as PNG files in headless environments.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

cudf-analytics

Analyze CSV and tabular datasets with GPU-accelerated NVIDIA cuDF operations.

Official
Intermediate
๐Ÿ“ฆ In Repo
langchain-ailangchain-ai

gpu-document-processing

Extract text, tables, and embeddings from large PDFs using GPU-accelerated sandbox processing.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Deep Agents?โ–ผ

Run `npx skills add langchain-ai/deepagents --all -g -y` in your terminal to install all skills in this suite globally.

What is Deep Agents used for?โ–ผ

It is an open-source agent harness that gives any LLM built-in planning, file access, sub-agent delegation, and long-term memory so it can complete long multi-step tasks on its own.

Does Deep Agents work with models other than OpenAI?โ–ผ

Yes. It works with any model that supports tool calling, including Anthropic, Google, open-weight models, and local models via Ollama or vLLM.

How is Deep Agents different from LangChain and LangGraph?โ–ผ

LangGraph is the runtime and LangChain's create_agent is a minimal harness; Deep Agents adds opinionated defaults like filesystem access, sub-agents, and context management on top, ready to use out of the box.

Can I create my own custom skills for Deep Agents?โ–ผ

Yes. The built-in skill-creator guides your agent through scaffolding, writing, and validating new SKILL.md skills that the agent loads on demand.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’