Uses of Class
com.google.adk.plugins.BasePlugin
Packages that use BasePlugin
-
Uses of BasePlugin in com.google.adk.plugins
Subclasses of BasePlugin in com.google.adk.pluginsModifier and TypeClassDescriptionclassA plugin that logs important information at each callback point.Methods in com.google.adk.plugins that return types with arguments of type BasePluginModifier and TypeMethodDescriptionRetrieves a registered plugin by its name.Methods in com.google.adk.plugins with parameters of type BasePluginModifier and TypeMethodDescriptionvoidPluginManager.registerPlugin(BasePlugin plugin) Registers a new plugin.Constructor parameters in com.google.adk.plugins with type arguments of type BasePlugin -
Uses of BasePlugin in com.google.adk.runner
Constructor parameters in com.google.adk.runner with type arguments of type BasePluginModifierConstructorDescriptionInMemoryRunner(BaseAgent agent, String appName, List<BasePlugin> plugins) Runner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins) Creates a newRunnerwith a list of plugins.