Session store adapters in Agent SDK are now live! We published example adapters in TS and Python for S3, Redis, and Postgres adapter shapes. You can now mirror transcripts to your own backend, so a session created on one host can be resumed on another. https://t.co/Tsig9T9hsd
Anthropic enables distributed agent memory with Claude Agent SDK session adapters
· Updated
Anthropic launched session store adapters for the Claude Agent SDK, allowing developers to mirror agent transcripts to external databases like S3, Redis, and Postgres. This update enables persistent agent memory across distributed hosts, ensuring that sessions started on one server can be resumed on another.
SessionStore interface mirrors transcripts to external backends like Amazon S3, Redis, and PostgreSQL. Reference implementations are available in TypeScript and Python.This update builds on the capability for production-grade concurrent task management. Local storage is insufficient for serverless functions or workers lacking a shared filesystem. By standardizing mirroring, developers can extend the cross-device continuity seen in the desktop app to custom deployments, ensuring durability when containers are ephemeral.
You can implement the append and load methods to connect the SDK to your infrastructure for compliance and multi-host deployments. This follows Anthropic's recent introduction of persistent agent memory for managed agents. The SDK uses a dual-write architecture that prioritizes local durability while asynchronously forwarding transcript batches to your store.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →

