feat: add indeed to required-connector map

This commit is contained in:
CREDO23 2026-07-15 18:46:55 +02:00
parent 238d2767c5
commit 3a9b0405c3

View file

@ -35,6 +35,7 @@ SUBAGENT_TO_REQUIRED_CONNECTOR_MAP: dict[str, frozenset[str]] = {
"youtube": frozenset(),
"google_maps": frozenset(),
"google_search": frozenset(),
"indeed": frozenset(),
"reddit": frozenset(),
"instagram": frozenset(),
"tiktok": frozenset(),