Skip to content
repository radar
Agents & Orchestration

🦌DeerFlow

ACTIVE BREAKOUT

bytedance/deer-flow · homepage ↗

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

⭐ Hugely popular: 80k stars, gaining about 568 a week

View on GitHub ↗

repo profile

vintage 2025 1 year old
language Python
license MIT

momentum

total stars 80k
stars added last week +568
commits / week 49 cooling · -47% vs prior mo
issues closed 66% ~2d to close, median
contributors 355 (+16 in 15d)
release cadence n/a
last activity today

durability

backing company-owned ByteDance
openness permissive
bus factor 6 distributed
top-author share 24% 6 mo

bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.

since we covered it

monthly average + 10k/mo (+41%/mo) · + 55k total since PR#29

why it's a big deal

  • Unlike most agent frameworks that expect you to build the rest yourself, DeerFlow ships as a more complete runtime, with filesystem access, skills, persistent memory, and sandboxed code execution out of the box. Kiledjian That lowers the barrier from “interesting research prototype” to “thing I can actually deploy.”.
  • DeerFlow remembers across sessions: it builds a persistent memory of your profile, preferences, and accumulated knowledge. The more you use it, the better it knows you, your writing style, your technical stack, your recurring workflows. GitHub.
  • Supports three deployment modes: local for dev, Docker for single-server production, and Kubernetes for scale, which tells you ByteDance designed this for real infrastructure.

under the hood

  • Built on LangGraph for directed graph orchestration and LangChain for LLM reasoning. Model-agnostic: works with any OpenAI-compatible API endpoint.
  • Skills and MCP servers extend its capabilities; OAuth token flows are supported for HTTP/SSE MCP servers. GitHub The community has already pushed it well beyond research into coding, content generation, and automation.
  • Human-in-the-loop by design: the agent plans and surfaces its reasoning before executing, so you stay in control of long-horizon tasks.

our take from PR#29, 2026-03-11

star history

PR#29 · 25k80k now May 2025Aug 2026
  1. PR#29 25k 2026-03-11
  2. now 80k + 55k since first covered

curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.

understory

Output and attention are roughly in balance.

+3 understory score output 93 · clout 90
Aug 2025 Jul 2026
  • output, commits & releases
  • clout, star velocity

output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →

covered in

  • PR#29 2026-03-11 on the radar

    ByteDance’s Production-Ready Super Agent Harness

similar projects

compare these →
  • 🗜️ headroom

    Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.

    66k ACTIVE
  • 🧠 LangGraph

    leaner, 40k stars

    Build resilient agents.

    40k ACTIVE
  • 🌊 SurfSense

    leaner, 16k stars

    Open-source NotebookLM alternative. Research the open web with live data(Reddit, YT, IG, TikTok, Indeed, Google Search, Maps etc) through one platform, API or MCP server. Join our Discord: https://discord.gg/ejRNvftDp9

    16k ACTIVE

comments

Sign in with GitHub to add your blip on DeerFlow.

loading comments…