mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +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>