Package com.google.genkit.plugins.azurefoundry.session


package com.google.genkit.plugins.azurefoundry.session
Azure Cosmos DB-backed agent session persistence.

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