Vibe Coding
Pattern: The "Super-Agent Harness" Shape Has Converged on Five Components
ByteDance's deer-flow (78k stars, ground-up v2 rewrite) ships the now-standard stack: sandboxes (local/Docker/Kubernetes, each task getting a full filesystem view), file-backed long-term memory with SQLite FTS5 and Markdown fact storage per agent, Markdown-defined skills that load progressively, sub-agents with isolated contexts and scoped tools that report structured results, and a message gateway across Telegram/Slack/Feishu/WeChat/DingTalk. LobeHub (80.9k stars) and HKUDS/nanobot (46.3k) expose near-identical primitives. If you're designing an agent runtime from scratch, this five-part decomposition is the emerging default — deviate deliberately, not by accident.
Source
↳ Follow the thread