feat(subagents): add google_maps builtin subagent

This commit is contained in:
CREDO23 2026-07-03 17:56:53 +02:00
parent f31823f765
commit 2c76ef1f57
9 changed files with 143 additions and 1 deletions

View file

@ -19,7 +19,7 @@ from app.agents.chat.multi_agent_chat.subagents.registry import (
pytestmark = pytest.mark.unit
# The full specialist roster the main agent composes from: 5 builtins + 15
# The full specialist roster the main agent composes from: 6 builtins + 15
# connector routes. Adding/removing a specialist is a deliberate product change
# and must be reflected here.
_EXPECTED_SUBAGENTS = frozenset(
@ -33,6 +33,7 @@ _EXPECTED_SUBAGENTS = frozenset(
"dropbox",
"gmail",
"google_drive",
"google_maps",
"jira",
"knowledge_base",
"linear",