From 725e21d262c4647d04a7fb993b4709300f6fc580 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Sat, 4 Jul 2026 20:49:59 +0200 Subject: [PATCH] feat(google_search): add subagent description --- .../subagents/builtins/google_search/description.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 surfsense_backend/app/agents/chat/multi_agent_chat/subagents/builtins/google_search/description.md diff --git a/surfsense_backend/app/agents/chat/multi_agent_chat/subagents/builtins/google_search/description.md b/surfsense_backend/app/agents/chat/multi_agent_chat/subagents/builtins/google_search/description.md new file mode 100644 index 000000000..26fda0374 --- /dev/null +++ b/surfsense_backend/app/agents/chat/multi_agent_chat/subagents/builtins/google_search/description.md @@ -0,0 +1,2 @@ +Google Search specialist: runs Google searches and returns structured SERP data — organic results (title, URL, description), related queries, people-also-ask, and any AI overview. Searches by plain query (optionally scoped to a country/language or restricted to a single site) or scrapes a Google Search URL as-is, and can page deeper with max_pages_per_query. Also compares fresh search results against earlier findings in this chat. +Use whenever the task is to find pages or sources on the open web via Google, discover which sites rank for a topic, or gather a list of result URLs to hand off for crawling. Triggers include "search Google for X", "find websites/pages about X", "who ranks for X", "top results for X", "find X's website", and comparisons against earlier search results in this chat. Not for reading a specific page's content (use the web crawling specialist), Google Maps places (use the Google Maps specialist), or YouTube (use the YouTube specialist).