File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ SESSION_STORE_S3_SECRET_KEY=minioadmin \
190190Each run uses a random key prefix and deletes everything under it on
191191teardown.
192192
193- This mirrors the ` @anthropic-ai/claude-agent-sdk-s3 ` package from the
194- TypeScript SDK .
193+ This mirrors the S3 reference adapter in the TypeScript SDK's
194+ [ ` examples/session-stores/s3/ ` ] ( https://github.com/anthropics/claude-agent-sdk-typescript/tree/main/examples/session-stores/s3 ) .
195195
196196---
197197
Original file line number Diff line number Diff line change 11"""S3-backed :class:`~claude_agent_sdk.SessionStore` adapter.
22
33This is a reference implementation — copy it into your own project and adapt
4- as needed. It mirrors the ``S3SessionStore`` from
5- ``@anthropic-ai/claude-agent-sdk-s3`` (TypeScript ).
4+ as needed. It mirrors the S3 reference adapter in the TypeScript SDK
5+ (examples/session-stores/s3/ ).
66
77Transcripts are stored as JSONL part files::
88
You can’t perform that action at this time.
0 commit comments