deerflow2/backend/src
greatmengqi 20acd2264d feat: add DeerFlowClient for embedded programmatic access (#926)
Add `DeerFlowClient` class that provides direct in-process access to
DeerFlow's agent and Gateway capabilities without requiring LangGraph
Server or Gateway API processes. This enables users to import and use
DeerFlow as a Python library.

Co-authored-by: greatmengqi <chenmengqi.0376@bytedance.com>
2026-02-28 14:38:15 +08:00
..
agents fix: recover from stale model context when configured models change (#898) 2026-02-26 13:54:29 +08:00
community Refactor base paths with centralized path management (#901) 2026-02-25 21:30:33 +08:00
config Refactor base paths with centralized path management (#901) 2026-02-25 21:30:33 +08:00
gateway Refactor base paths with centralized path management (#901) 2026-02-25 21:30:33 +08:00
mcp fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
models feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
reflection chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
sandbox Refactor base paths with centralized path management (#901) 2026-02-25 21:30:33 +08:00
skills fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
subagents feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
tools feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
utils feat: add thread-safety and graceful shutdown to AioSandboxProvider (#7) 2026-01-16 22:28:19 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00
client.py feat: add DeerFlowClient for embedded programmatic access (#926) 2026-02-28 14:38:15 +08:00