mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-28 06:19:36 +00:00
* fix(dev): exclude sandbox dirs from gateway hot-reload watcher The dev-mode gateway uses --reload which watches for file changes. Sandbox containers mount the repo and write .pyc/__pycache__ during execution, triggering spurious gateway restarts mid-request. Add --reload-exclude for .pyc, __pycache__, and sandbox/ paths so only actual source changes trigger a reload. Fixes #1513 * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: JasonOA888 <JasonOA888@users.noreply.github.com> Co-authored-by: Willem Jiang <willem.jiang@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| check.py | ||
| check.sh | ||
| cleanup-containers.sh | ||
| config-upgrade.sh | ||
| configure.py | ||
| deploy.sh | ||
| docker.sh | ||
| export_claude_code_oauth.py | ||
| load_memory_sample.py | ||
| run-with-git-bash.cmd | ||
| serve.sh | ||
| start-daemon.sh | ||
| tool-error-degradation-detection.sh | ||
| wait-for-port.sh | ||