# deer-flow | Bytedance Inc. | Knowledge Base | Instagit

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

GitHub Stars: 25.9k

Repository: https://github.com/bytedance/deer-flow

---

## Articles

### [Deer-Flow Architecture Overview: Inside ByteDance's LangGraph AI Super-Agent](/bytedance/deer-flow/deer-flow-architecture-overview)

Explore the Deer-Flow architecture, ByteDance's AI super-agent. Learn how LangGraph and LangChain enable sandboxed execution, persistent memory, and tool integration via an 11-stage middleware pipeline.

- Tags: architecture
- Published: 2026-03-08

### [Performance Considerations for deer-flow: Optimization Strategies for Subagent Workflows](/bytedance/deer-flow/performance-considerations-deer-flow)

Discover deer-flow performance considerations and optimize subagent workflows. Learn strategies for lazy initialization, timeouts, bounded loops, and tool-set reduction.

- Tags: performance
- Published: 2026-03-08

### [How to Integrate DeerFlow with Other Tools: MCP Servers and Embedded Client Guide](/bytedance/deer-flow/how-to-integrate-deer-flow-with-other-tools)

Learn how to integrate DeerFlow with other tools using its embedded Python client and MCP server framework. Effortlessly connect and hot-reload configurations without service restarts.

- Tags: how-to-guide
- Published: 2026-03-08

### [DeerFlow Best Practices: Configuring ByteDance's Super-Agent Harness](/bytedance/deer-flow/best-practices-using-deer-flow)

Discover DeerFlow best practices for ByteDance's Super Agent Harness. Optimize thread naming, file injection, and state management for seamless multi-turn conversations. Learn more now

- Tags: best-practices
- Published: 2026-03-08

### [Deer-Flow Community Forum and Extension Ecosystem: A Complete Technical Guide](/bytedance/deer-flow/deer-flow-community-forum)

Explore the Deer-Flow community forum and MCP extension ecosystem. Discover how GitHub discussions and community skills drive collaboration in this technical guide.

- Tags: tutorial
- Published: 2026-03-08

### [How to Build DeerFlow From Source: Complete Installation Guide](/bytedance/deer-flow/how-to-build-deer-flow-from-source)

Learn how to build DeerFlow from source with this complete installation guide. Clone the repository, configure, install dependencies, and start the development stack.

- Tags: how-to-guide
- Published: 2026-03-08

### [Deer-Flow Dependencies: Complete Guide to Frontend and Backend Requirements](/bytedance/deer-flow/what-are-dependencies-of-deer-flow)

Explore Deer-Flow dependencies with our comprehensive guide. Understand frontend requirements in frontend/package.json and backend needs in backend/pyproject.toml.

- Tags: getting-started
- Published: 2026-03-08

### [Deer-flow Release History: From v0.1.0 Open Source Launch to the Deer-Flow 2.0 Roadmap](/bytedance/deer-flow/deer-flow-release-history)

Explore the Deer-flow release history from its v0.1.0 open-source debut to the upcoming Deer-Flow 2.0 architectural upgrade Get key updates on MCP integration and multi-engine search

- Tags: release-history
- Published: 2026-03-08

### [How to Report a Bug in Deer-Flow: Web UI vs. GitHub Issues](/bytedance/deer-flow/how-to-report-bug-deer-flow)

Learn how to report a bug in Deer-Flow using the web UI or manually submitting to GitHub issues. Follow our guide for a smooth reporting process.

- Tags: how-to-guide
- Published: 2026-03-08

### [DeerFlow Issue Tracker and Architecture: Deep Dive into Bytedance's Super-Agent System](/bytedance/deer-flow/deer-flow-issue-tracker)

Explore DeerFlow, ByteDance's open-source super agent system. Discover its issue tracker, LangGraph architecture, and multi-agent orchestration for automating complex tasks.

- Tags: deep-dive
- Published: 2026-03-08

### [Who Maintains the Deer-Flow Project? ByteDance Engineering Team and Core Contributors](/bytedance/deer-flow/who-maintains-deer-flow-project)

Discover who maintains the deer-flow project. ByteDance engineering team and core contributors like Daniel Walnut and Henry Li drive development for this multi-agent framework across its 2.0 and 1.x branches.

- Tags: getting-started
- Published: 2026-03-08

### [DeerFlow Licensing Information: MIT License Terms and Usage Guide](/bytedance/deer-flow/deer-flow-licensing-information)

Explore DeerFlow licensing terms under the MIT License. Learn about commercial use, modification, and distribution guidelines for this permissive open-source project.

- Tags: licensing-information
- Published: 2026-03-08

### [How to Run Tests for DeerFlow: Complete Guide to the Backend Test Suite](/bytedance/deer-flow/how-to-run-tests-for-deer-flow)

Learn how to run tests for DeerFlow. This guide covers backend test suite execution using make test or pytest for local validation. Run DeerFlow backend tests easily.

- Tags: how-to-guide
- Published: 2026-03-08

### [Deer-flow API Documentation: Complete Reference for Backend Integration](/bytedance/deer-flow/deer-flow-api-documentation)

Explore the complete Deer-flow API documentation for backend integration. Access HTTP endpoints for models, file uploads, skills, and chat via FastAPI gateway and Python client.

- Tags: api-reference
- Published: 2026-03-08

### [How to Set Up a Development Environment for DeerFlow: Complete Setup Guide](/bytedance/deer-flow/how-to-set-up-development-environment-deer-flow)

Easily set up your DeerFlow development environment. Clone the repository run make commands for configuration and installation and launch services with docker-start or dev. Get started now.

- Tags: getting-started
- Published: 2026-03-08

### [DeerFlow Use Cases: 6 Practical Applications of the Super-Agent Harness](/bytedance/deer-flow/deer-flow-use-cases)

Explore DeerFlow use cases and discover 6 practical applications of this open-source super-agent harness for automating research, content generation, data analysis, and complex workflows.

- Tags: use-cases
- Published: 2026-03-08

### [What Programming Language Is Deer-Flow Written In? A Complete Technical Breakdown](/bytedance/deer-flow/what-programming-language-is-deer-flow-written-in)

Discover what programming language Deer-Flow uses. This technical breakdown reveals its Python backend and TypeScript frontend powering its AI agent system.

- Tags: deep-dive
- Published: 2026-03-08

### [How to Contribute to Deer-Flow: A Complete Developer Guide](/bytedance/deer-flow/how-to-contribute-to-deer-flow)

Learn how to contribute to deer-flow! Follow our developer guide to clone the repository, set up the Docker environment, and submit your pull request. Start contributing today.

- Tags: how-to-guide
- Published: 2026-03-08

### [DeerFlow Source Code Location: Complete Repository Structure Guide](/bytedance/deer-flow/deer-flow-source-code-location)

Find the DeerFlow source code easily within the bytedance/deer-flow repository. Discover the Python backend location in backend/src/ and the TypeScript frontend in frontend/.

- Tags: repository-structure
- Published: 2026-03-08

### [Deer-flow Documentation: Complete Guide to Architecture, Configuration, and Usage](/bytedance/deer-flow/deer-flow-documentation)

Explore the Deer-flow documentation. Learn to orchestrate sub-agents, memory, and execution with this open-source super-agent harness. Master its architecture, configuration, and usage for powerful AI applications.

- Tags: documentation
- Published: 2026-03-08

### [How to Install DeerFlow: Complete Setup Guide for the Bytedance Super-Agent](/bytedance/deer-flow/how-to-install-deer-flow)

Install DeerFlow with our comprehensive guide. Clone the repo, configure, and launch the Bytedance Super-Agent stack locally in minutes.

- Tags: getting-started
- Published: 2026-03-08

### [What Is bytedance/deer-flow? The Open-Source Super-Agent Harness Explained](/bytedance/deer-flow/what-is-bytedance-deer-flow)

Discover bytedance/deer-flow, the open-source super-agent harness orchestrating LLM agents, memory, and skills via a middleware pipeline. Learn how it streamlines complex AI workflows.

- Tags: getting-started
- Published: 2026-03-08

