mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
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>
29 lines
320 B
Plaintext
29 lines
320 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.coverage
|
|
.coverage.*
|
|
.ruff_cache
|
|
agent_history.gif
|
|
static/browser_history/*.gif
|
|
|
|
log/
|
|
log/*
|
|
|
|
# Virtual environments
|
|
.venv
|
|
venv/
|
|
|
|
# User config file
|
|
config.yaml
|
|
|
|
# Langgraph
|
|
.langgraph_api
|
|
|
|
# Claude Code settings
|
|
.claude/settings.local.json
|