DeerFlow 2.0 — ByteDance's Open Source SuperAgent Framework
ByteDance has released DeerFlow 2.0, a ground-up rewrite of their open-source SuperAgent framework. Built on LangGraph and LangChain, DeerFlow 2.0 ships with everything an autonomous agent needs: a filesystem, persistent memory, extensible skills, sandboxed execution, and the ability to plan and spawn sub-agents for complex multi-step tasks.
Unlike traditional AI agents that suggest actions, DeerFlow operates in an isolated Docker-based sandbox with a real filesystem, bash terminal, and full code execution. The lead agent can spawn sub-agents on the fly — each with scoped context, tools, and termination conditions — running in parallel when possible. Built-in skills cover research, report generation, slide creation, web pages, and image/video generation.
The repository has surged to over 25,000 GitHub stars since launch, claiming the #1 trending spot. DeerFlow 2.0 represents the emerging pattern of SuperAgent architectures — orchestration layers that coordinate specialized sub-agents rather than trying to do everything in a single agent loop.
For teams building complex autonomous workflows that span research, coding, and content creation, DeerFlow provides a production-ready open-source foundation.
GitHub: https://github.com/bytedance/deer-flow
← Back to all articles
Unlike traditional AI agents that suggest actions, DeerFlow operates in an isolated Docker-based sandbox with a real filesystem, bash terminal, and full code execution. The lead agent can spawn sub-agents on the fly — each with scoped context, tools, and termination conditions — running in parallel when possible. Built-in skills cover research, report generation, slide creation, web pages, and image/video generation.
The repository has surged to over 25,000 GitHub stars since launch, claiming the #1 trending spot. DeerFlow 2.0 represents the emerging pattern of SuperAgent architectures — orchestration layers that coordinate specialized sub-agents rather than trying to do everything in a single agent loop.
For teams building complex autonomous workflows that span research, coding, and content creation, DeerFlow provides a production-ready open-source foundation.
GitHub: https://github.com/bytedance/deer-flow