SurfSense/surfsense_backend/app/agents/multi_agent_chat
CREDO23 a4010a357f refactor: extract shared connector->searchable-type mapping out of chat_deepagent
The multi-agent factory reached into the single-agent factory module
(chat_deepagent) for `_map_connectors_to_searchable_types`. Move this
agent-agnostic helper (and its two lookup tables) into a dedicated
`connector_searchable_types` module and point both factories at it.

Behavior-preserving: the function body is unchanged; only its home and
visibility (now public `map_connectors_to_searchable_types`) change. This
removes the cross-dependency on the dying single-agent module so it can be
retired later without breaking the multi-agent path.
2026-06-04 12:05:17 +02:00
..
main_agent refactor: extract shared connector->searchable-type mapping out of chat_deepagent 2026-06-04 12:05:17 +02:00
middleware chore: linting 2026-05-28 19:21:29 -07:00
subagents feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
__init__.py fix(stream): route every agent (re)build through one helper to prevent factory drift 2026-05-05 23:35:23 +02:00
constants.py multi_agent_chat/subagents: dict-keyed middleware_stack + always-on KB 2026-05-12 18:04:54 +02:00