DeerFlow

★ 58.1k Python, TypeScript
DeerFlow architecture diagram

TL;DR

ByteDance's orchestration layer that lets one LLM manage sub-agents, run sandboxed code, and persist memory. Every message goes through a 14-layer middleware chain. The loop detection (hash-based, warn at 3, kill at 5 repeats) is worth stealing.

Key Finding: 14-layer middleware, hash loop kill@5, no RBAC

Read Full Teardown on GitHub Compare All Projects