DeerFlow
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