Package com.google.genkit.plugins.postgresql.session
package com.google.genkit.plugins.postgresql.session
PostgreSQL-backed agent session persistence.
PostgresSessionStore implements the
Genkit SessionStore contract using the sharded checkpoint + RFC-6902 diff + pointer
layout shared with the Firestore, DynamoDB, and Cosmos DB backends. Construct it directly from a
javax.sql.DataSource and pass it to an agent via AgentConfig.store(...).
-
ClassesClassDescriptionPostgreSQL-backed implementation of
SessionStoreandSnapshotSubscriber.Configuration forPostgresSessionStore.Builder forPostgresSessionStoreOptions.