Uses of Interface
com.google.genkit.ai.agent.SnapshotReader
Packages that use SnapshotReader
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.
DynamoDB-backed agent session persistence.
Azure Cosmos DB-backed agent session persistence.
Firestore-backed session store for Genkit agents.
MongoDB-backed agent session persistence.
PostgreSQL-backed agent session persistence.
-
Uses of SnapshotReader in com.google.genkit.ai.agent
Subinterfaces of SnapshotReader in com.google.genkit.ai.agentModifier and TypeInterfaceDescriptioninterfaceSessionStore<S>Combined read/write interface for a session store.Classes in com.google.genkit.ai.agent that implement SnapshotReaderModifier and TypeClassDescriptionfinal classDisk-backed implementation ofSessionStoreandSnapshotSubscriber.final classReference in-memory implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotReader in com.google.genkit.plugins.awsbedrock.session
Classes in com.google.genkit.plugins.awsbedrock.session that implement SnapshotReaderModifier and TypeClassDescriptionfinal classDynamoDB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotReader in com.google.genkit.plugins.azurefoundry.session
Classes in com.google.genkit.plugins.azurefoundry.session that implement SnapshotReaderModifier and TypeClassDescriptionfinal classAzure Cosmos DB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotReader in com.google.genkit.plugins.firebase.session
Classes in com.google.genkit.plugins.firebase.session that implement SnapshotReaderModifier and TypeClassDescriptionfinal classFirestore-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotReader in com.google.genkit.plugins.mongodb.session
Classes in com.google.genkit.plugins.mongodb.session that implement SnapshotReaderModifier and TypeClassDescriptionfinal classMongoDB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotReader in com.google.genkit.plugins.postgresql.session
Classes in com.google.genkit.plugins.postgresql.session that implement SnapshotReaderModifier and TypeClassDescriptionfinal classPostgreSQL-backed implementation ofSessionStoreandSnapshotSubscriber.