ByteDance, the company behind TikTok, has released DeerFlow 2.0 ??a groundbreaking open-source superagent harness that coordinates sub-agents, memory systems, and sandboxed execution environments to autonomously handle complex, multi-step tasks.
DeerFlow (Deep Exploration and Efficient Research Flow) 2.0 represents a complete ground-up rewrite of the original project. According to the GitHub repository, DeerFlow officially claimed the #1 spot on GitHub Trending on February 28th, 2026, following the launch of version 2.0 ??a remarkable achievement for an open-source AI project.

What Makes DeerFlow 2.0 Different?
At its core, DeerFlow is designed as a “super agent harness” ??an orchestration framework that coordinates multiple specialized sub-agents to work together on tasks ranging from research to software development. What sets it apart is its modular architecture:
- Sub-Agents: Multiple specialized agents that can collaborate on complex tasks
- Memory Systems: Both long-term and contextual memory for persistent learning
- Sandbox Execution: Isolated environments for running code safely
- Extensible Skills: A plugin system for adding new capabilities
- IM Channel Support: Integration with Telegram, Slack, and Feishu/Lark
DeerFlow 2.0 officially supports integration with Claude Code and Codex CLI, allowing it to leverage Anthropic’s Claude models and OpenAI’s code-writing capabilities. The framework is built with Python for the backend, Node.js for the frontend, and uses LangGraph for agent orchestration.
Supported Models
The framework supports a wide range of AI models through OpenAI-compatible APIs, including:
- Doubao-Seed-2.0-Code (ByteDance’s own model)
- DeepSeek v3.2
- Kimi 2.5
- OpenAI GPT-4 and GPT-5
- Anthropic Claude models
- Google Gemini via OpenRouter
Active Development and Community
DeerFlow has seen extraordinary community engagement with over 1,670 commits and an active pull request pipeline. The project maintains translations in English, Chinese, French, Japanese, and Russian, demonstrating its global appeal. Recent commits show active development on subagent limit middleware, frontend improvements, and Kubernetes sandbox support.
The project is released under the MIT license and welcomes contributions from the developer community. With 43,700+ stars on GitHub and thousands of forks, DeerFlow has established itself as a major player in the open-source AI agent ecosystem.
Getting Started
DeerFlow can be deployed via Docker (recommended) or local development. The project provides detailed documentation for configuration, including API key setup, model selection, and IM channel integration. A public demo is available at deerflow.tech.
For developers interested in contributing or deploying their own instance, the GitHub repository provides comprehensive setup instructions, example configurations, and a contributing guide.
DeerFlow represents an important step forward in making sophisticated AI agent systems accessible to developers worldwide. Its open-source nature and modular design make it an excellent platform for experimentation and production deployment alike.
Leave a Reply