@farukada/aws-langgraph-dynamodb-ts 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +226 -510
- package/dist/checkpointer/actions/delete-thread.d.ts +7 -6
- package/dist/checkpointer/actions/delete-thread.d.ts.map +1 -1
- package/dist/checkpointer/actions/delete-thread.js +47 -152
- package/dist/checkpointer/actions/delete-thread.js.map +1 -1
- package/dist/checkpointer/actions/get-tuple.d.ts +6 -14
- package/dist/checkpointer/actions/get-tuple.d.ts.map +1 -1
- package/dist/checkpointer/actions/get-tuple.js +13 -166
- package/dist/checkpointer/actions/get-tuple.js.map +1 -1
- package/dist/checkpointer/actions/list.d.ts +10 -0
- package/dist/checkpointer/actions/list.d.ts.map +1 -0
- package/dist/checkpointer/actions/list.js +51 -0
- package/dist/checkpointer/actions/list.js.map +1 -0
- package/dist/checkpointer/actions/put-writes.d.ts +6 -6
- package/dist/checkpointer/actions/put-writes.d.ts.map +1 -1
- package/dist/checkpointer/actions/put-writes.js +26 -75
- package/dist/checkpointer/actions/put-writes.js.map +1 -1
- package/dist/checkpointer/actions/put.d.ts +6 -11
- package/dist/checkpointer/actions/put.d.ts.map +1 -1
- package/dist/checkpointer/actions/put.js +29 -161
- package/dist/checkpointer/actions/put.js.map +1 -1
- package/dist/checkpointer/internal/assemble.d.ts +10 -0
- package/dist/checkpointer/internal/assemble.d.ts.map +1 -0
- package/dist/checkpointer/internal/assemble.js +37 -0
- package/dist/checkpointer/internal/assemble.js.map +1 -0
- package/dist/checkpointer/internal/configurable.d.ts +13 -0
- package/dist/checkpointer/internal/configurable.d.ts.map +1 -0
- package/dist/checkpointer/internal/configurable.js +23 -0
- package/dist/checkpointer/internal/configurable.js.map +1 -0
- package/dist/checkpointer/internal/fetch.d.ts +10 -0
- package/dist/checkpointer/internal/fetch.d.ts.map +1 -0
- package/dist/checkpointer/internal/fetch.js +46 -0
- package/dist/checkpointer/internal/fetch.js.map +1 -0
- package/dist/checkpointer/internal/filter-match.d.ts +12 -0
- package/dist/checkpointer/internal/filter-match.d.ts.map +1 -0
- package/dist/checkpointer/internal/filter-match.js +14 -0
- package/dist/checkpointer/internal/filter-match.js.map +1 -0
- package/dist/checkpointer/internal/item-reader.d.ts +10 -0
- package/dist/checkpointer/internal/item-reader.d.ts.map +1 -0
- package/dist/checkpointer/internal/item-reader.js +26 -0
- package/dist/checkpointer/internal/item-reader.js.map +1 -0
- package/dist/checkpointer/internal/item-writer.d.ts +14 -0
- package/dist/checkpointer/internal/item-writer.d.ts.map +1 -0
- package/dist/checkpointer/internal/item-writer.js +68 -0
- package/dist/checkpointer/internal/item-writer.js.map +1 -0
- package/dist/checkpointer/internal/keys.d.ts +15 -0
- package/dist/checkpointer/internal/keys.d.ts.map +1 -0
- package/dist/checkpointer/internal/keys.js +52 -0
- package/dist/checkpointer/internal/keys.js.map +1 -0
- package/dist/checkpointer/internal/query.d.ts +16 -0
- package/dist/checkpointer/internal/query.d.ts.map +1 -0
- package/dist/checkpointer/internal/query.js +33 -0
- package/dist/checkpointer/internal/query.js.map +1 -0
- package/dist/checkpointer/internal/setup.d.ts +31 -0
- package/dist/checkpointer/internal/setup.d.ts.map +1 -0
- package/dist/checkpointer/internal/setup.js +29 -0
- package/dist/checkpointer/internal/setup.js.map +1 -0
- package/dist/checkpointer/internal/validation.d.ts +9 -0
- package/dist/checkpointer/internal/validation.d.ts.map +1 -0
- package/dist/checkpointer/internal/validation.js +28 -0
- package/dist/checkpointer/internal/validation.js.map +1 -0
- package/dist/checkpointer/saver.d.ts +21 -0
- package/dist/checkpointer/saver.d.ts.map +1 -0
- package/dist/checkpointer/saver.js +49 -0
- package/dist/checkpointer/saver.js.map +1 -0
- package/dist/checkpointer/types.d.ts +43 -0
- package/dist/checkpointer/types.d.ts.map +1 -0
- package/dist/{store/types/index.js → checkpointer/types.js} +1 -1
- package/dist/checkpointer/types.js.map +1 -0
- package/dist/factory/factory.d.ts +41 -0
- package/dist/factory/factory.d.ts.map +1 -0
- package/dist/factory/factory.js +49 -0
- package/dist/factory/factory.js.map +1 -0
- package/dist/history/actions/add-messages.d.ts +12 -7
- package/dist/history/actions/add-messages.d.ts.map +1 -1
- package/dist/history/actions/add-messages.js +50 -48
- package/dist/history/actions/add-messages.js.map +1 -1
- package/dist/history/actions/clear.d.ts +5 -11
- package/dist/history/actions/clear.d.ts.map +1 -1
- package/dist/history/actions/clear.js +28 -62
- package/dist/history/actions/clear.js.map +1 -1
- package/dist/history/actions/get-messages.d.ts +6 -13
- package/dist/history/actions/get-messages.d.ts.map +1 -1
- package/dist/history/actions/get-messages.js +23 -59
- package/dist/history/actions/get-messages.js.map +1 -1
- package/dist/history/actions/list-sessions.d.ts +6 -22
- package/dist/history/actions/list-sessions.d.ts.map +1 -1
- package/dist/history/actions/list-sessions.js +26 -69
- package/dist/history/actions/list-sessions.js.map +1 -1
- package/dist/history/actions/reconcile-count.d.ts +10 -0
- package/dist/history/actions/reconcile-count.d.ts.map +1 -0
- package/dist/history/actions/reconcile-count.js +39 -0
- package/dist/history/actions/reconcile-count.js.map +1 -0
- package/dist/history/chat-message-history.d.ts +36 -0
- package/dist/history/chat-message-history.d.ts.map +1 -0
- package/dist/history/chat-message-history.js +67 -0
- package/dist/history/chat-message-history.js.map +1 -0
- package/dist/history/internal/append-saga.d.ts +17 -0
- package/dist/history/internal/append-saga.d.ts.map +1 -0
- package/dist/history/internal/append-saga.js +94 -0
- package/dist/history/internal/append-saga.js.map +1 -0
- package/dist/history/internal/item-mapper.d.ts +12 -0
- package/dist/history/internal/item-mapper.d.ts.map +1 -0
- package/dist/history/internal/item-mapper.js +33 -0
- package/dist/history/internal/item-mapper.js.map +1 -0
- package/dist/history/internal/keys.d.ts +9 -0
- package/dist/history/internal/keys.d.ts.map +1 -0
- package/dist/history/internal/keys.js +22 -0
- package/dist/history/internal/keys.js.map +1 -0
- package/dist/history/internal/message-chunker.d.ts +14 -0
- package/dist/history/internal/message-chunker.d.ts.map +1 -0
- package/dist/history/internal/message-chunker.js +60 -0
- package/dist/history/internal/message-chunker.js.map +1 -0
- package/dist/history/internal/message-transaction.d.ts +17 -0
- package/dist/history/internal/message-transaction.d.ts.map +1 -0
- package/dist/history/internal/message-transaction.js +27 -0
- package/dist/history/internal/message-transaction.js.map +1 -0
- package/dist/history/internal/query.d.ts +6 -0
- package/dist/history/internal/query.d.ts.map +1 -0
- package/dist/history/internal/query.js +28 -0
- package/dist/history/internal/query.js.map +1 -0
- package/dist/history/internal/session-update.d.ts +20 -0
- package/dist/history/internal/session-update.d.ts.map +1 -0
- package/dist/history/internal/session-update.js +46 -0
- package/dist/history/internal/session-update.js.map +1 -0
- package/dist/history/internal/setup.d.ts +28 -0
- package/dist/history/internal/setup.d.ts.map +1 -0
- package/dist/history/internal/setup.js +27 -0
- package/dist/history/internal/setup.js.map +1 -0
- package/dist/history/internal/title-generator.d.ts +7 -0
- package/dist/history/internal/title-generator.d.ts.map +1 -0
- package/dist/history/internal/title-generator.js +16 -0
- package/dist/history/internal/title-generator.js.map +1 -0
- package/dist/history/internal/ttl-anchor.d.ts +12 -0
- package/dist/history/internal/ttl-anchor.d.ts.map +1 -0
- package/dist/history/internal/ttl-anchor.js +26 -0
- package/dist/history/internal/ttl-anchor.js.map +1 -0
- package/dist/history/session-adapter.d.ts +10 -26
- package/dist/history/session-adapter.d.ts.map +1 -1
- package/dist/history/session-adapter.js +15 -57
- package/dist/history/session-adapter.js.map +1 -1
- package/dist/history/types.d.ts +36 -0
- package/dist/history/types.d.ts.map +1 -0
- package/dist/history/types.js +3 -0
- package/dist/history/types.js.map +1 -0
- package/dist/index.d.ts +18 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -16
- package/dist/index.js.map +1 -1
- package/dist/shared/clock.d.ts +3 -0
- package/dist/shared/clock.d.ts.map +1 -0
- package/dist/shared/clock.js +8 -0
- package/dist/shared/clock.js.map +1 -0
- package/dist/shared/codec/codec.d.ts +44 -0
- package/dist/shared/codec/codec.d.ts.map +1 -0
- package/dist/shared/codec/codec.js +44 -0
- package/dist/shared/codec/codec.js.map +1 -0
- package/dist/shared/codec/compression.d.ts +25 -0
- package/dist/shared/codec/compression.d.ts.map +1 -0
- package/dist/shared/codec/compression.js +49 -0
- package/dist/shared/codec/compression.js.map +1 -0
- package/dist/shared/codec/descriptor-keys.d.ts +4 -0
- package/dist/shared/codec/descriptor-keys.d.ts.map +1 -0
- package/dist/shared/codec/descriptor-keys.js +14 -0
- package/dist/shared/codec/descriptor-keys.js.map +1 -0
- package/dist/shared/codec/json-serde.d.ts +8 -0
- package/dist/shared/codec/json-serde.d.ts.map +1 -0
- package/dist/shared/codec/json-serde.js +18 -0
- package/dist/shared/codec/json-serde.js.map +1 -0
- package/dist/shared/codec/s3/client.d.ts +6 -0
- package/dist/shared/codec/s3/client.d.ts.map +1 -0
- package/dist/shared/codec/s3/client.js +18 -0
- package/dist/shared/codec/s3/client.js.map +1 -0
- package/dist/shared/codec/s3/config.d.ts +16 -0
- package/dist/shared/codec/s3/config.d.ts.map +1 -0
- package/dist/shared/codec/s3/config.js +14 -0
- package/dist/shared/codec/s3/config.js.map +1 -0
- package/dist/shared/codec/s3/delete.d.ts +8 -0
- package/dist/shared/codec/s3/delete.d.ts.map +1 -0
- package/dist/shared/codec/s3/delete.js +29 -0
- package/dist/shared/codec/s3/delete.js.map +1 -0
- package/dist/shared/codec/s3/lifecycle.d.ts +8 -0
- package/dist/shared/codec/s3/lifecycle.d.ts.map +1 -0
- package/dist/shared/codec/s3/lifecycle.js +47 -0
- package/dist/shared/codec/s3/lifecycle.js.map +1 -0
- package/dist/shared/codec/s3/offloader.d.ts +33 -0
- package/dist/shared/codec/s3/offloader.d.ts.map +1 -0
- package/dist/shared/codec/s3/offloader.js +80 -0
- package/dist/shared/codec/s3/offloader.js.map +1 -0
- package/dist/shared/codec/s3/orphans.d.ts +16 -0
- package/dist/shared/codec/s3/orphans.d.ts.map +1 -0
- package/dist/shared/codec/s3/orphans.js +73 -0
- package/dist/shared/codec/s3/orphans.js.map +1 -0
- package/dist/shared/codec/s3/read-write.d.ts +14 -0
- package/dist/shared/codec/s3/read-write.d.ts.map +1 -0
- package/dist/shared/codec/s3/read-write.js +42 -0
- package/dist/shared/codec/s3/read-write.js.map +1 -0
- package/dist/shared/constants.d.ts +37 -0
- package/dist/shared/constants.d.ts.map +1 -0
- package/dist/shared/constants.js +40 -0
- package/dist/shared/constants.js.map +1 -0
- package/dist/shared/dynamodb/backoff.d.ts +15 -0
- package/dist/shared/dynamodb/backoff.d.ts.map +1 -0
- package/dist/shared/dynamodb/backoff.js +48 -0
- package/dist/shared/dynamodb/backoff.js.map +1 -0
- package/dist/shared/dynamodb/batch-write.d.ts +10 -0
- package/dist/shared/dynamodb/batch-write.d.ts.map +1 -0
- package/dist/shared/dynamodb/batch-write.js +17 -0
- package/dist/shared/dynamodb/batch-write.js.map +1 -0
- package/dist/shared/dynamodb/client.d.ts +21 -0
- package/dist/shared/dynamodb/client.d.ts.map +1 -0
- package/dist/shared/dynamodb/client.js +19 -0
- package/dist/shared/dynamodb/client.js.map +1 -0
- package/dist/shared/dynamodb/drain-unprocessed.d.ts +15 -0
- package/dist/shared/dynamodb/drain-unprocessed.d.ts.map +1 -0
- package/dist/shared/dynamodb/drain-unprocessed.js +35 -0
- package/dist/shared/dynamodb/drain-unprocessed.js.map +1 -0
- package/dist/shared/dynamodb/paginate-core.d.ts +22 -0
- package/dist/shared/dynamodb/paginate-core.d.ts.map +1 -0
- package/dist/shared/dynamodb/paginate-core.js +52 -0
- package/dist/shared/dynamodb/paginate-core.js.map +1 -0
- package/dist/shared/dynamodb/paginate.d.ts +15 -0
- package/dist/shared/dynamodb/paginate.d.ts.map +1 -0
- package/dist/shared/dynamodb/paginate.js +20 -0
- package/dist/shared/dynamodb/paginate.js.map +1 -0
- package/dist/shared/dynamodb/retry-classifier.d.ts +9 -0
- package/dist/shared/dynamodb/retry-classifier.d.ts.map +1 -0
- package/dist/shared/dynamodb/retry-classifier.js +75 -0
- package/dist/shared/dynamodb/retry-classifier.js.map +1 -0
- package/dist/shared/dynamodb/retry.d.ts +18 -0
- package/dist/shared/dynamodb/retry.d.ts.map +1 -0
- package/dist/shared/dynamodb/retry.js +53 -0
- package/dist/shared/dynamodb/retry.js.map +1 -0
- package/dist/shared/dynamodb/scan.d.ts +15 -0
- package/dist/shared/dynamodb/scan.d.ts.map +1 -0
- package/dist/shared/dynamodb/scan.js +20 -0
- package/dist/shared/dynamodb/scan.js.map +1 -0
- package/dist/shared/dynamodb/types.d.ts +24 -0
- package/dist/shared/dynamodb/types.d.ts.map +1 -0
- package/dist/shared/dynamodb/types.js +3 -0
- package/dist/shared/dynamodb/types.js.map +1 -0
- package/dist/shared/errors/base-error.d.ts +22 -0
- package/dist/shared/errors/base-error.d.ts.map +1 -0
- package/dist/shared/errors/base-error.js +28 -0
- package/dist/shared/errors/base-error.js.map +1 -0
- package/dist/shared/errors/error-code.d.ts +13 -0
- package/dist/shared/errors/error-code.d.ts.map +1 -0
- package/dist/shared/errors/error-code.js +17 -0
- package/dist/shared/errors/error-code.js.map +1 -0
- package/dist/shared/errors/errors.d.ts +47 -0
- package/dist/shared/errors/errors.d.ts.map +1 -0
- package/dist/shared/errors/errors.js +82 -0
- package/dist/shared/errors/errors.js.map +1 -0
- package/dist/shared/errors/wrap-error.d.ts +16 -0
- package/dist/shared/errors/wrap-error.d.ts.map +1 -0
- package/dist/shared/errors/wrap-error.js +30 -0
- package/dist/shared/errors/wrap-error.js.map +1 -0
- package/dist/shared/logging/logger.d.ts +14 -0
- package/dist/shared/logging/logger.d.ts.map +1 -0
- package/dist/shared/logging/logger.js +16 -0
- package/dist/shared/logging/logger.js.map +1 -0
- package/dist/shared/logging/redaction.d.ts +19 -0
- package/dist/shared/logging/redaction.d.ts.map +1 -0
- package/dist/shared/logging/redaction.js +67 -0
- package/dist/shared/logging/redaction.js.map +1 -0
- package/dist/shared/options.d.ts +32 -0
- package/dist/shared/options.d.ts.map +1 -0
- package/dist/shared/options.js +3 -0
- package/dist/shared/options.js.map +1 -0
- package/dist/shared/ulid.d.ts +10 -0
- package/dist/shared/ulid.d.ts.map +1 -0
- package/dist/shared/ulid.js +65 -0
- package/dist/shared/ulid.js.map +1 -0
- package/dist/shared/validation/primitives.d.ts +17 -0
- package/dist/shared/validation/primitives.d.ts.map +1 -0
- package/dist/shared/validation/primitives.js +71 -0
- package/dist/shared/validation/primitives.js.map +1 -0
- package/dist/shared/validation/ttl.d.ts +16 -0
- package/dist/shared/validation/ttl.d.ts.map +1 -0
- package/dist/shared/validation/ttl.js +26 -0
- package/dist/shared/validation/ttl.js.map +1 -0
- package/dist/store/actions/get.d.ts +5 -0
- package/dist/store/actions/get.d.ts.map +1 -0
- package/dist/store/actions/get.js +21 -0
- package/dist/store/actions/get.js.map +1 -0
- package/dist/store/actions/list-namespaces.d.ts +9 -0
- package/dist/store/actions/list-namespaces.d.ts.map +1 -0
- package/dist/store/actions/list-namespaces.js +46 -0
- package/dist/store/actions/list-namespaces.js.map +1 -0
- package/dist/store/actions/put.d.ts +11 -0
- package/dist/store/actions/put.d.ts.map +1 -0
- package/dist/store/actions/put.js +81 -0
- package/dist/store/actions/put.js.map +1 -0
- package/dist/store/actions/reconcile-vector-index.d.ts +17 -0
- package/dist/store/actions/reconcile-vector-index.d.ts.map +1 -0
- package/dist/store/actions/reconcile-vector-index.js +27 -0
- package/dist/store/actions/reconcile-vector-index.js.map +1 -0
- package/dist/store/actions/search.d.ts +10 -0
- package/dist/store/actions/search.d.ts.map +1 -0
- package/dist/store/actions/search.js +72 -0
- package/dist/store/actions/search.js.map +1 -0
- package/dist/store/internal/filter.d.ts +10 -0
- package/dist/store/internal/filter.d.ts.map +1 -0
- package/dist/store/internal/filter.js +37 -0
- package/dist/store/internal/filter.js.map +1 -0
- package/dist/store/internal/index-reconcile.d.ts +22 -0
- package/dist/store/internal/index-reconcile.d.ts.map +1 -0
- package/dist/store/internal/index-reconcile.js +68 -0
- package/dist/store/internal/index-reconcile.js.map +1 -0
- package/dist/store/internal/index-sync.d.ts +11 -0
- package/dist/store/internal/index-sync.d.ts.map +1 -0
- package/dist/store/internal/index-sync.js +26 -0
- package/dist/store/internal/index-sync.js.map +1 -0
- package/dist/store/internal/item-mapper.d.ts +23 -0
- package/dist/store/internal/item-mapper.d.ts.map +1 -0
- package/dist/store/internal/item-mapper.js +51 -0
- package/dist/store/internal/item-mapper.js.map +1 -0
- package/dist/store/internal/keys.d.ts +18 -0
- package/dist/store/internal/keys.d.ts.map +1 -0
- package/dist/store/internal/keys.js +36 -0
- package/dist/store/internal/keys.js.map +1 -0
- package/dist/store/internal/namespace-match.d.ts +12 -0
- package/dist/store/internal/namespace-match.d.ts.map +1 -0
- package/dist/store/internal/namespace-match.js +41 -0
- package/dist/store/internal/namespace-match.js.map +1 -0
- package/dist/store/internal/query.d.ts +6 -0
- package/dist/store/internal/query.d.ts.map +1 -0
- package/dist/store/internal/query.js +32 -0
- package/dist/store/internal/query.js.map +1 -0
- package/dist/store/internal/ranker.d.ts +13 -0
- package/dist/store/internal/ranker.d.ts.map +1 -0
- package/dist/store/internal/ranker.js +29 -0
- package/dist/store/internal/ranker.js.map +1 -0
- package/dist/store/internal/semantic-search.d.ts +13 -0
- package/dist/store/internal/semantic-search.d.ts.map +1 -0
- package/dist/store/internal/semantic-search.js +47 -0
- package/dist/store/internal/semantic-search.js.map +1 -0
- package/dist/store/internal/setup.d.ts +31 -0
- package/dist/store/internal/setup.d.ts.map +1 -0
- package/dist/store/internal/setup.js +29 -0
- package/dist/store/internal/setup.js.map +1 -0
- package/dist/store/internal/validation.d.ts +7 -0
- package/dist/store/internal/validation.d.ts.map +1 -0
- package/dist/store/internal/validation.js +26 -0
- package/dist/store/internal/validation.js.map +1 -0
- package/dist/store/store.d.ts +24 -0
- package/dist/store/store.d.ts.map +1 -0
- package/dist/store/store.js +58 -0
- package/dist/store/store.js.map +1 -0
- package/dist/store/types.d.ts +28 -0
- package/dist/store/types.d.ts.map +1 -0
- package/dist/store/types.js +3 -0
- package/dist/store/types.js.map +1 -0
- package/dist/store/vector-backend.d.ts +27 -0
- package/dist/store/vector-backend.d.ts.map +1 -0
- package/dist/store/vector-backend.js +3 -0
- package/dist/store/vector-backend.js.map +1 -0
- package/package.json +32 -30
- package/dist/checkpointer/actions/index.d.ts +0 -5
- package/dist/checkpointer/actions/index.d.ts.map +0 -1
- package/dist/checkpointer/actions/index.js +0 -21
- package/dist/checkpointer/actions/index.js.map +0 -1
- package/dist/checkpointer/actions/validate-configurable.d.ts +0 -10
- package/dist/checkpointer/actions/validate-configurable.d.ts.map +0 -1
- package/dist/checkpointer/actions/validate-configurable.js +0 -39
- package/dist/checkpointer/actions/validate-configurable.js.map +0 -1
- package/dist/checkpointer/actions/writer.d.ts +0 -52
- package/dist/checkpointer/actions/writer.d.ts.map +0 -1
- package/dist/checkpointer/actions/writer.js +0 -109
- package/dist/checkpointer/actions/writer.js.map +0 -1
- package/dist/checkpointer/index.d.ts +0 -118
- package/dist/checkpointer/index.d.ts.map +0 -1
- package/dist/checkpointer/index.js +0 -393
- package/dist/checkpointer/index.js.map +0 -1
- package/dist/checkpointer/types/index.d.ts +0 -232
- package/dist/checkpointer/types/index.d.ts.map +0 -1
- package/dist/checkpointer/types/index.js +0 -13
- package/dist/checkpointer/types/index.js.map +0 -1
- package/dist/checkpointer/utils/deserialization.d.ts +0 -20
- package/dist/checkpointer/utils/deserialization.d.ts.map +0 -1
- package/dist/checkpointer/utils/deserialization.js +0 -81
- package/dist/checkpointer/utils/deserialization.js.map +0 -1
- package/dist/checkpointer/utils/index.d.ts +0 -7
- package/dist/checkpointer/utils/index.d.ts.map +0 -1
- package/dist/checkpointer/utils/index.js +0 -27
- package/dist/checkpointer/utils/index.js.map +0 -1
- package/dist/checkpointer/utils/validation.d.ts +0 -48
- package/dist/checkpointer/utils/validation.d.ts.map +0 -1
- package/dist/checkpointer/utils/validation.js +0 -235
- package/dist/checkpointer/utils/validation.js.map +0 -1
- package/dist/factory.d.ts +0 -153
- package/dist/factory.d.ts.map +0 -1
- package/dist/factory.js +0 -206
- package/dist/factory.js.map +0 -1
- package/dist/history/actions/add-message.d.ts +0 -10
- package/dist/history/actions/add-message.d.ts.map +0 -1
- package/dist/history/actions/add-message.js +0 -24
- package/dist/history/actions/add-message.js.map +0 -1
- package/dist/history/actions/index.d.ts +0 -9
- package/dist/history/actions/index.d.ts.map +0 -1
- package/dist/history/actions/index.js +0 -17
- package/dist/history/actions/index.js.map +0 -1
- package/dist/history/index.d.ts +0 -118
- package/dist/history/index.d.ts.map +0 -1
- package/dist/history/index.js +0 -179
- package/dist/history/index.js.map +0 -1
- package/dist/history/types/index.d.ts +0 -184
- package/dist/history/types/index.d.ts.map +0 -1
- package/dist/history/types/index.js +0 -7
- package/dist/history/types/index.js.map +0 -1
- package/dist/history/utils/index.d.ts +0 -9
- package/dist/history/utils/index.d.ts.map +0 -1
- package/dist/history/utils/index.js +0 -27
- package/dist/history/utils/index.js.map +0 -1
- package/dist/history/utils/optimistic-retry.d.ts +0 -31
- package/dist/history/utils/optimistic-retry.d.ts.map +0 -1
- package/dist/history/utils/optimistic-retry.js +0 -74
- package/dist/history/utils/optimistic-retry.js.map +0 -1
- package/dist/history/utils/title-generator.d.ts +0 -12
- package/dist/history/utils/title-generator.d.ts.map +0 -1
- package/dist/history/utils/title-generator.js +0 -57
- package/dist/history/utils/title-generator.js.map +0 -1
- package/dist/history/utils/update-expression-builder.d.ts +0 -55
- package/dist/history/utils/update-expression-builder.d.ts.map +0 -1
- package/dist/history/utils/update-expression-builder.js +0 -112
- package/dist/history/utils/update-expression-builder.js.map +0 -1
- package/dist/history/utils/validation.d.ts +0 -68
- package/dist/history/utils/validation.d.ts.map +0 -1
- package/dist/history/utils/validation.js +0 -213
- package/dist/history/utils/validation.js.map +0 -1
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/index.js +0 -21
- package/dist/shared/index.js.map +0 -1
- package/dist/shared/utils/batch-write.d.ts +0 -74
- package/dist/shared/utils/batch-write.d.ts.map +0 -1
- package/dist/shared/utils/batch-write.js +0 -110
- package/dist/shared/utils/batch-write.js.map +0 -1
- package/dist/shared/utils/client-factory.d.ts +0 -25
- package/dist/shared/utils/client-factory.d.ts.map +0 -1
- package/dist/shared/utils/client-factory.js +0 -23
- package/dist/shared/utils/client-factory.js.map +0 -1
- package/dist/shared/utils/compressor.d.ts +0 -66
- package/dist/shared/utils/compressor.d.ts.map +0 -1
- package/dist/shared/utils/compressor.js +0 -133
- package/dist/shared/utils/compressor.js.map +0 -1
- package/dist/shared/utils/constants.d.ts +0 -13
- package/dist/shared/utils/constants.d.ts.map +0 -1
- package/dist/shared/utils/constants.js +0 -35
- package/dist/shared/utils/constants.js.map +0 -1
- package/dist/shared/utils/index.d.ts +0 -14
- package/dist/shared/utils/index.d.ts.map +0 -1
- package/dist/shared/utils/index.js +0 -30
- package/dist/shared/utils/index.js.map +0 -1
- package/dist/shared/utils/logger.d.ts +0 -75
- package/dist/shared/utils/logger.d.ts.map +0 -1
- package/dist/shared/utils/logger.js +0 -148
- package/dist/shared/utils/logger.js.map +0 -1
- package/dist/shared/utils/retry.d.ts +0 -26
- package/dist/shared/utils/retry.d.ts.map +0 -1
- package/dist/shared/utils/retry.js +0 -169
- package/dist/shared/utils/retry.js.map +0 -1
- package/dist/shared/utils/s3-offloader.d.ts +0 -153
- package/dist/shared/utils/s3-offloader.d.ts.map +0 -1
- package/dist/shared/utils/s3-offloader.js +0 -281
- package/dist/shared/utils/s3-offloader.js.map +0 -1
- package/dist/shared/utils/s3-orphans.d.ts +0 -16
- package/dist/shared/utils/s3-orphans.d.ts.map +0 -1
- package/dist/shared/utils/s3-orphans.js +0 -79
- package/dist/shared/utils/s3-orphans.js.map +0 -1
- package/dist/shared/utils/sleep.d.ts +0 -48
- package/dist/shared/utils/sleep.d.ts.map +0 -1
- package/dist/shared/utils/sleep.js +0 -82
- package/dist/shared/utils/sleep.js.map +0 -1
- package/dist/shared/utils/ttl.d.ts +0 -24
- package/dist/shared/utils/ttl.d.ts.map +0 -1
- package/dist/shared/utils/ttl.js +0 -43
- package/dist/shared/utils/ttl.js.map +0 -1
- package/dist/store/actions/get-operation.d.ts +0 -11
- package/dist/store/actions/get-operation.d.ts.map +0 -1
- package/dist/store/actions/get-operation.js +0 -42
- package/dist/store/actions/get-operation.js.map +0 -1
- package/dist/store/actions/index.d.ts +0 -5
- package/dist/store/actions/index.d.ts.map +0 -1
- package/dist/store/actions/index.js +0 -21
- package/dist/store/actions/index.js.map +0 -1
- package/dist/store/actions/list-namespaces-operation.d.ts +0 -10
- package/dist/store/actions/list-namespaces-operation.d.ts.map +0 -1
- package/dist/store/actions/list-namespaces-operation.js +0 -227
- package/dist/store/actions/list-namespaces-operation.js.map +0 -1
- package/dist/store/actions/put-operation.d.ts +0 -9
- package/dist/store/actions/put-operation.d.ts.map +0 -1
- package/dist/store/actions/put-operation.js +0 -107
- package/dist/store/actions/put-operation.js.map +0 -1
- package/dist/store/actions/search-operation.d.ts +0 -17
- package/dist/store/actions/search-operation.d.ts.map +0 -1
- package/dist/store/actions/search-operation.js +0 -203
- package/dist/store/actions/search-operation.js.map +0 -1
- package/dist/store/index.d.ts +0 -82
- package/dist/store/index.d.ts.map +0 -1
- package/dist/store/index.js +0 -172
- package/dist/store/index.js.map +0 -1
- package/dist/store/types/index.d.ts +0 -131
- package/dist/store/types/index.d.ts.map +0 -1
- package/dist/store/types/index.js.map +0 -1
- package/dist/store/utils/filter.d.ts +0 -16
- package/dist/store/utils/filter.d.ts.map +0 -1
- package/dist/store/utils/filter.js +0 -133
- package/dist/store/utils/filter.js.map +0 -1
- package/dist/store/utils/index.d.ts +0 -7
- package/dist/store/utils/index.d.ts.map +0 -1
- package/dist/store/utils/index.js +0 -27
- package/dist/store/utils/index.js.map +0 -1
- package/dist/store/utils/validation.d.ts +0 -61
- package/dist/store/utils/validation.d.ts.map +0 -1
- package/dist/store/utils/validation.js +0 -260
- package/dist/store/utils/validation.js.map +0 -1
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
import type { DynamoDBClientConfig } from '@aws-sdk/client-dynamodb';
|
|
2
|
-
import { DynamoDBDocument } from '@aws-sdk/lib-dynamodb';
|
|
3
|
-
import { RunnableConfig } from '@langchain/core/runnables';
|
|
4
|
-
import { Checkpoint, CheckpointMetadata, PendingWrite, SerializerProtocol } from '@langchain/langgraph-checkpoint';
|
|
5
|
-
import type { CompressionConfig, Compressor, S3OffloadConfig, S3Offloader } from '../../shared';
|
|
6
|
-
/**
|
|
7
|
-
* Configuration options for DynamoDBSaver
|
|
8
|
-
*
|
|
9
|
-
* @property checkpointsTableName - Name of the DynamoDB table for storing checkpoints
|
|
10
|
-
* @property writesTableName - Name of the DynamoDB table for storing pending writes
|
|
11
|
-
* @property ttlDays - Optional TTL in days for automatic item expiration (max 1825 days)
|
|
12
|
-
* @property serde - Optional custom serializer protocol for checkpoint serialization
|
|
13
|
-
* @property clientConfig - Optional DynamoDB client configuration
|
|
14
|
-
*/
|
|
15
|
-
export interface DynamoDBSaverOptions {
|
|
16
|
-
checkpointsTableName: string;
|
|
17
|
-
writesTableName: string;
|
|
18
|
-
ttlDays?: number;
|
|
19
|
-
/** TTL in seconds for automatic item expiration (overrides ttlDays if both set) */
|
|
20
|
-
ttlSeconds?: number;
|
|
21
|
-
/** Optional compression configuration for checkpoint data */
|
|
22
|
-
compression?: CompressionConfig;
|
|
23
|
-
/** Optional S3 offloading for payloads exceeding DynamoDB's 400KB item limit */
|
|
24
|
-
s3OffloadConfig?: S3OffloadConfig;
|
|
25
|
-
serde?: SerializerProtocol;
|
|
26
|
-
clientConfig?: DynamoDBClientConfig;
|
|
27
|
-
/** Optional pre-built DynamoDBDocument client (takes precedence over clientConfig) */
|
|
28
|
-
client?: DynamoDBDocument;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Properties for creating a Writer instance
|
|
32
|
-
*
|
|
33
|
-
* @property thread_id - Unique identifier for the conversation thread
|
|
34
|
-
* @property checkpoint_ns - Namespace for checkpoint isolation (default: '')
|
|
35
|
-
* @property checkpoint_id - Unique identifier for the checkpoint
|
|
36
|
-
* @property task_id - Unique identifier for the task that created the write
|
|
37
|
-
* @property idx - Index of the write within the task (0-based)
|
|
38
|
-
* @property channel - Channel name for the write
|
|
39
|
-
* @property type - Type identifier for deserialization
|
|
40
|
-
* @property value - Serialized value as binary data
|
|
41
|
-
*/
|
|
42
|
-
export interface WriterProps {
|
|
43
|
-
thread_id: string;
|
|
44
|
-
checkpoint_ns: string;
|
|
45
|
-
checkpoint_id: string;
|
|
46
|
-
task_id: string;
|
|
47
|
-
idx: number;
|
|
48
|
-
channel: string;
|
|
49
|
-
type: string;
|
|
50
|
-
value: Uint8Array;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* DynamoDB representation of a pending write
|
|
54
|
-
* Uses composite keys for efficient querying
|
|
55
|
-
*
|
|
56
|
-
* @property thread_id_checkpoint_id_checkpoint_ns - Composite partition key (format: "thread_id:::checkpoint_id:::checkpoint_ns")
|
|
57
|
-
* @property task_id_idx - Composite sort key (format: "task_id:::idx")
|
|
58
|
-
* @property channel - Channel name for the write
|
|
59
|
-
* @property type - Type identifier for deserialization
|
|
60
|
-
* @property value - Serialized value as binary data
|
|
61
|
-
*/
|
|
62
|
-
export interface DynamoDBWriteItem {
|
|
63
|
-
thread_id_checkpoint_id_checkpoint_ns: string;
|
|
64
|
-
task_id_idx: string;
|
|
65
|
-
channel: string;
|
|
66
|
-
type: string;
|
|
67
|
-
value: Uint8Array;
|
|
68
|
-
/** Optional TTL timestamp for automatic item expiration */
|
|
69
|
-
ttl?: number;
|
|
70
|
-
/** S3 key reference when value was offloaded to S3 */
|
|
71
|
-
s3_value_key?: string;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Sort key prefix for payload items in the checkpoints table.
|
|
75
|
-
* Payload items store the heavy checkpoint blob separately from metadata
|
|
76
|
-
* to reduce RCU consumption on list() queries.
|
|
77
|
-
*
|
|
78
|
-
* UUID checkpoint IDs (hex chars 0-9, a-f) sort before 'PAYLOAD#' in ASCII,
|
|
79
|
-
* so key condition `checkpoint_id < PAYLOAD#` naturally excludes payload items.
|
|
80
|
-
*/
|
|
81
|
-
export declare const PAYLOAD_SK_PREFIX = "PAYLOAD#";
|
|
82
|
-
/**
|
|
83
|
-
* DynamoDB representation of a checkpoint metadata item.
|
|
84
|
-
* Stores lightweight metadata; the heavy checkpoint blob lives in a separate payload item.
|
|
85
|
-
*
|
|
86
|
-
* @property thread_id - Unique identifier for the conversation thread (partition key)
|
|
87
|
-
* @property checkpoint_ns - Namespace for checkpoint isolation
|
|
88
|
-
* @property checkpoint_id - Unique identifier for the checkpoint (sort key)
|
|
89
|
-
* @property parent_checkpoint_id - Optional ID of the parent checkpoint for checkpoint chains
|
|
90
|
-
* @property type - Type identifier for deserialization
|
|
91
|
-
* @property metadata - Serialized metadata as binary
|
|
92
|
-
* @property checkpoint - Present only for backward compatibility with legacy single-item format
|
|
93
|
-
*/
|
|
94
|
-
export interface CheckpointItem {
|
|
95
|
-
thread_id: string;
|
|
96
|
-
checkpoint_ns: string;
|
|
97
|
-
checkpoint_id: string;
|
|
98
|
-
parent_checkpoint_id?: string;
|
|
99
|
-
type: string;
|
|
100
|
-
metadata: Uint8Array;
|
|
101
|
-
/** S3 key reference when checkpoint data was offloaded to S3 */
|
|
102
|
-
s3_checkpoint_key?: string;
|
|
103
|
-
/** S3 key reference when metadata was offloaded to S3 */
|
|
104
|
-
s3_metadata_key?: string;
|
|
105
|
-
/**
|
|
106
|
-
* Legacy field: present only on old single-item checkpoint items.
|
|
107
|
-
* New items store the checkpoint blob in a separate payload item.
|
|
108
|
-
*/
|
|
109
|
-
checkpoint?: Uint8Array;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* DynamoDB representation of a checkpoint payload item.
|
|
113
|
-
* Contains only the heavy serialized checkpoint blob.
|
|
114
|
-
*
|
|
115
|
-
* @property thread_id - Partition key (same as metadata item)
|
|
116
|
-
* @property checkpoint_id - Sort key with PAYLOAD# prefix
|
|
117
|
-
* @property checkpoint - Serialized checkpoint data as binary
|
|
118
|
-
*/
|
|
119
|
-
export interface CheckpointPayloadItem {
|
|
120
|
-
thread_id: string;
|
|
121
|
-
checkpoint_id: string;
|
|
122
|
-
checkpoint: Uint8Array;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* Validated configurable parameters from RunnableConfig
|
|
126
|
-
*
|
|
127
|
-
* @property thread_id - Validated unique identifier for the conversation thread
|
|
128
|
-
* @property checkpoint_ns - Validated namespace for checkpoint isolation (empty string if not provided)
|
|
129
|
-
* @property checkpoint_id - Optional validated checkpoint identifier
|
|
130
|
-
*/
|
|
131
|
-
export interface ValidatedConfigurable {
|
|
132
|
-
thread_id: string;
|
|
133
|
-
checkpoint_ns: string;
|
|
134
|
-
checkpoint_id: string | undefined;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* Parameters for deleteThread action
|
|
138
|
-
*
|
|
139
|
-
* @property client - DynamoDB Document client instance
|
|
140
|
-
* @property checkpointsTableName - Name of the checkpoints table
|
|
141
|
-
* @property writesTableName - Name of the pending writes table
|
|
142
|
-
* @property threadId - Thread identifier to delete
|
|
143
|
-
*/
|
|
144
|
-
export interface DeleteThreadActionParams {
|
|
145
|
-
client: DynamoDBDocument;
|
|
146
|
-
checkpointsTableName: string;
|
|
147
|
-
writesTableName: string;
|
|
148
|
-
threadId: string;
|
|
149
|
-
/** Optional S3 offloader for cleaning up offloaded payloads */
|
|
150
|
-
s3Offloader?: S3Offloader;
|
|
151
|
-
/** Optional AbortSignal for cancelling in-flight retries */
|
|
152
|
-
signal?: AbortSignal;
|
|
153
|
-
}
|
|
154
|
-
/**
|
|
155
|
-
* Parameters for getTuple action
|
|
156
|
-
*
|
|
157
|
-
* @property client - DynamoDB Document client instance
|
|
158
|
-
* @property checkpointsTableName - Name of the checkpoints table
|
|
159
|
-
* @property writesTableName - Name of the pending writes table
|
|
160
|
-
* @property serde - Serialization protocol for checkpoint data
|
|
161
|
-
* @property config - Runnable configuration with thread_id and optional checkpoint_id
|
|
162
|
-
*/
|
|
163
|
-
export interface GetTupleActionParams {
|
|
164
|
-
client: DynamoDBDocument;
|
|
165
|
-
checkpointsTableName: string;
|
|
166
|
-
writesTableName: string;
|
|
167
|
-
serde: SerializerProtocol;
|
|
168
|
-
config: RunnableConfig;
|
|
169
|
-
/** Optional compressor for decompressing checkpoint data */
|
|
170
|
-
compressor?: Compressor;
|
|
171
|
-
/** Optional S3 offloader for downloading offloaded payloads */
|
|
172
|
-
s3Offloader?: S3Offloader;
|
|
173
|
-
/** Optional AbortSignal for cancelling in-flight retries */
|
|
174
|
-
signal?: AbortSignal;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* Parameters for put action
|
|
178
|
-
*
|
|
179
|
-
* @property client - DynamoDB Document client instance
|
|
180
|
-
* @property checkpointsTableName - Name of the checkpoints table
|
|
181
|
-
* @property serde - Serialization protocol for checkpoint data
|
|
182
|
-
* @property config - Runnable configuration with thread_id and namespace
|
|
183
|
-
* @property checkpoint - Checkpoint data to save
|
|
184
|
-
* @property metadata - Checkpoint metadata to save
|
|
185
|
-
* @property ttlDays - Optional TTL in days for automatic expiration (max 1825 days)
|
|
186
|
-
*/
|
|
187
|
-
export interface PutActionParams {
|
|
188
|
-
client: DynamoDBDocument;
|
|
189
|
-
checkpointsTableName: string;
|
|
190
|
-
serde: SerializerProtocol;
|
|
191
|
-
config: RunnableConfig;
|
|
192
|
-
checkpoint: Checkpoint;
|
|
193
|
-
metadata: CheckpointMetadata;
|
|
194
|
-
ttlDays?: number;
|
|
195
|
-
/** TTL in seconds (overrides ttlDays if both set) */
|
|
196
|
-
ttlSeconds?: number;
|
|
197
|
-
/** Optional compressor for compressing checkpoint data */
|
|
198
|
-
compressor?: Compressor;
|
|
199
|
-
/** Optional S3 offloader for large payloads */
|
|
200
|
-
s3Offloader?: S3Offloader;
|
|
201
|
-
/** Optional AbortSignal for cancelling in-flight retries */
|
|
202
|
-
signal?: AbortSignal;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* Parameters for putWrites action
|
|
206
|
-
*
|
|
207
|
-
* @property client - DynamoDB Document client instance
|
|
208
|
-
* @property writesTableName - Name of the pending writes table
|
|
209
|
-
* @property serde - Serialization protocol for write data
|
|
210
|
-
* @property config - Runnable configuration with thread_id, checkpoint_id, and namespace
|
|
211
|
-
* @property writes - Array of pending writes to save (max 1000 items)
|
|
212
|
-
* @property taskId - Task identifier that created these writes
|
|
213
|
-
* @property ttlDays - Optional TTL in days for automatic expiration (max 1825 days)
|
|
214
|
-
*/
|
|
215
|
-
export interface PutWritesActionParams {
|
|
216
|
-
client: DynamoDBDocument;
|
|
217
|
-
writesTableName: string;
|
|
218
|
-
serde: SerializerProtocol;
|
|
219
|
-
config: RunnableConfig;
|
|
220
|
-
writes: PendingWrite[];
|
|
221
|
-
taskId: string;
|
|
222
|
-
ttlDays?: number;
|
|
223
|
-
/** TTL in seconds (overrides ttlDays if both set) */
|
|
224
|
-
ttlSeconds?: number;
|
|
225
|
-
/** Optional compressor for compressing write data */
|
|
226
|
-
compressor?: Compressor;
|
|
227
|
-
/** Optional S3 offloader for large write payloads */
|
|
228
|
-
s3Offloader?: S3Offloader;
|
|
229
|
-
/** Optional AbortSignal for cancelling in-flight retries */
|
|
230
|
-
signal?: AbortSignal;
|
|
231
|
-
}
|
|
232
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/checkpointer/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EACL,UAAU,EACV,kBAAkB,EAClB,YAAY,EACZ,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhG;;;;;;;;GAQG;AACH,MAAM,WAAW,oBAAoB;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mFAAmF;IACnF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6DAA6D;IAC7D,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,gFAAgF;IAChF,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,sFAAsF;IACtF,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,UAAU,CAAC;CACnB;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,iBAAiB;IAChC,qCAAqC,EAAE,MAAM,CAAC;IAC9C,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,UAAU,CAAC;IAClB,2DAA2D;IAC3D,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sDAAsD;IACtD,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAE5C;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,gEAAgE;IAChE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yDAAyD;IACzD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,UAAU,CAAC;CACxB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,gBAAgB,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,4DAA4D;IAC5D,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,gBAAgB,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,kBAAkB,CAAC;IAC1B,MAAM,EAAE,cAAc,CAAC;IACvB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,4DAA4D;IAC5D,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,gBAAgB,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,KAAK,EAAE,kBAAkB,CAAC;IAC1B,MAAM,EAAE,cAAc,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,+CAA+C;IAC/C,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,4DAA4D;IAC5D,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,gBAAgB,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,kBAAkB,CAAC;IAC1B,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,YAAY,EAAE,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qDAAqD;IACrD,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,qDAAqD;IACrD,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,4DAA4D;IAC5D,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PAYLOAD_SK_PREFIX = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Sort key prefix for payload items in the checkpoints table.
|
|
6
|
-
* Payload items store the heavy checkpoint blob separately from metadata
|
|
7
|
-
* to reduce RCU consumption on list() queries.
|
|
8
|
-
*
|
|
9
|
-
* UUID checkpoint IDs (hex chars 0-9, a-f) sort before 'PAYLOAD#' in ASCII,
|
|
10
|
-
* so key condition `checkpoint_id < PAYLOAD#` naturally excludes payload items.
|
|
11
|
-
*/
|
|
12
|
-
exports.PAYLOAD_SK_PREFIX = 'PAYLOAD#';
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/checkpointer/types/index.ts"],"names":[],"mappings":";;;AAkFA;;;;;;;GAOG;AACU,QAAA,iBAAiB,GAAG,UAAU,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Checkpoint deserialization utilities
|
|
3
|
-
* Provides centralized checkpoint tuple conversion
|
|
4
|
-
*/
|
|
5
|
-
import type { CheckpointTuple, SerializerProtocol } from '@langchain/langgraph-checkpoint';
|
|
6
|
-
import type { Compressor, S3Offloader } from '../../shared';
|
|
7
|
-
import type { CheckpointItem } from '../types';
|
|
8
|
-
/**
|
|
9
|
-
* Deserialize a DynamoDB checkpoint metadata item into a CheckpointTuple.
|
|
10
|
-
* The heavy checkpoint blob is provided separately (from a payload item or S3).
|
|
11
|
-
*
|
|
12
|
-
* @param item - DynamoDB checkpoint metadata item
|
|
13
|
-
* @param checkpointData - Raw checkpoint blob (from payload item, S3, or legacy inline field)
|
|
14
|
-
* @param serde - Serializer protocol for deserialization
|
|
15
|
-
* @param compressor - Optional compressor for decompression (auto-detects gzip)
|
|
16
|
-
* @param s3Offloader - Optional S3 offloader for downloading offloaded metadata
|
|
17
|
-
* @returns CheckpointTuple with deserialized checkpoint and metadata
|
|
18
|
-
*/
|
|
19
|
-
export declare function deserializeCheckpointTuple(item: CheckpointItem, checkpointData: Uint8Array, serde: SerializerProtocol, compressor?: Compressor, s3Offloader?: S3Offloader): Promise<CheckpointTuple>;
|
|
20
|
-
//# sourceMappingURL=deserialization.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deserialization.d.ts","sourceRoot":"","sources":["../../../src/checkpointer/utils/deserialization.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAGV,eAAe,EACf,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C;;;;;;;;;;GAUG;AACH,wBAAsB,0BAA0B,CAC9C,IAAI,EAAE,cAAc,EACpB,cAAc,EAAE,UAAU,EAC1B,KAAK,EAAE,kBAAkB,EACzB,UAAU,CAAC,EAAE,UAAU,EACvB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,eAAe,CAAC,CAqE1B"}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Checkpoint deserialization utilities
|
|
4
|
-
* Provides centralized checkpoint tuple conversion
|
|
5
|
-
*/
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.deserializeCheckpointTuple = deserializeCheckpointTuple;
|
|
8
|
-
/**
|
|
9
|
-
* Deserialize a DynamoDB checkpoint metadata item into a CheckpointTuple.
|
|
10
|
-
* The heavy checkpoint blob is provided separately (from a payload item or S3).
|
|
11
|
-
*
|
|
12
|
-
* @param item - DynamoDB checkpoint metadata item
|
|
13
|
-
* @param checkpointData - Raw checkpoint blob (from payload item, S3, or legacy inline field)
|
|
14
|
-
* @param serde - Serializer protocol for deserialization
|
|
15
|
-
* @param compressor - Optional compressor for decompression (auto-detects gzip)
|
|
16
|
-
* @param s3Offloader - Optional S3 offloader for downloading offloaded metadata
|
|
17
|
-
* @returns CheckpointTuple with deserialized checkpoint and metadata
|
|
18
|
-
*/
|
|
19
|
-
async function deserializeCheckpointTuple(item, checkpointData, serde, compressor, s3Offloader) {
|
|
20
|
-
// Download checkpoint from S3 if offloaded (checked first to maintain original S3 call order)
|
|
21
|
-
let rawCheckpoint = checkpointData;
|
|
22
|
-
if (item.s3_checkpoint_key) {
|
|
23
|
-
if (!s3Offloader) {
|
|
24
|
-
throw new Error(`Checkpoint references S3 key '${item.s3_checkpoint_key}' but no S3 offloader is configured. ` +
|
|
25
|
-
`Pass s3OffloadConfig when constructing DynamoDBSaver to read offloaded checkpoints.`);
|
|
26
|
-
}
|
|
27
|
-
rawCheckpoint = await s3Offloader.download(item.s3_checkpoint_key);
|
|
28
|
-
}
|
|
29
|
-
// Download metadata from S3 if offloaded, otherwise use DynamoDB data
|
|
30
|
-
let rawMetadata = item.metadata;
|
|
31
|
-
if (item.s3_metadata_key) {
|
|
32
|
-
if (!s3Offloader) {
|
|
33
|
-
throw new Error(`Checkpoint metadata references S3 key '${item.s3_metadata_key}' but no S3 offloader is configured. ` +
|
|
34
|
-
`Pass s3OffloadConfig when constructing DynamoDBSaver to read offloaded metadata.`);
|
|
35
|
-
}
|
|
36
|
-
rawMetadata = await s3Offloader.download(item.s3_metadata_key);
|
|
37
|
-
}
|
|
38
|
-
const decompressedCheckpoint = compressor
|
|
39
|
-
? await compressor.decompress(rawCheckpoint)
|
|
40
|
-
: rawCheckpoint;
|
|
41
|
-
const decompressedMetadata = compressor ? await compressor.decompress(rawMetadata) : rawMetadata;
|
|
42
|
-
// Deserialization failures are the canonical signal of data corruption, a broken
|
|
43
|
-
// serializer, or a mismatched library version. Bare serde errors are opaque
|
|
44
|
-
// ("unexpected token") — re-throw with thread/checkpoint context so production
|
|
45
|
-
// incidents are diagnosable from a single log line.
|
|
46
|
-
const checkpoint = await loadWithContext(serde, item.type, decompressedCheckpoint, 'checkpoint', item);
|
|
47
|
-
const metadata = await loadWithContext(serde, item.type, decompressedMetadata, 'metadata', item);
|
|
48
|
-
return {
|
|
49
|
-
config: {
|
|
50
|
-
configurable: {
|
|
51
|
-
thread_id: item.thread_id,
|
|
52
|
-
checkpoint_ns: item.checkpoint_ns,
|
|
53
|
-
checkpoint_id: item.checkpoint_id,
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
checkpoint,
|
|
57
|
-
metadata,
|
|
58
|
-
parentConfig: item.parent_checkpoint_id
|
|
59
|
-
? {
|
|
60
|
-
configurable: {
|
|
61
|
-
thread_id: item.thread_id,
|
|
62
|
-
checkpoint_ns: item.checkpoint_ns,
|
|
63
|
-
checkpoint_id: item.parent_checkpoint_id,
|
|
64
|
-
},
|
|
65
|
-
}
|
|
66
|
-
: undefined,
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
async function loadWithContext(serde, type, data, field, item) {
|
|
70
|
-
try {
|
|
71
|
-
return (await serde.loadsTyped(type, data));
|
|
72
|
-
}
|
|
73
|
-
catch (err) {
|
|
74
|
-
const message = err && typeof err === 'object' && 'message' in err
|
|
75
|
-
? String(err.message)
|
|
76
|
-
: String(err);
|
|
77
|
-
throw new Error(`Failed to deserialize ${field} for thread_id=${item.thread_id}, ` +
|
|
78
|
-
`checkpoint_id=${item.checkpoint_id}, type=${type}: ${message}`, { cause: err });
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
//# sourceMappingURL=deserialization.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deserialization.js","sourceRoot":"","sources":["../../../src/checkpointer/utils/deserialization.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/checkpointer/utils/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAElC,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Checkpointer utilities
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
17
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
18
|
-
};
|
|
19
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.withRetry = exports.withDynamoDBRetry = void 0;
|
|
21
|
-
__exportStar(require("./validation"), exports);
|
|
22
|
-
__exportStar(require("./deserialization"), exports);
|
|
23
|
-
// Retry utilities re-exported from shared
|
|
24
|
-
var utils_1 = require("../../shared/utils");
|
|
25
|
-
Object.defineProperty(exports, "withDynamoDBRetry", { enumerable: true, get: function () { return utils_1.withDynamoDBRetry; } });
|
|
26
|
-
Object.defineProperty(exports, "withRetry", { enumerable: true, get: function () { return utils_1.withRetry; } });
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/checkpointer/utils/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;AAEH,+CAA6B;AAC7B,oDAAkC;AAClC,0CAA0C;AAC1C,4CAAqF;AAA5E,0GAAA,iBAAiB,OAAA;AAAE,kGAAA,SAAS,OAAA"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Validation utilities for checkpointer operations
|
|
3
|
-
*/
|
|
4
|
-
export declare class CheckpointerValidationError extends Error {
|
|
5
|
-
constructor(message: string);
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Validate thread ID
|
|
9
|
-
*/
|
|
10
|
-
export declare function validateThreadId(threadId: unknown): asserts threadId is string;
|
|
11
|
-
/**
|
|
12
|
-
* Validate checkpoint ID
|
|
13
|
-
*/
|
|
14
|
-
export declare function validateCheckpointId(checkpointId: unknown, required?: boolean): void;
|
|
15
|
-
/**
|
|
16
|
-
* Validate checkpoint namespace
|
|
17
|
-
*/
|
|
18
|
-
export declare function validateCheckpointNs(checkpointNs: unknown): void;
|
|
19
|
-
/**
|
|
20
|
-
* Validate task ID
|
|
21
|
-
*/
|
|
22
|
-
export declare function validateTaskId(taskId: unknown): asserts taskId is string;
|
|
23
|
-
/**
|
|
24
|
-
* Validate channel name
|
|
25
|
-
*/
|
|
26
|
-
export declare function validateChannel(channel: unknown): asserts channel is string;
|
|
27
|
-
/**
|
|
28
|
-
* Validate writes array length
|
|
29
|
-
*/
|
|
30
|
-
export declare function validateWritesCount(writesCount: unknown): void;
|
|
31
|
-
/**
|
|
32
|
-
* Validate list limit parameter
|
|
33
|
-
*/
|
|
34
|
-
export declare function validateListLimit(limit: unknown): void;
|
|
35
|
-
/**
|
|
36
|
-
* Validate TTL days (wraps shared validation with a checkpointer-specific error type)
|
|
37
|
-
*/
|
|
38
|
-
export declare function validateTTLDays(ttlDays: number | undefined): void;
|
|
39
|
-
/**
|
|
40
|
-
* Export constants for use in other modules
|
|
41
|
-
*/
|
|
42
|
-
export declare const CheckpointerValidationConstants: {
|
|
43
|
-
readonly MAX_DELETE_BATCH_SIZE: 100000;
|
|
44
|
-
readonly MAX_WRITES_PER_BATCH: 1000;
|
|
45
|
-
readonly MAX_LIST_LIMIT: 1000;
|
|
46
|
-
readonly SEPARATOR: ":::";
|
|
47
|
-
};
|
|
48
|
-
//# sourceMappingURL=validation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/checkpointer/utils/validation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAqBH,qBAAa,2BAA4B,SAAQ,KAAK;gBACxC,OAAO,EAAE,MAAM;CAI5B;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,QAAQ,IAAI,MAAM,CAyB9E;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,GAAE,OAAe,GAAG,IAAI,CA+D3F;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,OAAO,GAAG,IAAI,CAyBhE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,IAAI,MAAM,CAyBxE;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,MAAM,CAoB3E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,CAc9D;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAgBtD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAOjE;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;CAKlC,CAAC"}
|