deepagents
Build production-ready AI agents with planning, memory, and sub-agents
All Skills in This Repository (22)
Pure Emerald Level Indicatorsarxiv-search
Searches arXiv for recent/preprint papers and outputs formatted titles and summaries.
langgraph-docs
Fetches LangGraph Python documentation to answer questions and guide implementation via URLs.
skill-creator
Evaluate skill creation, modification, and validation requests for Deepagents CLI workflows.
web-research
Orchestrate multi-source web research with parallel subagents and cited reports.
textual-screenshot
Capture Textual terminal UI states as SVG screenshots using the headless test harness.
skill-creator
Create, initialize, and validate agent skills with SKILL.md frontmatter and bundled resources.
web-research
Delegates web searches to subagents and synthesizes cited research reports.
deepagents-thread-inspector
Inspect and summarize conversations stored in the local Deep Agents Code SQLite session database.
remember
Captures conversation learnings into persistent AGENTS.md memory or reusable skill files.
data-visualization
Create publication-quality matplotlib and seaborn charts saved as PNG files in headless environments.
cudf-analytics
Analyze CSV and tabular datasets with GPU-accelerated NVIDIA cuDF operations.
gpu-document-processing
Extract text, tables, and embeddings from large PDFs using GPU-accelerated sandbox processing.
Frequently Asked Questions
FAQPage SchemaHow 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โ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