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 filters the LLM requestContentlist to reduce its size, for example to adhere to context window limits.classPlugin that provides global instructions functionality at the App level.classA plugin that logs important information at each callback point.classManages the registration and execution of plugins.classPlugin for replaying ADK agent interactions from recordings. -
Uses of BasePlugin in com.google.adk.runner
Constructor 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 runners -
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)