deep-agents-core
Core middleware for LangChain agents providing task planning, memory, subagent delegation, and filesystem management.
Install
npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-coreStats
| Total installs | 2,534 |
| Weekly installs | 2.5K |
| GitHub stars | 438 |
| First seen | Mar 3, 2026 |
| Source | @langchain-ai/langchain-skills |
Summary
- Provides six core middleware options: task planning, filesystem context management, subagent delegation, persistent memory, human approval workflows, and on-demand skill loading
- Includes three always-present built-in tools: write_todos for task tracking, filesystem operations (ls, read_file, write_file, edit_file, glob, grep), and task for spawning specialized subagents
- Supports two backend strategies: FilesystemBackend for local skill directories and StoreBackend for environments without filesystem access
- Requires SKILL.md format with YAML frontmatter for skill discovery; skills load on-demand based on agent relevance rather than at startup
Tags
Related skills
| Skill | Installs | vs deep-agents-core |
|---|---|---|
| tts | 2,629 | +95 |
| anti-detect-browser | 2,225 | -309 |
| openclaw-config | 2,188 | -346 |
| openclaw-control-center | 2,216 | -318 |
| langgraph-persistence | 2,629 | +95 |
FAQ
- How many installs does deep-agents-core have?
- deep-agents-core has 2,534 total installs and 2.5K installs this week.
- Where is deep-agents-core hosted?
- deep-agents-core is published by @langchain-ai/langchain-skills at https://github.com/langchain-ai/langchain-skills.
- How many GitHub stars does deep-agents-core have?
- deep-agents-core has 438 GitHub stars.
- When was deep-agents-core first indexed?
- OrangeBot.AI first indexed deep-agents-core on Mar 3, 2026.
- How do I install deep-agents-core?
- Run: npx skills add https://github.com/langchain-ai/langchain-skills --skill deep-agents-core