Class CustomDemoRegistry
java.lang.Object
com.google.adk.utils.ComponentRegistry
com.example.CustomDemoRegistry
Custom ComponentRegistry for the user-defined config agent demo.
This registry is used to add custom tools and agents to the ADK Web Server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomDemoRegistrySingleton instance for easy access -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ComponentRegistry
get, get, getInstance, getToolNamesWithPrefix, register, resolveAfterAgentCallback, resolveAfterModelCallback, resolveAfterToolCallback, resolveAgentClass, resolveAgentInstance, resolveBeforeAgentCallback, resolveBeforeModelCallback, resolveBeforeToolCallback, resolveToolClass, resolveToolInstance, resolveToolsetClass, resolveToolsetInstance, setInstance
-
Field Details
-
INSTANCE
Singleton instance for easy access
-
-
Constructor Details
-
CustomDemoRegistry
public CustomDemoRegistry()Private constructor to initialize custom components
-