Discover and explore top open-source AI tools and projects—updated daily.
stophobiaAgentic framework for orchestrating sub-agents, memory, and sandboxes
Top 97.8% on SourcePulse
Summary
DeerFlow 2.0 is an open-source super agent harness designed to orchestrate sub-agents, memory, and sandboxes for executing complex tasks. It targets developers and power users seeking an extensible AI runtime for automation, offering a robust infrastructure for agents to perform multi-step operations efficiently.
How It Works
This ground-up rewrite leverages LangGraph and LangChain to function as a "super agent harness." It orchestrates sub-agents, memory, and sandboxes, powered by extensible "skills" (structured capability modules). This approach enables agents to decompose complex tasks, spawn sub-agents for parallel execution, and utilize a sandboxed environment with a full filesystem. Skills are loaded progressively, maintaining a lean context window for token efficiency.
Quick Start & Requirements
make docker-init, make docker-start). Local development requires cloning the repo, running make config, and then make dev.make config, editing config.yaml to define models, and setting API keys via a .env file or environment variables.Highlighted Details
claude-to-deerflow skill enables direct interaction with DeerFlow from Claude Code for task management and status checks.Maintenance & Community
Core authors include Daniel Walnut and Henry Li. The project acknowledges community contributions but does not list specific community channels (e.g., Discord/Slack) or sponsorships in the README.
Licensing & Compatibility
Licensed under the MIT License. Permissive for commercial use and integration with closed-source projects.
Limitations & Caveats
DeerFlow 2.0 is a complete rewrite of v1, sharing no code. Configuration requires careful setup of LLM API keys and model definitions. Some CLI-backed providers may have specific authentication or token limitations.
1 month ago
Inactive