Uses of Interface
com.google.genkit.ai.agent.SnapshotSubscriber
Packages that use SnapshotSubscriber
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 SnapshotSubscriber in com.google.genkit.ai.agent
Classes in com.google.genkit.ai.agent that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classDisk-backed implementation ofSessionStoreandSnapshotSubscriber.final classReference in-memory implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotSubscriber in com.google.genkit.plugins.awsbedrock.session
Classes in com.google.genkit.plugins.awsbedrock.session that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classDynamoDB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotSubscriber in com.google.genkit.plugins.azurefoundry.session
Classes in com.google.genkit.plugins.azurefoundry.session that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classAzure Cosmos DB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotSubscriber in com.google.genkit.plugins.firebase.session
Classes in com.google.genkit.plugins.firebase.session that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classFirestore-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotSubscriber in com.google.genkit.plugins.mongodb.session
Classes in com.google.genkit.plugins.mongodb.session that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classMongoDB-backed implementation ofSessionStoreandSnapshotSubscriber. -
Uses of SnapshotSubscriber in com.google.genkit.plugins.postgresql.session
Classes in com.google.genkit.plugins.postgresql.session that implement SnapshotSubscriberModifier and TypeClassDescriptionfinal classPostgreSQL-backed implementation ofSessionStoreandSnapshotSubscriber.