mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
Promote the agent feature-flag resolver (AgentFeatureFlags / get_flags) out of `new_chat` into the cross-agent `app/agents/shared` kernel. feature_flags is a pure leaf consumed across the multi-agent middleware stack, the chat routes, and tests. Moved it via git mv (content unchanged) and flipped all 37 importers to app.agents.shared.feature_flags. A thin re-export shim remains at new_chat/feature_flags.py only for the not-yet-retired single-agent (chat_deepagent); it goes away with the single-agent deletion. Behavior-preserving: only import paths change. 1243 tests green. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_byok_supports_image_input.py | ||
| test_global_configs_is_premium.py | ||
| test_global_new_llm_configs_supports_image.py | ||
| test_image_gen_quota.py | ||
| test_regenerate_from_message_id.py | ||
| test_revert_turn_route.py | ||