mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
Phase 2 Task P2-1: introduce the explicit-config primitive used throughout the rest of Phase 2. FastAPI routers will migrate from AppConfig.current() to `config: AppConfig = Depends(get_config)` reading from app.state.config. This commit only adds the new path. AppConfig.init() remains alongside so unmigrated call sites still work; it is removed in P2-10 once every caller is migrated.