feat(constants): add Instagram to SUBAGENT_TO_REQUIRED_CONNECTOR_MAP for enhanced multi-agent chat capabilities

This commit is contained in:
Anish Sarkar 2026-07-09 14:08:23 +05:30
parent 3bd864ed95
commit 8486a4f914

View file

@ -36,6 +36,7 @@ SUBAGENT_TO_REQUIRED_CONNECTOR_MAP: dict[str, frozenset[str]] = {
"google_maps": frozenset(),
"google_search": frozenset(),
"reddit": frozenset(),
"instagram": frozenset(),
"mcp_discovery": frozenset(
{
"SLACK_CONNECTOR",