内置一项技能,允许用户直接从 Claude Code 与正在运行的 DeerFlow 实例进行交互。
为智能体维护长期记忆。
内置与 LangSmith、Langfuse 和 Monocle 追踪的集成。
限制与风险
在不受信任的环境中部署可能会引入安全风险,例如未经授权的非法调用。
存在被非法调用触发批量未授权请求并执行高风险操作的风险。
如果被非法调用进行网络攻击或数据窃取,可能会面临合规性和法律风险。
如何开始
难度适中。需要 Python 3.12+ 和 Node.js 22+。需通过交互式向导配置 LLM 提供商和 API 密钥。快速路径为:克隆仓库后依次运行 make setup、make install 和 make dev。
核验依据
GitHub 项目简介: An open-source long-horizon SuperAgent harness that researches, codes, and creates.
README: DeerFlow (**D**eep **E**xploration and **E**fficient **R**esearch **Flow**) is an open-source **super agent harness** that orchestrates **sub-agents**, **memory**, and **sandboxes…
README: DeerFlow 2.0 is a ground-up rewrite.
README: DeerFlow supports multiple sandbox execution modes: - **Local Execution** (runs sandbox code directly on the host machine) - **Docker Execution** (runs sandbox code in isolated Do…
README: DeerFlow supports configurable MCP servers and skills to extend its capabilities.