mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-15 13:13:45 +00:00
AppConfig.init() now sets a process-global variable visible to all async tasks, fixing the issue where ContextVar-only storage didn't propagate config reloads across request boundaries. ContextVar is retained as set_override() for per-invocation overrides.