adk-python/src/google/adk/tools
Shangjie Chen bcf1deb582 ADK changes
PiperOrigin-RevId: 754131080
2025-05-02 14:19:18 -07:00
..
apihub_tool Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
application_integration_tool Copybara import of the project: 2025-05-02 13:59:50 -07:00
google_api_tool chore: Fixes type hints in google_api_tool_set.py. 2025-04-21 10:42:48 -07:00
mcp_tool update the doc comments of requested_auth_configs to make it more precise. 2025-04-29 13:33:37 -07:00
openapi_tool Copybara import of the project: 2025-05-02 10:23:49 -07:00
retrieval Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
__init__.py chore: undo ToolboxTool import 2025-04-10 13:35:11 +00:00
_automatic_function_calling_util.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
agent_tool.py Copybara import of the project: 2025-04-21 23:24:25 -07:00
base_tool.py Rename 'ctx' parameter to 'tool_context' for consistency (#162) 2025-04-14 17:38:09 -07:00
built_in_code_execution_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
crewai_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
example_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
exit_loop_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
function_parameter_parse_util.py No public description 2025-04-17 21:47:59 +00:00
function_tool.py Currently if a model calls a FunctionTool without all the mandatory parameters, the code will just break. This change basically adds the capability for the FunctionTool to identify if the model is missing required arguments, and in that case, instead of breaking the execution, it provides a error message to the model so it could fix the request and retry. 2025-04-24 09:31:40 -07:00
get_user_choice_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
google_search_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
langchain_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
load_artifacts_tool.py Copybara import of the project: 2025-04-20 22:53:15 -07:00
load_memory_tool.py ADK changes 2025-05-02 14:19:18 -07:00
load_web_page.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
long_running_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
preload_memory_tool.py ADK changes 2025-05-02 14:19:18 -07:00
tool_context.py ADK changes 2025-05-02 14:19:18 -07:00
toolbox_tool.py chore: add ToolboxTool to tools.__init__.py 2025-04-09 20:16:26 +00:00
transfer_to_agent_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00
vertex_ai_search_tool.py Agent Development Kit(ADK) 2025-04-08 17:25:47 +00:00