Package com.google.genkit.plugins.awsbedrock.session


package com.google.genkit.plugins.awsbedrock.session
DynamoDB-backed agent session persistence.

DynamoDbSessionStore implements the Genkit SessionStore contract using the sharded checkpoint + RFC-6902 diff + pointer layout shared with the Firestore and Cosmos DB backends. Construct it directly and pass it to an agent via AgentConfig.store(...).