feat(agent): add Querit search tool (#17548)

This commit is contained in:
EthanZhang
2026-07-30 09:36:16 +08:00
committed by GitHub
parent 03d887a975
commit 33e581a8b3
45 changed files with 3527 additions and 26 deletions

View File

@@ -159,7 +159,7 @@ func sortedToolNames() []string {
known := []string{
"akshare", "arxiv", "code_exec", "crawler", "deepl", "duckduckgo",
"email", "execute_sql", "exesql", "github", "google", "google_scholar",
"jin10", "pubmed", "qweather", "retrieval", "search_my_dataset",
"jin10", "pubmed", "qweather", "querit", "querit_search", "queritsearch", "retrieval", "search_my_dataset",
"search_my_dateset", "searxng", "tavily", "tushare", "wencai",
"web_crawler", "wikipedia", "yahoo_finance",
}