mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-01 19:06:01 +00:00
Align the feedback router's dependency injection with the schedule slice's ScheduleServiceDep shape: a FeedbackServiceDep alias in deps.py, handlers declaring the service as a parameter instead of resolving it inline. Swapping the provider is now a one-line change and parameter order stays unconstrained. The two conditional lookups in thread_runs.py deliberately keep the imperative call -- they only need the service when a page actually has an AI message to decorate, and a declared dependency would 503 the whole listing on a memory backend.