DeerFlow — Summary
DeerFlow (Deep Exploration and Efficient Research Flow) 2.0 is a ByteDance open-source "super agent harness" that orchestrates sub-agents, memory, and execution sandboxes to research, code, and create. Built on LangGraph + LangChain + Python 3.12+, DeerFlow deploys as a Docker service with a Next.js/React web frontend, a Python LangGraph backend, and an embedded AioSandboxProvider (containerized execution). Sub-agents run in parallel with isolated contexts when possible; the lead agent fans out into dozens of sub-agents for research tasks and synthesizes the results into reports, slide decks, web pages, or generated visuals. Skills are SKILL.md files loaded progressively from a containerized sandbox filesystem. DeerFlow 2.0 is a ground-up rewrite with no code shared with v1 (which was a "Deep Research" framework); the v1 branch remains active. Claude Code integration ships as a Claude Code skill (claude-to-deerflow) that lets users drive DeerFlow from the Claude Code terminal. Multi-model via LangChain with provider support for OpenAI, Anthropic, Gemini, DeepSeek, vLLM, OpenRouter, Codex CLI, Claude Code OAuth, and more.
differs_from_seeds: DeerFlow is closest to claude-flow in scope (LangGraph-based orchestration, sub-agents, long-horizon tasks, web frontend) but targets a different use case — DeerFlow is a research-and-creation superagent (reports, slides, code, visuals) rather than a coding workflow assistant. Unlike claude-flow's 305-tool MCP server, DeerFlow's value is in its progressive SKILL.md system and containerized sandbox isolation. The AioSandboxProvider (Docker container isolation), the sub-agent parallel research pattern, and the Claude Code → DeerFlow skill bridge make DeerFlow unique in this batch.