Uses of Interface
com.google.adk.artifacts.BaseArtifactService
Packages that use BaseArtifactService
Package
Description
-
Uses of BaseArtifactService in com.google.adk.agents
Methods in com.google.adk.agents that return BaseArtifactServiceMethods in com.google.adk.agents with parameters of type BaseArtifactServiceModifier and TypeMethodDescriptionstatic InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, BaseAgent agent, Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) static InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, String invocationId, BaseAgent agent, Session session, com.google.genai.types.Content userContent, RunConfig runConfig) -
Uses of BaseArtifactService in com.google.adk.artifacts
Classes in com.google.adk.artifacts that implement BaseArtifactServiceModifier and TypeClassDescriptionfinal class
An artifact service implementation using Google Cloud Storage (GCS).final class
An in-memory implementation of theBaseArtifactService
. -
Uses of BaseArtifactService in com.google.adk.runner
Methods in com.google.adk.runner that return BaseArtifactServiceConstructors in com.google.adk.runner with parameters of type BaseArtifactServiceModifierConstructorDescriptionRunner
(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService) Creates a newRunner
. -
Uses of BaseArtifactService in com.google.adk.web
Methods in com.google.adk.web that return BaseArtifactServiceModifier and TypeMethodDescriptionAdkWebServer.artifactService()
Provides the singleton instance of the ArtifactService (InMemory).Constructors in com.google.adk.web with parameters of type BaseArtifactServiceModifierConstructorDescriptionAgentController
(BaseSessionService sessionService, BaseArtifactService artifactService, Map<String, BaseAgent> agentRegistry, AdkWebServer.ApiServerSpanExporter apiServerSpanExporter, AdkWebServer.RunnerService runnerService) Constructs the AgentController.RunnerService
(Map<String, BaseAgent> agentRegistry, BaseArtifactService artifactService, BaseSessionService sessionService)