langchain-ai/deepagents
Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.
Deep Agents helps developers build powerful, autonomous AI agents capable of tackling complex tasks. It takes your instructions and an LLM, then delivers a working agent that can plan, interact with a filesystem, execute shell commands, and even delegate to sub-agents. This tool is for developers and AI engineers who want to create advanced AI applications without starting from scratch.
10,665 stars. Used by 6 other packages. Actively maintained with 504 commits in the last 30 days. Available on PyPI.
Use this if you are an AI developer looking to quickly deploy sophisticated, self-managing agents that can handle multi-step workflows and interact with their environment.
Not ideal if you are an end-user without programming experience, as this is a developer tool requiring Python knowledge.
Stars
10,665
Forks
1,705
Language
Python
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
504
Dependencies
5
Reverse dependents
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/langchain-ai/deepagents"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
kyopark2014/langgraph-agent
It shows case studies of the LangGraph agent.
ArcadeAI/SlackAgent
An assistant for Slack built with Arcade and Langgraph. Interact with Google Calendar, Mail,...
codingforentrepreneurs/django-ai-agent
Learn how to create an AI Agent with Django, LangGraph, and Permit.
assada/agent_template
FastAPI-based boilerplate for building LangGraph-powered agents with streaming, observability,...
arkeodev/multi-agent-system-framework
A modular multi-agent system framework leveraging Streamlit and Langgraph to coordinate complex...