Uses of Interface
com.google.adk.tools.BaseToolset
Packages that use BaseToolset
Package
Description
-
Uses of BaseToolset in com.google.adk.agents
Methods in com.google.adk.agents that return types with arguments of type BaseToolsetModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<BaseToolset> LlmAgent.toolsets() -
Uses of BaseToolset in com.google.adk.tools.applicationintegrationtoolset
Classes in com.google.adk.tools.applicationintegrationtoolset that implement BaseToolsetModifier and TypeClassDescriptionclassApplication Integration Toolset -
Uses of BaseToolset in com.google.adk.tools.mcp
Classes in com.google.adk.tools.mcp that implement BaseToolsetModifier and TypeClassDescriptionclassConnects to a MCP Server, and retrieves MCP Tools into ADK Tools.classConnects to a MCP Server, and retrieves MCP Tools into ADK Tools. -
Uses of BaseToolset in com.google.adk.utils
Methods in com.google.adk.utils that return types with arguments of type BaseToolsetModifier and TypeMethodDescriptionstatic Optional<Class<? extends BaseToolset>> ComponentRegistry.resolveToolsetClass(String toolsetClassName) Resolves a toolset class by name from the registry or by attempting to load it.static Optional<BaseToolset> ComponentRegistry.resolveToolsetInstance(String name) Resolves a toolset instance by name from the registry.