feat(parallel): add ParallelSearchTool (Search API v1beta) (#445)

* docs: add BUILDING_TOOLS.md

* feat(parallel): add ParallelSearchTool (Search API v1beta), tests, README; register exports; regenerate tool.specs.json

* test(parallel): replace URL substring assertion with hostname allowlist (CodeQL)
This commit is contained in:
Tony Kipkemboi
2025-09-08 10:53:06 -04:00
committed by GitHub
parent 47b64d3507
commit cb8a1da730
6 changed files with 330 additions and 0 deletions

View File

@@ -93,4 +93,5 @@ from .tools import (
YoutubeChannelSearchTool,
YoutubeVideoSearchTool,
ZapierActionTools,
ParallelSearchTool,
)