Quick Use
pip install deepagentsfrom deepagents import Agent
agent = Agent(model="claude-sonnet-4-20250514")
result = agent.run("Refactor the auth module to use JWT")
print(result)Intro
DeepAgents is a multi-step agent framework built on LangGraph by the LangChain team, with 16,500+ GitHub stars. It provides planning tools, a filesystem backend, and sub-agent spawning for complex tasks like code refactoring, research, and multi-file edits. Unlike simple chat agents, DeepAgents creates execution plans, tracks progress, and delegates subtasks to specialized sub-agents.
Source & Thanks
Created by LangChain AI. Licensed under MIT.
deepagents — ⭐ 16,500+