@psiclawops/hypermem 0.9.1 → 0.9.3
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/CHANGELOG.md +8 -1
- package/INSTALL.md +11 -2
- package/README.md +24 -24
- package/dist/adaptive-lifecycle.d.ts +81 -0
- package/dist/adaptive-lifecycle.d.ts.map +1 -0
- package/dist/adaptive-lifecycle.js +190 -0
- package/dist/background-indexer.d.ts +161 -0
- package/dist/background-indexer.d.ts.map +1 -0
- package/dist/background-indexer.js +1263 -0
- package/dist/budget-policy.d.ts +22 -0
- package/dist/budget-policy.d.ts.map +1 -0
- package/dist/budget-policy.js +32 -0
- package/dist/cache.d.ts +148 -0
- package/dist/cache.d.ts.map +1 -0
- package/dist/cache.js +571 -0
- package/dist/compaction-fence.d.ts +97 -0
- package/dist/compaction-fence.d.ts.map +1 -0
- package/dist/compaction-fence.js +174 -0
- package/dist/composition-snapshot-integrity.d.ts +36 -0
- package/dist/composition-snapshot-integrity.d.ts.map +1 -0
- package/dist/composition-snapshot-integrity.js +131 -0
- package/dist/composition-snapshot-runtime.d.ts +59 -0
- package/dist/composition-snapshot-runtime.d.ts.map +1 -0
- package/dist/composition-snapshot-runtime.js +250 -0
- package/dist/composition-snapshot-store.d.ts +44 -0
- package/dist/composition-snapshot-store.d.ts.map +1 -0
- package/dist/composition-snapshot-store.js +117 -0
- package/dist/compositor.d.ts +518 -0
- package/dist/compositor.d.ts.map +1 -0
- package/dist/compositor.js +4280 -0
- package/dist/content-type-classifier.d.ts +41 -0
- package/dist/content-type-classifier.d.ts.map +1 -0
- package/dist/content-type-classifier.js +181 -0
- package/dist/context-backfill.d.ts +46 -0
- package/dist/context-backfill.d.ts.map +1 -0
- package/dist/context-backfill.js +113 -0
- package/dist/context-store.d.ts +131 -0
- package/dist/context-store.d.ts.map +1 -0
- package/dist/context-store.js +279 -0
- package/dist/contradiction-audit-store.d.ts +54 -0
- package/dist/contradiction-audit-store.d.ts.map +1 -0
- package/dist/contradiction-audit-store.js +88 -0
- package/dist/contradiction-detector.d.ts +78 -0
- package/dist/contradiction-detector.d.ts.map +1 -0
- package/dist/contradiction-detector.js +362 -0
- package/dist/contradiction-resolution-policy.d.ts +21 -0
- package/dist/contradiction-resolution-policy.d.ts.map +1 -0
- package/dist/contradiction-resolution-policy.js +17 -0
- package/dist/cross-agent.d.ts +74 -0
- package/dist/cross-agent.d.ts.map +1 -0
- package/dist/cross-agent.js +271 -0
- package/dist/db.d.ts +131 -0
- package/dist/db.d.ts.map +1 -0
- package/dist/db.js +410 -0
- package/dist/degradation.d.ts +102 -0
- package/dist/degradation.d.ts.map +1 -0
- package/dist/degradation.js +141 -0
- package/dist/desired-state-store.d.ts +100 -0
- package/dist/desired-state-store.d.ts.map +1 -0
- package/dist/desired-state-store.js +222 -0
- package/dist/doc-chunk-store.d.ts +159 -0
- package/dist/doc-chunk-store.d.ts.map +1 -0
- package/dist/doc-chunk-store.js +441 -0
- package/dist/doc-chunker.d.ts +99 -0
- package/dist/doc-chunker.d.ts.map +1 -0
- package/dist/doc-chunker.js +324 -0
- package/dist/dreaming-promoter.d.ts +124 -0
- package/dist/dreaming-promoter.d.ts.map +1 -0
- package/dist/dreaming-promoter.js +447 -0
- package/dist/episode-store.d.ts +49 -0
- package/dist/episode-store.d.ts.map +1 -0
- package/dist/episode-store.js +135 -0
- package/dist/expertise-store.d.ts +129 -0
- package/dist/expertise-store.d.ts.map +1 -0
- package/dist/expertise-store.js +342 -0
- package/dist/fact-store.d.ts +90 -0
- package/dist/fact-store.d.ts.map +1 -0
- package/dist/fact-store.js +283 -0
- package/dist/fleet-store.d.ts +144 -0
- package/dist/fleet-store.d.ts.map +1 -0
- package/dist/fleet-store.js +276 -0
- package/dist/fos-mod.d.ts +178 -0
- package/dist/fos-mod.d.ts.map +1 -0
- package/dist/fos-mod.js +416 -0
- package/dist/hybrid-retrieval.d.ts +102 -0
- package/dist/hybrid-retrieval.d.ts.map +1 -0
- package/dist/hybrid-retrieval.js +429 -0
- package/dist/image-eviction.d.ts +49 -0
- package/dist/image-eviction.d.ts.map +1 -0
- package/dist/image-eviction.js +251 -0
- package/dist/index.d.ts +735 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1542 -0
- package/dist/keystone-scorer.d.ts +51 -0
- package/dist/keystone-scorer.d.ts.map +1 -0
- package/dist/keystone-scorer.js +52 -0
- package/dist/knowledge-graph.d.ts +110 -0
- package/dist/knowledge-graph.d.ts.map +1 -0
- package/dist/knowledge-graph.js +305 -0
- package/dist/knowledge-lint.d.ts +31 -0
- package/dist/knowledge-lint.d.ts.map +1 -0
- package/dist/knowledge-lint.js +155 -0
- package/dist/knowledge-store.d.ts +75 -0
- package/dist/knowledge-store.d.ts.map +1 -0
- package/dist/knowledge-store.js +270 -0
- package/dist/library-schema.d.ts +31 -0
- package/dist/library-schema.d.ts.map +1 -0
- package/dist/library-schema.js +1357 -0
- package/dist/message-store.d.ts +181 -0
- package/dist/message-store.d.ts.map +1 -0
- package/dist/message-store.js +577 -0
- package/dist/metrics-dashboard.d.ts +131 -0
- package/dist/metrics-dashboard.d.ts.map +1 -0
- package/dist/metrics-dashboard.js +298 -0
- package/dist/obsidian-exporter.d.ts +57 -0
- package/dist/obsidian-exporter.d.ts.map +1 -0
- package/dist/obsidian-exporter.js +274 -0
- package/dist/obsidian-watcher.d.ts +147 -0
- package/dist/obsidian-watcher.d.ts.map +1 -0
- package/dist/obsidian-watcher.js +403 -0
- package/dist/open-domain.d.ts +46 -0
- package/dist/open-domain.d.ts.map +1 -0
- package/dist/open-domain.js +125 -0
- package/dist/preference-store.d.ts +54 -0
- package/dist/preference-store.d.ts.map +1 -0
- package/dist/preference-store.js +109 -0
- package/dist/preservation-gate.d.ts +82 -0
- package/dist/preservation-gate.d.ts.map +1 -0
- package/dist/preservation-gate.js +150 -0
- package/dist/proactive-pass.d.ts +63 -0
- package/dist/proactive-pass.d.ts.map +1 -0
- package/dist/proactive-pass.js +293 -0
- package/dist/profiles.d.ts +46 -0
- package/dist/profiles.d.ts.map +1 -0
- package/dist/profiles.js +262 -0
- package/dist/provider-translator.d.ts +50 -0
- package/dist/provider-translator.d.ts.map +1 -0
- package/dist/provider-translator.js +403 -0
- package/dist/rate-limiter.d.ts +76 -0
- package/dist/rate-limiter.d.ts.map +1 -0
- package/dist/rate-limiter.js +179 -0
- package/dist/repair-tool-pairs.d.ts +38 -0
- package/dist/repair-tool-pairs.d.ts.map +1 -0
- package/dist/repair-tool-pairs.js +209 -0
- package/dist/replay-recovery.d.ts +29 -0
- package/dist/replay-recovery.d.ts.map +1 -0
- package/dist/replay-recovery.js +82 -0
- package/dist/reranker.d.ts +95 -0
- package/dist/reranker.d.ts.map +1 -0
- package/dist/reranker.js +308 -0
- package/dist/retrieval-policy.d.ts +51 -0
- package/dist/retrieval-policy.d.ts.map +1 -0
- package/dist/retrieval-policy.js +77 -0
- package/dist/schema.d.ts +15 -0
- package/dist/schema.d.ts.map +1 -0
- package/dist/schema.js +327 -0
- package/dist/secret-scanner.d.ts +51 -0
- package/dist/secret-scanner.d.ts.map +1 -0
- package/dist/secret-scanner.js +248 -0
- package/dist/seed.d.ts +108 -0
- package/dist/seed.d.ts.map +1 -0
- package/dist/seed.js +179 -0
- package/dist/session-flusher.d.ts +53 -0
- package/dist/session-flusher.d.ts.map +1 -0
- package/dist/session-flusher.js +69 -0
- package/dist/session-topic-map.d.ts +41 -0
- package/dist/session-topic-map.d.ts.map +1 -0
- package/dist/session-topic-map.js +77 -0
- package/dist/spawn-context.d.ts +54 -0
- package/dist/spawn-context.d.ts.map +1 -0
- package/dist/spawn-context.js +159 -0
- package/dist/system-store.d.ts +73 -0
- package/dist/system-store.d.ts.map +1 -0
- package/dist/system-store.js +182 -0
- package/dist/temporal-store.d.ts +81 -0
- package/dist/temporal-store.d.ts.map +1 -0
- package/dist/temporal-store.js +149 -0
- package/dist/tool-artifact-store.d.ts +98 -0
- package/dist/tool-artifact-store.d.ts.map +1 -0
- package/dist/tool-artifact-store.js +244 -0
- package/dist/topic-detector.d.ts +35 -0
- package/dist/topic-detector.d.ts.map +1 -0
- package/dist/topic-detector.js +249 -0
- package/dist/topic-store.d.ts +51 -0
- package/dist/topic-store.d.ts.map +1 -0
- package/dist/topic-store.js +175 -0
- package/dist/topic-synthesizer.d.ts +71 -0
- package/dist/topic-synthesizer.d.ts.map +1 -0
- package/dist/topic-synthesizer.js +426 -0
- package/dist/trigger-registry.d.ts +63 -0
- package/dist/trigger-registry.d.ts.map +1 -0
- package/dist/trigger-registry.js +171 -0
- package/dist/types.d.ts +1085 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +9 -0
- package/dist/vector-store.d.ts +180 -0
- package/dist/vector-store.d.ts.map +1 -0
- package/dist/vector-store.js +1041 -0
- package/dist/version.d.ts +34 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +44 -0
- package/dist/wiki-page-emitter.d.ts +65 -0
- package/dist/wiki-page-emitter.d.ts.map +1 -0
- package/dist/wiki-page-emitter.js +258 -0
- package/dist/work-store.d.ts +112 -0
- package/dist/work-store.d.ts.map +1 -0
- package/dist/work-store.js +273 -0
- package/docs/MEMORY_MD_AUTHORING.md +3 -3
- package/docs/ROADMAP.md +2 -2
- package/install.sh +34 -0
- package/memory-plugin/dist/index.d.ts +24 -0
- package/memory-plugin/dist/index.js +378 -0
- package/memory-plugin/package.json +4 -2
- package/node_modules/sqlite-vec/README.md +1 -0
- package/node_modules/sqlite-vec/index.cjs +46 -0
- package/node_modules/sqlite-vec/index.d.ts +17 -0
- package/node_modules/sqlite-vec/index.mjs +47 -0
- package/node_modules/sqlite-vec/package.json +1 -0
- package/node_modules/sqlite-vec-linux-x64/README.md +1 -0
- package/node_modules/sqlite-vec-linux-x64/package.json +1 -0
- package/node_modules/sqlite-vec-linux-x64/vec0.so +0 -0
- package/node_modules/zod/LICENSE +21 -0
- package/node_modules/zod/README.md +208 -0
- package/node_modules/zod/index.cjs +33 -0
- package/node_modules/zod/index.d.cts +4 -0
- package/node_modules/zod/index.d.ts +4 -0
- package/node_modules/zod/index.js +4 -0
- package/node_modules/zod/locales/index.cjs +17 -0
- package/node_modules/zod/locales/index.d.cts +1 -0
- package/node_modules/zod/locales/index.d.ts +1 -0
- package/node_modules/zod/locales/index.js +1 -0
- package/node_modules/zod/locales/package.json +6 -0
- package/node_modules/zod/mini/index.cjs +32 -0
- package/node_modules/zod/mini/index.d.cts +3 -0
- package/node_modules/zod/mini/index.d.ts +3 -0
- package/node_modules/zod/mini/index.js +3 -0
- package/node_modules/zod/mini/package.json +6 -0
- package/node_modules/zod/package.json +135 -0
- package/node_modules/zod/src/index.ts +4 -0
- package/node_modules/zod/src/locales/index.ts +1 -0
- package/node_modules/zod/src/mini/index.ts +3 -0
- package/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/node_modules/zod/src/v3/errors.ts +13 -0
- package/node_modules/zod/src/v3/external.ts +6 -0
- package/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/node_modules/zod/src/v3/index.ts +4 -0
- package/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
- package/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/node_modules/zod/src/v3/tests/function.test.ts +261 -0
- package/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
- package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/node_modules/zod/src/v3/types.ts +5138 -0
- package/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/node_modules/zod/src/v4/classic/external.ts +51 -0
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +643 -0
- package/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +2409 -0
- package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
- package/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +210 -0
- package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
- package/node_modules/zod/src/v4/classic/tests/catch.test.ts +276 -0
- package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
- package/node_modules/zod/src/v4/classic/tests/codec.test.ts +562 -0
- package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
- package/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
- package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
- package/node_modules/zod/src/v4/classic/tests/default.test.ts +365 -0
- package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
- package/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +661 -0
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +595 -0
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
- package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
- package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +734 -0
- package/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
- package/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
- package/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
- package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
- package/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
- package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
- package/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
- package/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
- package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +270 -0
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +640 -0
- package/node_modules/zod/src/v4/classic/tests/optional.test.ts +223 -0
- package/node_modules/zod/src/v4/classic/tests/partial.test.ts +427 -0
- package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
- package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
- package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
- package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +282 -0
- package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/node_modules/zod/src/v4/classic/tests/record.test.ts +632 -0
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +582 -0
- package/node_modules/zod/src/v4/classic/tests/refine.test.ts +570 -0
- package/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
- package/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
- package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
- package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +1175 -0
- package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
- package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +2990 -0
- package/node_modules/zod/src/v4/classic/tests/transform.test.ts +361 -0
- package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +183 -0
- package/node_modules/zod/src/v4/classic/tests/union.test.ts +219 -0
- package/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
- package/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/node_modules/zod/src/v4/core/api.ts +1798 -0
- package/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/node_modules/zod/src/v4/core/config.ts +15 -0
- package/node_modules/zod/src/v4/core/core.ts +138 -0
- package/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/node_modules/zod/src/v4/core/errors.ts +448 -0
- package/node_modules/zod/src/v4/core/index.ts +16 -0
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +667 -0
- package/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/node_modules/zod/src/v4/core/regexes.ts +183 -0
- package/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/node_modules/zod/src/v4/core/schemas.ts +4538 -0
- package/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
- package/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
- package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
- package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
- package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +83 -0
- package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +67 -0
- package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
- package/node_modules/zod/src/v4/core/to-json-schema.ts +613 -0
- package/node_modules/zod/src/v4/core/util.ts +966 -0
- package/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/node_modules/zod/src/v4/index.ts +4 -0
- package/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/node_modules/zod/src/v4/locales/en.ts +119 -0
- package/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/node_modules/zod/src/v4/locales/fr.ts +116 -0
- package/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/node_modules/zod/src/v4/locales/index.ts +49 -0
- package/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/node_modules/zod/src/v4/locales/uz.ts +116 -0
- package/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/node_modules/zod/src/v4/mini/external.ts +40 -0
- package/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +1916 -0
- package/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
- package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/node_modules/zod/src/v4/mini/tests/codec.test.ts +529 -0
- package/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +963 -0
- package/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
- package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +275 -0
- package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +347 -0
- package/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/node_modules/zod/v3/ZodError.cjs +138 -0
- package/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/node_modules/zod/v3/ZodError.js +133 -0
- package/node_modules/zod/v3/errors.cjs +17 -0
- package/node_modules/zod/v3/errors.d.cts +5 -0
- package/node_modules/zod/v3/errors.d.ts +5 -0
- package/node_modules/zod/v3/errors.js +9 -0
- package/node_modules/zod/v3/external.cjs +22 -0
- package/node_modules/zod/v3/external.d.cts +6 -0
- package/node_modules/zod/v3/external.d.ts +6 -0
- package/node_modules/zod/v3/external.js +6 -0
- package/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/node_modules/zod/v3/helpers/util.js +133 -0
- package/node_modules/zod/v3/index.cjs +33 -0
- package/node_modules/zod/v3/index.d.cts +4 -0
- package/node_modules/zod/v3/index.d.ts +4 -0
- package/node_modules/zod/v3/index.js +4 -0
- package/node_modules/zod/v3/locales/en.cjs +112 -0
- package/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/node_modules/zod/v3/locales/en.js +109 -0
- package/node_modules/zod/v3/package.json +6 -0
- package/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/node_modules/zod/v3/standard-schema.js +1 -0
- package/node_modules/zod/v3/types.cjs +3777 -0
- package/node_modules/zod/v3/types.d.cts +1034 -0
- package/node_modules/zod/v3/types.d.ts +1034 -0
- package/node_modules/zod/v3/types.js +3695 -0
- package/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/node_modules/zod/v4/classic/checks.js +1 -0
- package/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/node_modules/zod/v4/classic/coerce.js +17 -0
- package/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/node_modules/zod/v4/classic/compat.js +31 -0
- package/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/node_modules/zod/v4/classic/errors.js +48 -0
- package/node_modules/zod/v4/classic/external.cjs +73 -0
- package/node_modules/zod/v4/classic/external.d.cts +15 -0
- package/node_modules/zod/v4/classic/external.d.ts +15 -0
- package/node_modules/zod/v4/classic/external.js +20 -0
- package/node_modules/zod/v4/classic/from-json-schema.cjs +610 -0
- package/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/node_modules/zod/v4/classic/from-json-schema.js +584 -0
- package/node_modules/zod/v4/classic/index.cjs +33 -0
- package/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/node_modules/zod/v4/classic/index.js +4 -0
- package/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/node_modules/zod/v4/classic/iso.js +30 -0
- package/node_modules/zod/v4/classic/package.json +6 -0
- package/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/node_modules/zod/v4/classic/parse.js +15 -0
- package/node_modules/zod/v4/classic/schemas.cjs +1272 -0
- package/node_modules/zod/v4/classic/schemas.d.cts +739 -0
- package/node_modules/zod/v4/classic/schemas.d.ts +739 -0
- package/node_modules/zod/v4/classic/schemas.js +1157 -0
- package/node_modules/zod/v4/core/api.cjs +1222 -0
- package/node_modules/zod/v4/core/api.d.cts +304 -0
- package/node_modules/zod/v4/core/api.d.ts +304 -0
- package/node_modules/zod/v4/core/api.js +1082 -0
- package/node_modules/zod/v4/core/checks.cjs +601 -0
- package/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/node_modules/zod/v4/core/checks.js +575 -0
- package/node_modules/zod/v4/core/core.cjs +83 -0
- package/node_modules/zod/v4/core/core.d.cts +70 -0
- package/node_modules/zod/v4/core/core.d.ts +70 -0
- package/node_modules/zod/v4/core/core.js +76 -0
- package/node_modules/zod/v4/core/doc.cjs +39 -0
- package/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/node_modules/zod/v4/core/doc.js +35 -0
- package/node_modules/zod/v4/core/errors.cjs +213 -0
- package/node_modules/zod/v4/core/errors.d.cts +220 -0
- package/node_modules/zod/v4/core/errors.d.ts +220 -0
- package/node_modules/zod/v4/core/errors.js +182 -0
- package/node_modules/zod/v4/core/index.cjs +47 -0
- package/node_modules/zod/v4/core/index.d.cts +16 -0
- package/node_modules/zod/v4/core/index.d.ts +16 -0
- package/node_modules/zod/v4/core/index.js +16 -0
- package/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/node_modules/zod/v4/core/json-schema-processors.cjs +648 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/node_modules/zod/v4/core/json-schema-processors.js +605 -0
- package/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/node_modules/zod/v4/core/json-schema.js +1 -0
- package/node_modules/zod/v4/core/package.json +6 -0
- package/node_modules/zod/v4/core/parse.cjs +131 -0
- package/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/node_modules/zod/v4/core/parse.js +93 -0
- package/node_modules/zod/v4/core/regexes.cjs +166 -0
- package/node_modules/zod/v4/core/regexes.d.cts +79 -0
- package/node_modules/zod/v4/core/regexes.d.ts +79 -0
- package/node_modules/zod/v4/core/regexes.js +133 -0
- package/node_modules/zod/v4/core/registries.cjs +56 -0
- package/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/node_modules/zod/v4/core/registries.js +51 -0
- package/node_modules/zod/v4/core/schemas.cjs +2124 -0
- package/node_modules/zod/v4/core/schemas.d.cts +1146 -0
- package/node_modules/zod/v4/core/schemas.d.ts +1146 -0
- package/node_modules/zod/v4/core/schemas.js +2093 -0
- package/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/node_modules/zod/v4/core/to-json-schema.cjs +446 -0
- package/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/node_modules/zod/v4/core/to-json-schema.js +437 -0
- package/node_modules/zod/v4/core/util.cjs +710 -0
- package/node_modules/zod/v4/core/util.d.cts +199 -0
- package/node_modules/zod/v4/core/util.d.ts +199 -0
- package/node_modules/zod/v4/core/util.js +651 -0
- package/node_modules/zod/v4/core/versions.cjs +8 -0
- package/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/node_modules/zod/v4/core/versions.js +5 -0
- package/node_modules/zod/v4/index.cjs +22 -0
- package/node_modules/zod/v4/index.d.cts +3 -0
- package/node_modules/zod/v4/index.d.ts +3 -0
- package/node_modules/zod/v4/index.js +3 -0
- package/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/node_modules/zod/v4/locales/ar.js +106 -0
- package/node_modules/zod/v4/locales/az.cjs +132 -0
- package/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/node_modules/zod/v4/locales/az.js +105 -0
- package/node_modules/zod/v4/locales/be.cjs +183 -0
- package/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/node_modules/zod/v4/locales/be.js +156 -0
- package/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/node_modules/zod/v4/locales/bg.js +120 -0
- package/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/node_modules/zod/v4/locales/ca.js +107 -0
- package/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/node_modules/zod/v4/locales/cs.js +111 -0
- package/node_modules/zod/v4/locales/da.cjs +142 -0
- package/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/node_modules/zod/v4/locales/da.js +115 -0
- package/node_modules/zod/v4/locales/de.cjs +135 -0
- package/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/node_modules/zod/v4/locales/de.js +108 -0
- package/node_modules/zod/v4/locales/en.cjs +136 -0
- package/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/node_modules/zod/v4/locales/en.js +109 -0
- package/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/node_modules/zod/v4/locales/eo.js +109 -0
- package/node_modules/zod/v4/locales/es.cjs +159 -0
- package/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/node_modules/zod/v4/locales/es.js +132 -0
- package/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/node_modules/zod/v4/locales/fa.js +114 -0
- package/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/node_modules/zod/v4/locales/fi.js +112 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/node_modules/zod/v4/locales/fr.cjs +135 -0
- package/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/node_modules/zod/v4/locales/fr.js +108 -0
- package/node_modules/zod/v4/locales/he.cjs +241 -0
- package/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/node_modules/zod/v4/locales/he.js +214 -0
- package/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/node_modules/zod/v4/locales/hu.js +108 -0
- package/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/node_modules/zod/v4/locales/hy.js +147 -0
- package/node_modules/zod/v4/locales/id.cjs +133 -0
- package/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/node_modules/zod/v4/locales/id.js +106 -0
- package/node_modules/zod/v4/locales/index.cjs +104 -0
- package/node_modules/zod/v4/locales/index.d.cts +49 -0
- package/node_modules/zod/v4/locales/index.d.ts +49 -0
- package/node_modules/zod/v4/locales/index.js +49 -0
- package/node_modules/zod/v4/locales/is.cjs +136 -0
- package/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/node_modules/zod/v4/locales/is.js +109 -0
- package/node_modules/zod/v4/locales/it.cjs +135 -0
- package/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/node_modules/zod/v4/locales/it.js +108 -0
- package/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/node_modules/zod/v4/locales/ja.js +107 -0
- package/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/node_modules/zod/v4/locales/ka.js +112 -0
- package/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/node_modules/zod/v4/locales/kh.js +5 -0
- package/node_modules/zod/v4/locales/km.cjs +137 -0
- package/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/node_modules/zod/v4/locales/km.js +110 -0
- package/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/node_modules/zod/v4/locales/ko.js +111 -0
- package/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/node_modules/zod/v4/locales/lt.js +203 -0
- package/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/node_modules/zod/v4/locales/mk.js +109 -0
- package/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/node_modules/zod/v4/locales/ms.js +107 -0
- package/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/node_modules/zod/v4/locales/nl.js +110 -0
- package/node_modules/zod/v4/locales/no.cjs +135 -0
- package/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/node_modules/zod/v4/locales/no.js +108 -0
- package/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/node_modules/zod/v4/locales/ota.js +109 -0
- package/node_modules/zod/v4/locales/package.json +6 -0
- package/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/node_modules/zod/v4/locales/pl.js +109 -0
- package/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/node_modules/zod/v4/locales/ps.js +114 -0
- package/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/node_modules/zod/v4/locales/pt.js +108 -0
- package/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/node_modules/zod/v4/locales/ru.js +156 -0
- package/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/node_modules/zod/v4/locales/sl.js +109 -0
- package/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/node_modules/zod/v4/locales/sv.js +110 -0
- package/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/node_modules/zod/v4/locales/ta.js +110 -0
- package/node_modules/zod/v4/locales/th.cjs +137 -0
- package/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/node_modules/zod/v4/locales/th.js +110 -0
- package/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/node_modules/zod/v4/locales/tr.js +105 -0
- package/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/node_modules/zod/v4/locales/ua.js +5 -0
- package/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/node_modules/zod/v4/locales/uk.js +108 -0
- package/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/node_modules/zod/v4/locales/ur.js +110 -0
- package/node_modules/zod/v4/locales/uz.cjs +136 -0
- package/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/node_modules/zod/v4/locales/uz.js +109 -0
- package/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/node_modules/zod/v4/locales/vi.js +108 -0
- package/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/node_modules/zod/v4/locales/yo.js +107 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/node_modules/zod/v4/mini/checks.js +1 -0
- package/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/node_modules/zod/v4/mini/coerce.js +22 -0
- package/node_modules/zod/v4/mini/external.cjs +63 -0
- package/node_modules/zod/v4/mini/external.d.cts +12 -0
- package/node_modules/zod/v4/mini/external.d.ts +12 -0
- package/node_modules/zod/v4/mini/external.js +14 -0
- package/node_modules/zod/v4/mini/index.cjs +32 -0
- package/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/node_modules/zod/v4/mini/index.js +3 -0
- package/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/node_modules/zod/v4/mini/iso.js +34 -0
- package/node_modules/zod/v4/mini/package.json +6 -0
- package/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/node_modules/zod/v4/mini/parse.js +1 -0
- package/node_modules/zod/v4/mini/schemas.cjs +1046 -0
- package/node_modules/zod/v4/mini/schemas.d.cts +427 -0
- package/node_modules/zod/v4/mini/schemas.d.ts +427 -0
- package/node_modules/zod/v4/mini/schemas.js +925 -0
- package/node_modules/zod/v4/package.json +6 -0
- package/node_modules/zod/v4-mini/index.cjs +32 -0
- package/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/node_modules/zod/v4-mini/index.js +3 -0
- package/node_modules/zod/v4-mini/package.json +6 -0
- package/package.json +5 -2
- package/plugin/dist/index.d.ts +208 -0
- package/plugin/dist/index.d.ts.map +1 -0
- package/plugin/dist/index.js +3474 -0
- package/plugin/dist/index.js.map +1 -0
- package/plugin/package.json +4 -2
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* hypermem Compaction Fence
|
|
3
|
+
*
|
|
4
|
+
* Protects the recent conversation tail from being compacted.
|
|
5
|
+
*
|
|
6
|
+
* The fence is a per-conversation high-water mark (message ID) that divides
|
|
7
|
+
* the message timeline into two zones:
|
|
8
|
+
*
|
|
9
|
+
* - ABOVE the fence: messages the LLM can currently see (recent tail).
|
|
10
|
+
* These are off-limits to compaction.
|
|
11
|
+
* - BELOW the fence: older messages eligible for compaction/summarization.
|
|
12
|
+
*
|
|
13
|
+
* The compositor updates the fence every compose cycle by recording the
|
|
14
|
+
* oldest message ID that was included in the composed context. This means
|
|
15
|
+
* the fence automatically advances as conversations grow.
|
|
16
|
+
*
|
|
17
|
+
* Safety defaults:
|
|
18
|
+
* - No fence row = no compaction allowed (explicit opt-in)
|
|
19
|
+
* - Fence never moves backward (monotone progress)
|
|
20
|
+
* - Fence update is idempotent (same value = no-op)
|
|
21
|
+
*
|
|
22
|
+
* Inspired by the continuity model in openclaw-memory-libravdb, which
|
|
23
|
+
* formally proves that compaction must never touch the recent tail.
|
|
24
|
+
*/
|
|
25
|
+
// ─── Schema ─────────────────────────────────────────────────────
|
|
26
|
+
/**
|
|
27
|
+
* Add the compaction_fences table to an existing messages.db.
|
|
28
|
+
* Idempotent — safe to call on every startup.
|
|
29
|
+
*/
|
|
30
|
+
export function ensureCompactionFenceSchema(db) {
|
|
31
|
+
db.exec(`
|
|
32
|
+
CREATE TABLE IF NOT EXISTS compaction_fences (
|
|
33
|
+
conversation_id INTEGER PRIMARY KEY REFERENCES conversations(id),
|
|
34
|
+
fence_message_id INTEGER NOT NULL,
|
|
35
|
+
updated_at TEXT NOT NULL
|
|
36
|
+
)
|
|
37
|
+
`);
|
|
38
|
+
}
|
|
39
|
+
// ─── Fence Operations ───────────────────────────────────────────
|
|
40
|
+
/**
|
|
41
|
+
* Update the compaction fence for a conversation.
|
|
42
|
+
*
|
|
43
|
+
* Called by the compositor after assembling context, passing the ID of
|
|
44
|
+
* the oldest message that was included in the composed history.
|
|
45
|
+
*
|
|
46
|
+
* The fence only moves forward (monotone progress). If the new fence
|
|
47
|
+
* is lower than the existing one, the update is silently ignored.
|
|
48
|
+
* This prevents a short compose window from accidentally exposing
|
|
49
|
+
* already-compacted messages.
|
|
50
|
+
*/
|
|
51
|
+
export function updateCompactionFence(db, conversationId, oldestVisibleMessageId, opts = {}) {
|
|
52
|
+
const now = new Date().toISOString();
|
|
53
|
+
const minTailMessages = typeof opts.minTailMessages === 'number' && Number.isFinite(opts.minTailMessages)
|
|
54
|
+
? Math.max(1, Math.floor(opts.minTailMessages))
|
|
55
|
+
: undefined;
|
|
56
|
+
const oldestRecentRow = minTailMessages != null
|
|
57
|
+
? db.prepare(`
|
|
58
|
+
SELECT id FROM messages
|
|
59
|
+
WHERE conversation_id = ?
|
|
60
|
+
AND role != 'system'
|
|
61
|
+
ORDER BY message_index DESC
|
|
62
|
+
LIMIT 1 OFFSET ?
|
|
63
|
+
`).get(conversationId, minTailMessages - 1) ?? db.prepare(`
|
|
64
|
+
SELECT id FROM messages
|
|
65
|
+
WHERE conversation_id = ?
|
|
66
|
+
AND role != 'system'
|
|
67
|
+
ORDER BY message_index ASC
|
|
68
|
+
LIMIT 1
|
|
69
|
+
`).get(conversationId)
|
|
70
|
+
: undefined;
|
|
71
|
+
const clampedMessageId = oldestRecentRow
|
|
72
|
+
? Math.min(oldestVisibleMessageId, oldestRecentRow.id)
|
|
73
|
+
: oldestVisibleMessageId;
|
|
74
|
+
const existing = db.prepare('SELECT fence_message_id FROM compaction_fences WHERE conversation_id = ?').get(conversationId);
|
|
75
|
+
if (!existing) {
|
|
76
|
+
// First fence for this conversation
|
|
77
|
+
db.prepare('INSERT INTO compaction_fences (conversation_id, fence_message_id, updated_at) VALUES (?, ?, ?)').run(conversationId, clampedMessageId, now);
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
// Monotone progress: fence only moves forward
|
|
81
|
+
if (clampedMessageId > existing.fence_message_id) {
|
|
82
|
+
db.prepare('UPDATE compaction_fences SET fence_message_id = ?, updated_at = ? WHERE conversation_id = ?').run(clampedMessageId, now, conversationId);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Get the current compaction fence for a conversation.
|
|
87
|
+
* Returns null if no fence has been set (meaning: no compaction allowed).
|
|
88
|
+
*/
|
|
89
|
+
export function getCompactionFence(db, conversationId) {
|
|
90
|
+
const row = db.prepare('SELECT conversation_id, fence_message_id, updated_at FROM compaction_fences WHERE conversation_id = ?').get(conversationId);
|
|
91
|
+
if (!row)
|
|
92
|
+
return null;
|
|
93
|
+
return {
|
|
94
|
+
conversationId: row.conversation_id,
|
|
95
|
+
fenceMessageId: row.fence_message_id,
|
|
96
|
+
updatedAt: row.updated_at,
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Query compaction eligibility for a conversation.
|
|
101
|
+
*
|
|
102
|
+
* Returns the count and range of messages that are below the fence
|
|
103
|
+
* and therefore eligible for compaction. If no fence exists, returns
|
|
104
|
+
* zero eligible (safe default: no fence = no compaction).
|
|
105
|
+
*
|
|
106
|
+
* Excludes messages that are already covered by a summary
|
|
107
|
+
* (via the summary_messages junction table).
|
|
108
|
+
*/
|
|
109
|
+
export function getCompactionEligibility(db, conversationId) {
|
|
110
|
+
const fence = getCompactionFence(db, conversationId);
|
|
111
|
+
if (!fence) {
|
|
112
|
+
return {
|
|
113
|
+
conversationId,
|
|
114
|
+
eligibleCount: 0,
|
|
115
|
+
oldestEligibleId: null,
|
|
116
|
+
newestEligibleId: null,
|
|
117
|
+
fence: null,
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
// Messages below the fence that haven't been summarized yet
|
|
121
|
+
const stats = db.prepare(`
|
|
122
|
+
SELECT
|
|
123
|
+
COUNT(*) AS cnt,
|
|
124
|
+
MIN(m.id) AS oldest_id,
|
|
125
|
+
MAX(m.id) AS newest_id
|
|
126
|
+
FROM messages m
|
|
127
|
+
WHERE m.conversation_id = ?
|
|
128
|
+
AND m.id < ?
|
|
129
|
+
AND m.id NOT IN (
|
|
130
|
+
SELECT sm.message_id FROM summary_messages sm
|
|
131
|
+
JOIN summaries s ON sm.summary_id = s.id
|
|
132
|
+
WHERE s.conversation_id = ?
|
|
133
|
+
)
|
|
134
|
+
`).get(conversationId, fence.fenceMessageId, conversationId);
|
|
135
|
+
return {
|
|
136
|
+
conversationId,
|
|
137
|
+
eligibleCount: stats.cnt,
|
|
138
|
+
oldestEligibleId: stats.oldest_id,
|
|
139
|
+
newestEligibleId: stats.newest_id,
|
|
140
|
+
fence,
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Get messages eligible for compaction (below the fence, not yet summarized).
|
|
145
|
+
*
|
|
146
|
+
* Returns messages in chronological order, ready for clustering.
|
|
147
|
+
* Respects the fence boundary and excludes already-summarized messages.
|
|
148
|
+
*/
|
|
149
|
+
export function getCompactableMessages(db, conversationId, limit = 100) {
|
|
150
|
+
const fence = getCompactionFence(db, conversationId);
|
|
151
|
+
if (!fence)
|
|
152
|
+
return [];
|
|
153
|
+
const rows = db.prepare(`
|
|
154
|
+
SELECT m.id, m.role, m.text_content, m.created_at
|
|
155
|
+
FROM messages m
|
|
156
|
+
WHERE m.conversation_id = ?
|
|
157
|
+
AND m.id < ?
|
|
158
|
+
AND m.text_content IS NOT NULL
|
|
159
|
+
AND m.id NOT IN (
|
|
160
|
+
SELECT sm.message_id FROM summary_messages sm
|
|
161
|
+
JOIN summaries s ON sm.summary_id = s.id
|
|
162
|
+
WHERE s.conversation_id = ?
|
|
163
|
+
)
|
|
164
|
+
ORDER BY m.id ASC
|
|
165
|
+
LIMIT ?
|
|
166
|
+
`).all(conversationId, fence.fenceMessageId, conversationId, limit);
|
|
167
|
+
return rows.map(r => ({
|
|
168
|
+
id: r.id,
|
|
169
|
+
role: r.role,
|
|
170
|
+
textContent: r.text_content,
|
|
171
|
+
createdAt: r.created_at,
|
|
172
|
+
}));
|
|
173
|
+
}
|
|
174
|
+
//# sourceMappingURL=compaction-fence.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export type SnapshotJsonPrimitive = string | number | boolean | null;
|
|
2
|
+
export type SnapshotJsonValue = SnapshotJsonPrimitive | SnapshotJsonValue[] | SnapshotJsonObject;
|
|
3
|
+
export interface SnapshotJsonObject {
|
|
4
|
+
[key: string]: SnapshotJsonValue;
|
|
5
|
+
}
|
|
6
|
+
export type SnapshotSlotsRecord = Record<string, SnapshotJsonValue>;
|
|
7
|
+
export type InlineSnapshotSlotPayload = SnapshotJsonObject & {
|
|
8
|
+
kind?: string | null;
|
|
9
|
+
source?: string | null;
|
|
10
|
+
inline?: boolean | null;
|
|
11
|
+
content?: SnapshotJsonValue;
|
|
12
|
+
integrity_hash?: string | null;
|
|
13
|
+
};
|
|
14
|
+
export type SnapshotIntegrityFailureReason = 'malformed_slots_json' | 'invalid_slots_root' | 'missing_inline_integrity_hash' | 'inline_hash_mismatch' | 'slots_hash_mismatch';
|
|
15
|
+
export interface SnapshotIntegrityFailure {
|
|
16
|
+
slotKey: string;
|
|
17
|
+
reason: SnapshotIntegrityFailureReason;
|
|
18
|
+
expected?: string;
|
|
19
|
+
actual?: string;
|
|
20
|
+
error?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface SnapshotIntegrityVerification {
|
|
23
|
+
ok: boolean;
|
|
24
|
+
slots: SnapshotSlotsRecord | null;
|
|
25
|
+
actualSlotsHash: string | null;
|
|
26
|
+
failures: SnapshotIntegrityFailure[];
|
|
27
|
+
}
|
|
28
|
+
export declare function canonicalizeSnapshotJson(value: unknown): string;
|
|
29
|
+
export declare function hashSnapshotJson(value: unknown): string;
|
|
30
|
+
export declare function parseSnapshotSlotsJson(raw: string): SnapshotSlotsRecord;
|
|
31
|
+
export declare function isInlineSnapshotSlotPayload(value: SnapshotJsonValue): value is InlineSnapshotSlotPayload;
|
|
32
|
+
export declare function computeInlineIntegrityHash(payload: InlineSnapshotSlotPayload): string;
|
|
33
|
+
export declare function attachInlineIntegrityHash(payload: InlineSnapshotSlotPayload): InlineSnapshotSlotPayload;
|
|
34
|
+
export declare function computeSlotsIntegrityHash(slots: SnapshotSlotsRecord): string;
|
|
35
|
+
export declare function verifySnapshotSlotsIntegrity(slotsInput: SnapshotSlotsRecord | string, expectedSlotsHash?: string): SnapshotIntegrityVerification;
|
|
36
|
+
//# sourceMappingURL=composition-snapshot-integrity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"composition-snapshot-integrity.d.ts","sourceRoot":"","sources":["../src/composition-snapshot-integrity.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;AACrE,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG,iBAAiB,EAAE,GAAG,kBAAkB,CAAC;AACjG,MAAM,WAAW,kBAAkB;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAAC;CAClC;AACD,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;AAEpE,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG;IAC3D,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,8BAA8B,GACtC,sBAAsB,GACtB,oBAAoB,GACpB,+BAA+B,GAC/B,sBAAsB,GACtB,qBAAqB,CAAC;AAE1B,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,8BAA8B,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,6BAA6B;IAC5C,EAAE,EAAE,OAAO,CAAC;IACZ,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAClC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,EAAE,wBAAwB,EAAE,CAAC;CACtC;AAsCD,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAE/D;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAEvD;AAED,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAcvE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,iBAAiB,GAAG,KAAK,IAAI,yBAAyB,CAGxG;AAOD,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,yBAAyB,GAAG,MAAM,CAErF;AAED,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,yBAAyB,GAAG,yBAAyB,CAKvG;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,mBAAmB,GAAG,MAAM,CAE5E;AAED,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,mBAAmB,GAAG,MAAM,EACxC,iBAAiB,CAAC,EAAE,MAAM,GACzB,6BAA6B,CA4D/B"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { createHash } from 'node:crypto';
|
|
2
|
+
function isFiniteNumber(value) {
|
|
3
|
+
return typeof value === 'number' && Number.isFinite(value);
|
|
4
|
+
}
|
|
5
|
+
function isPlainObject(value) {
|
|
6
|
+
if (!value || typeof value !== 'object' || Array.isArray(value))
|
|
7
|
+
return false;
|
|
8
|
+
const proto = Object.getPrototypeOf(value);
|
|
9
|
+
return proto === Object.prototype || proto === null;
|
|
10
|
+
}
|
|
11
|
+
function normalizeSnapshotJson(value) {
|
|
12
|
+
if (value === null || typeof value === 'string' || typeof value === 'boolean') {
|
|
13
|
+
return value;
|
|
14
|
+
}
|
|
15
|
+
if (isFiniteNumber(value)) {
|
|
16
|
+
return value;
|
|
17
|
+
}
|
|
18
|
+
if (Array.isArray(value)) {
|
|
19
|
+
return value.map(entry => normalizeSnapshotJson(entry));
|
|
20
|
+
}
|
|
21
|
+
if (isPlainObject(value)) {
|
|
22
|
+
const out = {};
|
|
23
|
+
for (const key of Object.keys(value).sort()) {
|
|
24
|
+
const next = value[key];
|
|
25
|
+
if (next === undefined)
|
|
26
|
+
continue;
|
|
27
|
+
out[key] = normalizeSnapshotJson(next);
|
|
28
|
+
}
|
|
29
|
+
return out;
|
|
30
|
+
}
|
|
31
|
+
throw new TypeError(`Unsupported snapshot JSON value: ${String(value)}`);
|
|
32
|
+
}
|
|
33
|
+
export function canonicalizeSnapshotJson(value) {
|
|
34
|
+
return JSON.stringify(normalizeSnapshotJson(value));
|
|
35
|
+
}
|
|
36
|
+
export function hashSnapshotJson(value) {
|
|
37
|
+
return createHash('sha256').update(canonicalizeSnapshotJson(value)).digest('hex');
|
|
38
|
+
}
|
|
39
|
+
export function parseSnapshotSlotsJson(raw) {
|
|
40
|
+
let parsed;
|
|
41
|
+
try {
|
|
42
|
+
parsed = JSON.parse(raw);
|
|
43
|
+
}
|
|
44
|
+
catch (error) {
|
|
45
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
46
|
+
throw new Error(`Malformed slots_json: ${message}`);
|
|
47
|
+
}
|
|
48
|
+
if (!isPlainObject(parsed)) {
|
|
49
|
+
throw new Error('Invalid slots_json root: expected object');
|
|
50
|
+
}
|
|
51
|
+
return normalizeSnapshotJson(parsed);
|
|
52
|
+
}
|
|
53
|
+
export function isInlineSnapshotSlotPayload(value) {
|
|
54
|
+
if (!isPlainObject(value))
|
|
55
|
+
return false;
|
|
56
|
+
return value.kind === 'inline' || value.source === 'inline' || value.inline === true;
|
|
57
|
+
}
|
|
58
|
+
function stripInlineIntegrityHash(payload) {
|
|
59
|
+
const { integrity_hash: _integrityHash, ...rest } = payload;
|
|
60
|
+
return normalizeSnapshotJson(rest);
|
|
61
|
+
}
|
|
62
|
+
export function computeInlineIntegrityHash(payload) {
|
|
63
|
+
return hashSnapshotJson(stripInlineIntegrityHash(payload));
|
|
64
|
+
}
|
|
65
|
+
export function attachInlineIntegrityHash(payload) {
|
|
66
|
+
return {
|
|
67
|
+
...payload,
|
|
68
|
+
integrity_hash: computeInlineIntegrityHash(payload),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
export function computeSlotsIntegrityHash(slots) {
|
|
72
|
+
return hashSnapshotJson(slots);
|
|
73
|
+
}
|
|
74
|
+
export function verifySnapshotSlotsIntegrity(slotsInput, expectedSlotsHash) {
|
|
75
|
+
let slots;
|
|
76
|
+
try {
|
|
77
|
+
slots = typeof slotsInput === 'string'
|
|
78
|
+
? parseSnapshotSlotsJson(slotsInput)
|
|
79
|
+
: normalizeSnapshotJson(slotsInput);
|
|
80
|
+
}
|
|
81
|
+
catch (error) {
|
|
82
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
83
|
+
const reason = message.startsWith('Invalid slots_json root')
|
|
84
|
+
? 'invalid_slots_root'
|
|
85
|
+
: 'malformed_slots_json';
|
|
86
|
+
return {
|
|
87
|
+
ok: false,
|
|
88
|
+
slots: null,
|
|
89
|
+
actualSlotsHash: null,
|
|
90
|
+
failures: [{ slotKey: '$slots', reason, error: message }],
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
const failures = [];
|
|
94
|
+
for (const [slotKey, slotValue] of Object.entries(slots)) {
|
|
95
|
+
if (!isInlineSnapshotSlotPayload(slotValue))
|
|
96
|
+
continue;
|
|
97
|
+
const actualField = slotValue.integrity_hash;
|
|
98
|
+
if (typeof actualField !== 'string' || actualField.length === 0) {
|
|
99
|
+
failures.push({
|
|
100
|
+
slotKey,
|
|
101
|
+
reason: 'missing_inline_integrity_hash',
|
|
102
|
+
});
|
|
103
|
+
continue;
|
|
104
|
+
}
|
|
105
|
+
const expectedField = computeInlineIntegrityHash(slotValue);
|
|
106
|
+
if (actualField !== expectedField) {
|
|
107
|
+
failures.push({
|
|
108
|
+
slotKey,
|
|
109
|
+
reason: 'inline_hash_mismatch',
|
|
110
|
+
expected: expectedField,
|
|
111
|
+
actual: actualField,
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
const actualSlotsHash = computeSlotsIntegrityHash(slots);
|
|
116
|
+
if (expectedSlotsHash && actualSlotsHash !== expectedSlotsHash) {
|
|
117
|
+
failures.push({
|
|
118
|
+
slotKey: '$slots',
|
|
119
|
+
reason: 'slots_hash_mismatch',
|
|
120
|
+
expected: expectedSlotsHash,
|
|
121
|
+
actual: actualSlotsHash,
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
return {
|
|
125
|
+
ok: failures.length === 0,
|
|
126
|
+
slots,
|
|
127
|
+
actualSlotsHash,
|
|
128
|
+
failures,
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
//# sourceMappingURL=composition-snapshot-integrity.js.map
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { NeutralMessage, StoredMessage } from './types.js';
|
|
2
|
+
import { type SnapshotSlotsRecord } from './composition-snapshot-integrity.js';
|
|
3
|
+
interface BuildCompositionSnapshotSlotsInput {
|
|
4
|
+
system: string | null | undefined;
|
|
5
|
+
identity: string | null | undefined;
|
|
6
|
+
repairNotice?: string | null | undefined;
|
|
7
|
+
messages: NeutralMessage[];
|
|
8
|
+
contextBlock?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface RestoredWarmSnapshotState {
|
|
11
|
+
system?: string;
|
|
12
|
+
identity?: string;
|
|
13
|
+
history: StoredMessage[];
|
|
14
|
+
diagnostics: WarmSnapshotRestoreDiagnostics;
|
|
15
|
+
}
|
|
16
|
+
export interface WarmSnapshotRestoreDiagnostics {
|
|
17
|
+
sourceProvider: string | null;
|
|
18
|
+
targetProvider: string | null;
|
|
19
|
+
crossProviderBoundary: boolean;
|
|
20
|
+
requiredSlotDrops: string[];
|
|
21
|
+
requiredSlotDropRate: number;
|
|
22
|
+
stablePrefixBoundaryViolations: number;
|
|
23
|
+
toolPairParityViolations: number;
|
|
24
|
+
crossProviderAssistantTurns: number;
|
|
25
|
+
quotedAssistantTurns: number;
|
|
26
|
+
continuityCriticalBoundaryTransformCount: number;
|
|
27
|
+
continuityCriticalBoundaryTransformRate: number;
|
|
28
|
+
tokenParityDriftSampleCount: number;
|
|
29
|
+
tokenParityDriftP95: number;
|
|
30
|
+
tokenParityDriftP99: number;
|
|
31
|
+
rolloutGatePassed: boolean;
|
|
32
|
+
rolloutGateViolations: WarmRestoreRolloutGateViolation[];
|
|
33
|
+
}
|
|
34
|
+
export interface WarmRestoreRolloutGateViolation {
|
|
35
|
+
gate: keyof typeof WARM_RESTORE_MEASUREMENT_GATES;
|
|
36
|
+
actual: number;
|
|
37
|
+
max: number;
|
|
38
|
+
}
|
|
39
|
+
export interface RestoreWarmSnapshotOptions {
|
|
40
|
+
sourceProvider?: string | null;
|
|
41
|
+
targetProvider?: string | null;
|
|
42
|
+
}
|
|
43
|
+
export declare const WARM_RESTORE_MEASUREMENT_GATES: Readonly<{
|
|
44
|
+
tokenParityDriftP95Max: 0.03;
|
|
45
|
+
tokenParityDriftP99Max: 0.05;
|
|
46
|
+
requiredSlotDropRateMax: 0;
|
|
47
|
+
stablePrefixBoundaryViolationsMax: 0;
|
|
48
|
+
toolPairParityViolationsMax: 0;
|
|
49
|
+
crossProviderAssistantTurnsMax: 0;
|
|
50
|
+
continuityCriticalBoundaryTransformRateMax: 0.005;
|
|
51
|
+
}>;
|
|
52
|
+
export declare function evaluateWarmRestoreRolloutGate(diagnostics: Pick<WarmSnapshotRestoreDiagnostics, 'tokenParityDriftP95' | 'tokenParityDriftP99' | 'requiredSlotDropRate' | 'stablePrefixBoundaryViolations' | 'toolPairParityViolations' | 'crossProviderAssistantTurns' | 'continuityCriticalBoundaryTransformRate'>): {
|
|
53
|
+
passed: boolean;
|
|
54
|
+
violations: WarmRestoreRolloutGateViolation[];
|
|
55
|
+
};
|
|
56
|
+
export declare function buildCompositionSnapshotSlots(input: BuildCompositionSnapshotSlotsInput): SnapshotSlotsRecord;
|
|
57
|
+
export declare function restoreWarmSnapshotState(slots: SnapshotSlotsRecord, options?: RestoreWarmSnapshotOptions): RestoredWarmSnapshotState | null;
|
|
58
|
+
export {};
|
|
59
|
+
//# sourceMappingURL=composition-snapshot-runtime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"composition-snapshot-runtime.d.ts","sourceRoot":"","sources":["../src/composition-snapshot-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,qCAAqC,CAAC;AAE7C,UAAU,kCAAkC;IAC1C,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,yBAAyB;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,WAAW,EAAE,8BAA8B,CAAC;CAC7C;AAED,MAAM,WAAW,8BAA8B;IAC7C,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,8BAA8B,EAAE,MAAM,CAAC;IACvC,wBAAwB,EAAE,MAAM,CAAC;IACjC,2BAA2B,EAAE,MAAM,CAAC;IACpC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,wCAAwC,EAAE,MAAM,CAAC;IACjD,uCAAuC,EAAE,MAAM,CAAC;IAChD,2BAA2B,EAAE,MAAM,CAAC;IACpC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,EAAE,+BAA+B,EAAE,CAAC;CAC1D;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,MAAM,OAAO,8BAA8B,CAAC;IAClD,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,0BAA0B;IACzC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,8BAA8B;;;;;;;;EAQzC,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,WAAW,EAAE,IAAI,CAAC,8BAA8B,EAC5C,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,gCAAgC,GAChC,0BAA0B,GAC1B,6BAA6B,GAC7B,yCAAyC,CAC5C,GACA;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,+BAA+B,EAAE,CAAA;CAAE,CAgBpE;AA2BD,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,kCAAkC,GAAG,mBAAmB,CAwB5G;AAwHD,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,mBAAmB,EAC1B,OAAO,CAAC,EAAE,0BAA0B,GACnC,yBAAyB,GAAG,IAAI,CA8ElC"}
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import { isInlineSnapshotSlotPayload, } from './composition-snapshot-integrity.js';
|
|
2
|
+
export const WARM_RESTORE_MEASUREMENT_GATES = Object.freeze({
|
|
3
|
+
tokenParityDriftP95Max: 0.03,
|
|
4
|
+
tokenParityDriftP99Max: 0.05,
|
|
5
|
+
requiredSlotDropRateMax: 0,
|
|
6
|
+
stablePrefixBoundaryViolationsMax: 0,
|
|
7
|
+
toolPairParityViolationsMax: 0,
|
|
8
|
+
crossProviderAssistantTurnsMax: 0,
|
|
9
|
+
continuityCriticalBoundaryTransformRateMax: 0.005,
|
|
10
|
+
});
|
|
11
|
+
export function evaluateWarmRestoreRolloutGate(diagnostics) {
|
|
12
|
+
const violations = [];
|
|
13
|
+
const check = (gate, actual) => {
|
|
14
|
+
const max = WARM_RESTORE_MEASUREMENT_GATES[gate];
|
|
15
|
+
if (actual > max)
|
|
16
|
+
violations.push({ gate, actual, max });
|
|
17
|
+
};
|
|
18
|
+
check('tokenParityDriftP95Max', diagnostics.tokenParityDriftP95);
|
|
19
|
+
check('tokenParityDriftP99Max', diagnostics.tokenParityDriftP99);
|
|
20
|
+
check('requiredSlotDropRateMax', diagnostics.requiredSlotDropRate);
|
|
21
|
+
check('stablePrefixBoundaryViolationsMax', diagnostics.stablePrefixBoundaryViolations);
|
|
22
|
+
check('toolPairParityViolationsMax', diagnostics.toolPairParityViolations);
|
|
23
|
+
check('crossProviderAssistantTurnsMax', diagnostics.crossProviderAssistantTurns);
|
|
24
|
+
check('continuityCriticalBoundaryTransformRateMax', diagnostics.continuityCriticalBoundaryTransformRate);
|
|
25
|
+
return { passed: violations.length === 0, violations };
|
|
26
|
+
}
|
|
27
|
+
function toSnapshotInlineContent(content) {
|
|
28
|
+
return { kind: 'inline', content };
|
|
29
|
+
}
|
|
30
|
+
function normalizeSnapshotMessage(message) {
|
|
31
|
+
const base = {
|
|
32
|
+
role: message.role,
|
|
33
|
+
textContent: message.textContent,
|
|
34
|
+
toolCalls: message.toolCalls,
|
|
35
|
+
toolResults: message.toolResults,
|
|
36
|
+
};
|
|
37
|
+
const stored = message;
|
|
38
|
+
if (typeof stored.id === 'number')
|
|
39
|
+
base.id = stored.id;
|
|
40
|
+
if (typeof stored.conversationId === 'number')
|
|
41
|
+
base.conversationId = stored.conversationId;
|
|
42
|
+
if (typeof stored.agentId === 'string')
|
|
43
|
+
base.agentId = stored.agentId;
|
|
44
|
+
if (typeof stored.messageIndex === 'number')
|
|
45
|
+
base.messageIndex = stored.messageIndex;
|
|
46
|
+
if (typeof stored.tokenCount === 'number' || stored.tokenCount === null)
|
|
47
|
+
base.tokenCount = stored.tokenCount ?? null;
|
|
48
|
+
if (typeof stored.isHeartbeat === 'boolean')
|
|
49
|
+
base.isHeartbeat = stored.isHeartbeat;
|
|
50
|
+
if (typeof stored.createdAt === 'string')
|
|
51
|
+
base.createdAt = stored.createdAt;
|
|
52
|
+
if (message.metadata && typeof message.metadata === 'object')
|
|
53
|
+
base.metadata = message.metadata;
|
|
54
|
+
return base;
|
|
55
|
+
}
|
|
56
|
+
export function buildCompositionSnapshotSlots(input) {
|
|
57
|
+
const stablePrefix = input.messages
|
|
58
|
+
.filter(message => message.role === 'system')
|
|
59
|
+
.map(message => normalizeSnapshotMessage(message));
|
|
60
|
+
const history = input.messages
|
|
61
|
+
.filter(message => message.role !== 'system')
|
|
62
|
+
.map(message => normalizeSnapshotMessage(message));
|
|
63
|
+
const slots = {
|
|
64
|
+
system: toSnapshotInlineContent(input.system ?? ''),
|
|
65
|
+
identity: toSnapshotInlineContent(input.identity ?? ''),
|
|
66
|
+
stable_prefix: toSnapshotInlineContent(stablePrefix),
|
|
67
|
+
history: toSnapshotInlineContent(history),
|
|
68
|
+
};
|
|
69
|
+
if (input.repairNotice) {
|
|
70
|
+
slots.repair_notice = toSnapshotInlineContent(input.repairNotice);
|
|
71
|
+
}
|
|
72
|
+
if (input.contextBlock) {
|
|
73
|
+
slots.context_block = toSnapshotInlineContent(input.contextBlock);
|
|
74
|
+
}
|
|
75
|
+
return slots;
|
|
76
|
+
}
|
|
77
|
+
function extractInlineContent(slotValue) {
|
|
78
|
+
if (!slotValue || !isInlineSnapshotSlotPayload(slotValue))
|
|
79
|
+
return undefined;
|
|
80
|
+
return slotValue.content;
|
|
81
|
+
}
|
|
82
|
+
function isMessageRole(value) {
|
|
83
|
+
return value === 'user' || value === 'assistant' || value === 'system';
|
|
84
|
+
}
|
|
85
|
+
function restoreStoredMessages(value) {
|
|
86
|
+
if (!Array.isArray(value))
|
|
87
|
+
return null;
|
|
88
|
+
const restored = [];
|
|
89
|
+
for (const entry of value) {
|
|
90
|
+
if (!entry || typeof entry !== 'object' || Array.isArray(entry))
|
|
91
|
+
return null;
|
|
92
|
+
const row = entry;
|
|
93
|
+
if (!isMessageRole(row.role) || row.role === 'system')
|
|
94
|
+
return null;
|
|
95
|
+
if (row.textContent !== null && typeof row.textContent !== 'string')
|
|
96
|
+
return null;
|
|
97
|
+
restored.push({
|
|
98
|
+
id: typeof row.id === 'number' ? row.id : 0,
|
|
99
|
+
conversationId: typeof row.conversationId === 'number' ? row.conversationId : 0,
|
|
100
|
+
agentId: typeof row.agentId === 'string' ? row.agentId : '',
|
|
101
|
+
role: row.role,
|
|
102
|
+
textContent: row.textContent ?? null,
|
|
103
|
+
toolCalls: Array.isArray(row.toolCalls) ? row.toolCalls : null,
|
|
104
|
+
toolResults: Array.isArray(row.toolResults) ? row.toolResults : null,
|
|
105
|
+
metadata: typeof row.metadata === 'object' && row.metadata !== null && !Array.isArray(row.metadata)
|
|
106
|
+
? row.metadata
|
|
107
|
+
: undefined,
|
|
108
|
+
messageIndex: typeof row.messageIndex === 'number' ? row.messageIndex : 0,
|
|
109
|
+
tokenCount: typeof row.tokenCount === 'number' ? row.tokenCount : null,
|
|
110
|
+
isHeartbeat: typeof row.isHeartbeat === 'boolean' ? row.isHeartbeat : false,
|
|
111
|
+
createdAt: typeof row.createdAt === 'string' ? row.createdAt : new Date(0).toISOString(),
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
return restored;
|
|
115
|
+
}
|
|
116
|
+
function estimateTextTokens(text) {
|
|
117
|
+
if (!text)
|
|
118
|
+
return 0;
|
|
119
|
+
return Math.ceil(text.length / 4);
|
|
120
|
+
}
|
|
121
|
+
function estimateToolTokens(value) {
|
|
122
|
+
if (!value)
|
|
123
|
+
return 0;
|
|
124
|
+
return Math.ceil(JSON.stringify(value).length / 2);
|
|
125
|
+
}
|
|
126
|
+
function estimateStoredMessageTokens(message) {
|
|
127
|
+
return estimateTextTokens(message.textContent)
|
|
128
|
+
+ estimateToolTokens(message.toolCalls)
|
|
129
|
+
+ estimateToolTokens(message.toolResults)
|
|
130
|
+
+ 4;
|
|
131
|
+
}
|
|
132
|
+
function computeRelativeTokenDrift(baselineTokens, restoredTokens) {
|
|
133
|
+
if (baselineTokens <= 0)
|
|
134
|
+
return restoredTokens > 0 ? 1 : 0;
|
|
135
|
+
return Math.abs(restoredTokens - baselineTokens) / baselineTokens;
|
|
136
|
+
}
|
|
137
|
+
function computePercentile(values, percentile) {
|
|
138
|
+
if (values.length === 0)
|
|
139
|
+
return 0;
|
|
140
|
+
const sorted = [...values].sort((a, b) => a - b);
|
|
141
|
+
const rank = Math.min(sorted.length - 1, Math.max(0, Math.ceil(sorted.length * percentile) - 1));
|
|
142
|
+
return sorted[rank] ?? 0;
|
|
143
|
+
}
|
|
144
|
+
function quoteForeignProviderAssistantTurns(history, sourceProvider, targetProvider) {
|
|
145
|
+
if (!sourceProvider || !targetProvider || sourceProvider === targetProvider) {
|
|
146
|
+
return { history, quotedAssistantTurns: 0, toolPairParityViolations: 0 };
|
|
147
|
+
}
|
|
148
|
+
let quotedAssistantTurns = 0;
|
|
149
|
+
let toolPairParityViolations = 0;
|
|
150
|
+
const quotedHistory = history.map(message => {
|
|
151
|
+
if (message.role !== 'assistant')
|
|
152
|
+
return message;
|
|
153
|
+
quotedAssistantTurns++;
|
|
154
|
+
const hadToolPayload = Boolean((message.toolCalls && message.toolCalls.length > 0)
|
|
155
|
+
|| (message.toolResults && message.toolResults.length > 0));
|
|
156
|
+
if (hadToolPayload)
|
|
157
|
+
toolPairParityViolations++;
|
|
158
|
+
const quotedText = (message.textContent && message.textContent.trim().length > 0)
|
|
159
|
+
? `"""${message.textContent.trim()}"""`
|
|
160
|
+
: '[no text content retained]';
|
|
161
|
+
const prefix = `Historical assistant turn from ${sourceProvider} provider, quoted for ${targetProvider} replay.`;
|
|
162
|
+
const toolGap = hadToolPayload
|
|
163
|
+
? '[tool call/result payload omitted at cross-provider boundary]'
|
|
164
|
+
: null;
|
|
165
|
+
return {
|
|
166
|
+
...message,
|
|
167
|
+
role: 'user',
|
|
168
|
+
textContent: [prefix, quotedText, toolGap].filter(Boolean).join('\n'),
|
|
169
|
+
toolCalls: null,
|
|
170
|
+
toolResults: null,
|
|
171
|
+
metadata: {
|
|
172
|
+
...(message.metadata || {}),
|
|
173
|
+
_historicalQuote: true,
|
|
174
|
+
_quotedFromRole: 'assistant',
|
|
175
|
+
_quotedSourceProvider: sourceProvider,
|
|
176
|
+
_quotedTargetProvider: targetProvider,
|
|
177
|
+
},
|
|
178
|
+
};
|
|
179
|
+
});
|
|
180
|
+
return { history: quotedHistory, quotedAssistantTurns, toolPairParityViolations };
|
|
181
|
+
}
|
|
182
|
+
export function restoreWarmSnapshotState(slots, options) {
|
|
183
|
+
const requiredSlotDrops = [];
|
|
184
|
+
if (extractInlineContent(slots.system) === undefined)
|
|
185
|
+
requiredSlotDrops.push('system');
|
|
186
|
+
if (extractInlineContent(slots.identity) === undefined)
|
|
187
|
+
requiredSlotDrops.push('identity');
|
|
188
|
+
if (extractInlineContent(slots.history) === undefined)
|
|
189
|
+
requiredSlotDrops.push('history');
|
|
190
|
+
const stablePrefixBoundaryViolations = Array.isArray(extractInlineContent(slots.stable_prefix)) ? 0 : 1;
|
|
191
|
+
const history = restoreStoredMessages(extractInlineContent(slots.history));
|
|
192
|
+
if (!history || history.length === 0)
|
|
193
|
+
return null;
|
|
194
|
+
const sourceProvider = options?.sourceProvider ?? null;
|
|
195
|
+
const targetProvider = options?.targetProvider ?? null;
|
|
196
|
+
const quoted = quoteForeignProviderAssistantTurns(history, sourceProvider, targetProvider);
|
|
197
|
+
const continuityCriticalBoundaryTransformCount = quoted.quotedAssistantTurns;
|
|
198
|
+
const continuityCriticalBoundaryTransformRate = quoted.history.length > 0
|
|
199
|
+
? continuityCriticalBoundaryTransformCount / quoted.history.length
|
|
200
|
+
: 0;
|
|
201
|
+
const restoreStringSlot = (key) => {
|
|
202
|
+
const value = extractInlineContent(slots[key]);
|
|
203
|
+
return typeof value === 'string' && value.length > 0 ? value : undefined;
|
|
204
|
+
};
|
|
205
|
+
const restoredSystem = restoreStringSlot('system');
|
|
206
|
+
const restoredIdentity = restoreStringSlot('identity');
|
|
207
|
+
const tokenParityDriftSamples = [];
|
|
208
|
+
const originalSystem = extractInlineContent(slots.system);
|
|
209
|
+
if (typeof originalSystem === 'string' && restoredSystem !== undefined) {
|
|
210
|
+
tokenParityDriftSamples.push(computeRelativeTokenDrift(estimateTextTokens(originalSystem), estimateTextTokens(restoredSystem)));
|
|
211
|
+
}
|
|
212
|
+
const originalIdentity = extractInlineContent(slots.identity);
|
|
213
|
+
if (typeof originalIdentity === 'string' && restoredIdentity !== undefined) {
|
|
214
|
+
tokenParityDriftSamples.push(computeRelativeTokenDrift(estimateTextTokens(originalIdentity), estimateTextTokens(restoredIdentity)));
|
|
215
|
+
}
|
|
216
|
+
for (let i = 0; i < history.length && i < quoted.history.length; i++) {
|
|
217
|
+
tokenParityDriftSamples.push(computeRelativeTokenDrift(estimateStoredMessageTokens(history[i]), estimateStoredMessageTokens(quoted.history[i])));
|
|
218
|
+
}
|
|
219
|
+
const baseDiagnostics = {
|
|
220
|
+
sourceProvider,
|
|
221
|
+
targetProvider,
|
|
222
|
+
crossProviderBoundary: Boolean(sourceProvider && targetProvider && sourceProvider !== targetProvider),
|
|
223
|
+
requiredSlotDrops,
|
|
224
|
+
requiredSlotDropRate: requiredSlotDrops.length / 3,
|
|
225
|
+
stablePrefixBoundaryViolations,
|
|
226
|
+
toolPairParityViolations: quoted.toolPairParityViolations,
|
|
227
|
+
crossProviderAssistantTurns: quoted.quotedAssistantTurns,
|
|
228
|
+
quotedAssistantTurns: quoted.quotedAssistantTurns,
|
|
229
|
+
continuityCriticalBoundaryTransformCount,
|
|
230
|
+
continuityCriticalBoundaryTransformRate,
|
|
231
|
+
tokenParityDriftSampleCount: tokenParityDriftSamples.length,
|
|
232
|
+
tokenParityDriftP95: computePercentile(tokenParityDriftSamples, 0.95),
|
|
233
|
+
tokenParityDriftP99: computePercentile(tokenParityDriftSamples, 0.99),
|
|
234
|
+
};
|
|
235
|
+
const rolloutGate = evaluateWarmRestoreRolloutGate(baseDiagnostics);
|
|
236
|
+
return {
|
|
237
|
+
system: restoredSystem,
|
|
238
|
+
identity: restoredIdentity,
|
|
239
|
+
history: quoted.history.map(message => ({
|
|
240
|
+
...message,
|
|
241
|
+
metadata: { ...(message.metadata || {}), _warmed: true },
|
|
242
|
+
})),
|
|
243
|
+
diagnostics: {
|
|
244
|
+
...baseDiagnostics,
|
|
245
|
+
rolloutGatePassed: rolloutGate.passed,
|
|
246
|
+
rolloutGateViolations: rolloutGate.violations,
|
|
247
|
+
},
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
//# sourceMappingURL=composition-snapshot-runtime.js.map
|