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