Loading video player...
code link: https://drive.google.com/file/d/1SVjvgqvKfF-FPAIqpEZdKMQLhe13NLFD/view?usp=sharing Build agents that can plan, use subagents, and leverage file systems for complex tasks deepagents is a standalone library for building agents that can tackle complex, multi-step tasks. Built on LangGraph and inspired by applications like Claude Code, Deep Research, and Manus, deep agents come with planning capabilities, file systems for context management, and the ability to spawn subagents. When to use deep agents Use deep agents when you need agents that can: Handle complex, multi-step tasks that require planning and decomposition Manage large amounts of context through file system tools Delegate work to specialized subagents for context isolation Persist memory across conversations and threads