Port agent PRs to GO - 3 (#16596)

### Summary

Port
https://github.com/infiniflow/ragflow/pull/16415
https://github.com/infiniflow/ragflow/pull/16417
This commit is contained in:
qinling0210
2026-07-03 18:03:23 +08:00
committed by GitHub
parent 8db68e3eec
commit ffc4d29a06
7 changed files with 576 additions and 159 deletions

View File

@@ -161,7 +161,7 @@ func sortedToolNames() []string {
"email", "execute_sql", "exesql", "github", "google", "google_scholar",
"jin10", "pubmed", "qweather", "retrieval", "search_my_dataset",
"search_my_dateset", "searxng", "tavily", "tushare", "wencai",
"wikipedia", "yahoo_finance",
"web_crawler", "wikipedia", "yahoo_finance",
}
sort.Strings(known)
return known