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.classPlugin for replaying ADK agent interactions from recordings. -
Uses of BasePlugin in com.google.adk.runner
Method parameters in com.google.adk.runner with type arguments of type BasePluginConstructor parameters in com.google.adk.runner with type arguments of type BasePluginModifierConstructorDescriptionFirestoreDatabaseRunner(BaseAgent baseAgent, String appName, List<BasePlugin> plugins, com.google.cloud.firestore.Firestore firestore) Constructor for FirestoreDatabaseRunner with parent runnersInMemoryRunner(BaseAgent agent, String appName, List<BasePlugin> plugins) Runner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins) Deprecated.Runner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins, ResumabilityConfig resumabilityConfig) Deprecated.UseRunner.Builderinstead.protectedRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> plugins, ResumabilityConfig resumabilityConfig, EventsCompactionConfig eventsCompactionConfig) Deprecated.UseRunner.Builderinstead. -
Uses of BasePlugin in com.google.adk.web.service
Constructor parameters in com.google.adk.web.service with type arguments of type BasePluginModifierConstructorDescriptionRunnerService(AgentLoader agentProvider, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<BasePlugin> extraPlugins)
Runner.Builderinstead.