Uses of Interface
com.google.genkit.ai.agent.ArtifactStore
Packages that use ArtifactStore
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
-
Uses of ArtifactStore in com.google.genkit.ai.agent
Classes in com.google.genkit.ai.agent that implement ArtifactStoreModifier and TypeClassDescriptionfinal classSession<S>Session is the per-invocation in-memory state holder managed by the agent runtime.Methods in com.google.genkit.ai.agent that return ArtifactStoreModifier and TypeMethodDescriptionstatic ArtifactStoreAgentSessionContext.currentArtifactStore()Returns the current session viewed as anArtifactStore, ornullif no session is bound to this thread.