@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
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,735 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* hypermem — Agent-Centric Memory & Context Composition Engine
|
|
3
|
+
*
|
|
4
|
+
* @module @psiclawops/hypermem
|
|
5
|
+
*
|
|
6
|
+
* Architecture:
|
|
7
|
+
* L1: CacheLayer — SQLite `:memory:` hot session working memory
|
|
8
|
+
* L2: messages.db — per-agent conversation log (rotatable)
|
|
9
|
+
* L3: vectors.db — per-agent semantic search index (reconstructable)
|
|
10
|
+
* L4: library.db — fleet-wide structured knowledge (crown jewel)
|
|
11
|
+
*/
|
|
12
|
+
export { ENGINE_VERSION, MIN_NODE_VERSION, MIN_REDIS_VERSION, SQLITE_VEC_VERSION, MAIN_SCHEMA_VERSION, LIBRARY_SCHEMA_VERSION_EXPORT, HYPERMEM_COMPAT_VERSION, SCHEMA_COMPAT } from './version.js';
|
|
13
|
+
export { DatabaseManager } from './db.js';
|
|
14
|
+
export type { DatabaseManagerConfig } from './db.js';
|
|
15
|
+
export { MessageStore } from './message-store.js';
|
|
16
|
+
export { ToolArtifactStore } from './tool-artifact-store.js';
|
|
17
|
+
export type { ToolArtifactRecord, PutToolArtifactInput } from './tool-artifact-store.js';
|
|
18
|
+
export { FactStore } from './fact-store.js';
|
|
19
|
+
export { KnowledgeStore } from './knowledge-store.js';
|
|
20
|
+
export type { LinkType } from './knowledge-store.js';
|
|
21
|
+
export { TopicStore } from './topic-store.js';
|
|
22
|
+
export { EpisodeStore } from './episode-store.js';
|
|
23
|
+
export { PreferenceStore } from './preference-store.js';
|
|
24
|
+
export type { Preference } from './preference-store.js';
|
|
25
|
+
export { FleetStore } from './fleet-store.js';
|
|
26
|
+
export type { FleetAgent, FleetOrg, AgentCapability } from './fleet-store.js';
|
|
27
|
+
export { SystemStore } from './system-store.js';
|
|
28
|
+
export type { SystemState, SystemEvent } from './system-store.js';
|
|
29
|
+
export { WorkStore } from './work-store.js';
|
|
30
|
+
export { ensureContextSchema, getActiveContext, getOrCreateActiveContext, updateContextHead, archiveContext, rotateSessionContext, getContextById, getArchivedContexts, getArchivedContext, getContextLineage, getForkChildren } from './context-store.js';
|
|
31
|
+
export type { Context } from './context-store.js';
|
|
32
|
+
export type { WorkItem, WorkEvent, WorkStatus } from './work-store.js';
|
|
33
|
+
export { DesiredStateStore } from './desired-state-store.js';
|
|
34
|
+
export { ExpertiseStore } from './expertise-store.js';
|
|
35
|
+
export type { ExpertiseObservation, ExpertisePattern, ExpertiseEvidence } from './expertise-store.js';
|
|
36
|
+
export { evictStaleContent, DEFAULT_EVICTION_CONFIG } from './image-eviction.js';
|
|
37
|
+
export type { ImageEvictionConfig, EvictionStats, EvictionResult } from './image-eviction.js';
|
|
38
|
+
export { KnowledgeGraph } from './knowledge-graph.js';
|
|
39
|
+
export type { EntityType, KnowledgeLink, GraphNode, TraversalResult } from './knowledge-graph.js';
|
|
40
|
+
export { RateLimiter, createRateLimitedEmbedder } from './rate-limiter.js';
|
|
41
|
+
export type { RateLimiterConfig, Priority } from './rate-limiter.js';
|
|
42
|
+
export type { DesiredStateEntry, ConfigEvent, DriftStatus } from './desired-state-store.js';
|
|
43
|
+
export type { ModelState } from './cache.js';
|
|
44
|
+
export { CacheLayer } from './cache.js';
|
|
45
|
+
export { TRIM_SOFT_TARGET, TRIM_GROWTH_THRESHOLD, TRIM_HEADROOM_FRACTION, TRIM_BUDGET_POLICY, resolveTrimBudgets, } from './budget-policy.js';
|
|
46
|
+
export { resolveAdaptiveLifecyclePolicy, } from './adaptive-lifecycle.js';
|
|
47
|
+
export type { AdaptiveLifecycleBand, AdaptiveLifecycleInput, AdaptiveLifecyclePolicy, } from './adaptive-lifecycle.js';
|
|
48
|
+
export { DEGRADATION_REASONS, DEGRADATION_LIMITS, isDegradationReason, isReplayState, formatToolChainStub, parseToolChainStub, isToolChainStub, formatArtifactRef, parseArtifactRef, isArtifactRef, formatReplayMarker, parseReplayMarker, isReplayMarker, isDegradedContent, } from './degradation.js';
|
|
49
|
+
export type { DegradationReason, ToolChainStub, ArtifactRef, ReplayMarker, ReplayState, DegradationEvent, } from './degradation.js';
|
|
50
|
+
export { REPLAY_RECOVERY_POLICY, decideReplayRecovery, isColdRedisReplay, isReplayRecovered, } from './replay-recovery.js';
|
|
51
|
+
export type { ReplayRecoveryInputs, ReplayRecoveryDecision } from './replay-recovery.js';
|
|
52
|
+
export { Compositor, type CompositorDeps, applyToolGradientToWindow, canPersistReshapedHistory, OPENCLAW_BOOTSTRAP_FILES, resolveToolChainEjections, type ToolChainEjectionResult } from './compositor.js';
|
|
53
|
+
export { classifySessionType, estimateObservedMsgDensity, computeAdaptiveHistoryDepth, computeUnifiedPressure, PRESSURE_SOURCE, type SessionType, type PressureSourceLabel } from './compositor.js';
|
|
54
|
+
export { type CollectionTrigger, TRIGGER_REGISTRY, TRIGGER_REGISTRY_VERSION, TRIGGER_REGISTRY_HASH, DEFAULT_TRIGGERS, matchTriggers, } from './trigger-registry.js';
|
|
55
|
+
export { canonicalizeSnapshotJson, hashSnapshotJson, parseSnapshotSlotsJson, isInlineSnapshotSlotPayload, computeInlineIntegrityHash, attachInlineIntegrityHash, computeSlotsIntegrityHash, verifySnapshotSlotsIntegrity, } from './composition-snapshot-integrity.js';
|
|
56
|
+
export type { SnapshotJsonPrimitive, SnapshotJsonValue, SnapshotJsonObject, SnapshotSlotsRecord, InlineSnapshotSlotPayload, SnapshotIntegrityFailureReason, SnapshotIntegrityFailure, SnapshotIntegrityVerification, } from './composition-snapshot-integrity.js';
|
|
57
|
+
export { insertCompositionSnapshot, listCompositionSnapshots, getCompositionSnapshot, verifyCompositionSnapshot, getLatestValidCompositionSnapshot, } from './composition-snapshot-store.js';
|
|
58
|
+
export type { CompositionSnapshotRecord, InsertCompositionSnapshotInput, LatestValidCompositionSnapshot, } from './composition-snapshot-store.js';
|
|
59
|
+
export { ensureCompactionFenceSchema, updateCompactionFence, getCompactionFence, getCompactionEligibility, getCompactableMessages, } from './compaction-fence.js';
|
|
60
|
+
export type { CompactionFence, CompactionEligibility } from './compaction-fence.js';
|
|
61
|
+
export { verifyPreservation, verifyPreservationFromVectors, } from './preservation-gate.js';
|
|
62
|
+
export type { PreservationResult, PreservationConfig } from './preservation-gate.js';
|
|
63
|
+
export { toProviderFormat, fromProviderFormat, userMessageToNeutral, toolResultsToNeutral, normalizeToolCallId, generateToolCallId, detectProvider, repairToolCallPairs, } from './provider-translator.js';
|
|
64
|
+
export { migrate, SCHEMA_VERSION } from './schema.js';
|
|
65
|
+
export { migrateLibrary, LIBRARY_SCHEMA_VERSION } from './library-schema.js';
|
|
66
|
+
export { VectorStore, generateEmbeddings } from './vector-store.js';
|
|
67
|
+
export type { EmbeddingConfig, VectorSearchResult, VectorIndexStats } from './vector-store.js';
|
|
68
|
+
export { hybridSearch, buildFtsQuery } from './hybrid-retrieval.js';
|
|
69
|
+
export type { HybridSearchResult, HybridSearchOptions, RerankerTelemetry, RerankerStatus } from './hybrid-retrieval.js';
|
|
70
|
+
export { createReranker, ZeroEntropyReranker, OpenRouterReranker, OllamaReranker, } from './reranker.js';
|
|
71
|
+
export type { RerankerProvider, RerankerConfig, RerankResult } from './reranker.js';
|
|
72
|
+
export { ContradictionDetector } from './contradiction-detector.js';
|
|
73
|
+
export type { ContradictionCandidate, ContradictionResult, ContradictionDetectorConfig } from './contradiction-detector.js';
|
|
74
|
+
export { DocChunkStore } from './doc-chunk-store.js';
|
|
75
|
+
export type { DocChunkRow, ChunkQuery, IndexResult as DocIndexResult } from './doc-chunk-store.js';
|
|
76
|
+
export { WorkspaceSeeder, seedWorkspace } from './seed.js';
|
|
77
|
+
export type { SeedOptions, SeedResult } from './seed.js';
|
|
78
|
+
export { chunkMarkdown, chunkFile, inferCollection, hashContent, ACA_COLLECTIONS } from './doc-chunker.js';
|
|
79
|
+
export type { DocChunk, ChunkOptions, CollectionDef } from './doc-chunker.js';
|
|
80
|
+
export { crossAgentQuery, canAccess, visibilityFilter, defaultOrgRegistry, buildOrgRegistryFromDb, loadOrgRegistryFromDb, } from './cross-agent.js';
|
|
81
|
+
export type { OrgRegistry } from './cross-agent.js';
|
|
82
|
+
export { BackgroundIndexer, createIndexer, type CursorFetcher } from './background-indexer.js';
|
|
83
|
+
export { runDreamingPromoter, runDreamingPassForFleet, resolveAgentWorkspacePath, type DreamerConfig, type DreamerResult, type PromotionEntry, DEFAULT_DREAMER_CONFIG, } from './dreaming-promoter.js';
|
|
84
|
+
export type { IndexerStats, WatermarkState } from './background-indexer.js';
|
|
85
|
+
export { TopicSynthesizer } from './topic-synthesizer.js';
|
|
86
|
+
export type { SynthesisResult, SynthesisConfig } from './topic-synthesizer.js';
|
|
87
|
+
export { WikiPageEmitter } from './wiki-page-emitter.js';
|
|
88
|
+
export type { WikiPage, WikiLink, WikiPageSummary } from './wiki-page-emitter.js';
|
|
89
|
+
export { lintKnowledge } from './knowledge-lint.js';
|
|
90
|
+
export type { LintResult } from './knowledge-lint.js';
|
|
91
|
+
export { buildSpawnContext } from './spawn-context.js';
|
|
92
|
+
export type { SpawnContextOptions, SpawnContext } from './spawn-context.js';
|
|
93
|
+
export { runNoiseSweep, runToolDecay, type NoiseSweepResult, type ToolDecayResult } from './proactive-pass.js';
|
|
94
|
+
export type { NeutralMessage, NeutralToolCall, NeutralToolResult, StoredMessage, MessageRole, ProviderMessage, Conversation, Fact, Topic, Knowledge, Episode, ComposeRequest, ComposeResult, ComposeDiagnostics, ForkedContextSeed, SlotTokenCounts, SessionSlots, SessionMeta, HyperMemConfig, RedisConfig, CompositorConfig, IndexerConfig, ChannelType, ConversationStatus, FactScope, TopicStatus, EpisodeType, MemoryVisibility, CrossAgentQuery, AgentIdentity, SessionCursor, RecentTurn, ExpertiseSourceType, EvidenceRelationship, ArchivedMiningQuery, ArchivedMiningResult, MultiContextMiningOptions, } from './types.js';
|
|
95
|
+
export type { ProviderType } from './provider-translator.js';
|
|
96
|
+
export { classifyContentType, signalWeight, isSignalBearing, SIGNAL_WEIGHT } from './content-type-classifier.js';
|
|
97
|
+
export type { ContentType, ContentTypeResult } from './content-type-classifier.js';
|
|
98
|
+
export { detectTopicShift, stripMessageMetadata } from './topic-detector.js';
|
|
99
|
+
export type { TopicSignal } from './topic-detector.js';
|
|
100
|
+
export { SessionTopicMap } from './session-topic-map.js';
|
|
101
|
+
export { getActiveFOS, matchMOD, renderFOS, renderMOD, recordOutputMetrics, } from './fos-mod.js';
|
|
102
|
+
export type { FOSRecord, MODRecord, FOSDirectives, FOSTaskVariant, MODCorrection, MODCalibration, OutputMetricsRow, } from './fos-mod.js';
|
|
103
|
+
import { DatabaseManager } from './db.js';
|
|
104
|
+
import { type Preference } from './preference-store.js';
|
|
105
|
+
import { type FleetAgent, type FleetOrg } from './fleet-store.js';
|
|
106
|
+
import { type SystemState } from './system-store.js';
|
|
107
|
+
import { type WorkItem, type WorkStatus } from './work-store.js';
|
|
108
|
+
import { type EntityType, type KnowledgeLink, type GraphNode, type TraversalResult } from './knowledge-graph.js';
|
|
109
|
+
import { type DesiredStateEntry, type DriftStatus } from './desired-state-store.js';
|
|
110
|
+
import { CacheLayer } from './cache.js';
|
|
111
|
+
import { Compositor } from './compositor.js';
|
|
112
|
+
import { type Context } from './context-store.js';
|
|
113
|
+
import { VectorStore, type VectorSearchResult, type VectorIndexStats } from './vector-store.js';
|
|
114
|
+
import { type DocChunkRow, type ChunkQuery, type IndexResult } from './doc-chunk-store.js';
|
|
115
|
+
import { type SeedOptions, type SeedResult } from './seed.js';
|
|
116
|
+
import { type DocChunk } from './doc-chunker.js';
|
|
117
|
+
import type { HyperMemConfig, ComposeRequest, ComposeResult, NeutralMessage, StoredMessage, Conversation, ChannelType, ArchivedMiningQuery, ArchivedMiningResult, MultiContextMiningOptions } from './types.js';
|
|
118
|
+
import { type OrgRegistry } from './cross-agent.js';
|
|
119
|
+
export interface StartupFleetSeedOptions {
|
|
120
|
+
workspaceRoots?: string[];
|
|
121
|
+
includeMessageDbAgents?: boolean;
|
|
122
|
+
hydrateCache?: boolean;
|
|
123
|
+
}
|
|
124
|
+
export interface StartupFleetSeedResult {
|
|
125
|
+
discovered: number;
|
|
126
|
+
inserted: number;
|
|
127
|
+
updated: number;
|
|
128
|
+
skipped: number;
|
|
129
|
+
orgsCreated: number;
|
|
130
|
+
hydratedAgents: number;
|
|
131
|
+
hydratedSummary: boolean;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* hypermem — the main API facade.
|
|
135
|
+
*
|
|
136
|
+
* Usage:
|
|
137
|
+
* const hm = await hypermem.create({ dataDir: '~/.openclaw/hypermem' });
|
|
138
|
+
* await hm.record('agent1', 'agent:agent1:webchat:main', userMsg);
|
|
139
|
+
* const result = await hm.compose({ agentId: 'agent1', sessionKey: '...', ... });
|
|
140
|
+
*/
|
|
141
|
+
export declare class HyperMem {
|
|
142
|
+
readonly dbManager: DatabaseManager;
|
|
143
|
+
readonly cache: CacheLayer;
|
|
144
|
+
readonly compositor: Compositor;
|
|
145
|
+
private readonly config;
|
|
146
|
+
private static readonly _instances;
|
|
147
|
+
private constructor();
|
|
148
|
+
/**
|
|
149
|
+
* Get the active vector store, if initialized.
|
|
150
|
+
* Used by the plugin to wire embeddings into the background indexer.
|
|
151
|
+
*/
|
|
152
|
+
getVectorStore(): VectorStore | null;
|
|
153
|
+
/**
|
|
154
|
+
* Create and initialize a hypermem instance.
|
|
155
|
+
*
|
|
156
|
+
* Singleton-per-dataDir: callers that pass the same absolute dataDir share
|
|
157
|
+
* one instance. The first caller's full config wins; later callers get the
|
|
158
|
+
* existing instance regardless of what config they passed. Plugins should
|
|
159
|
+
* load the user config file (~/.openclaw/hypermem/config.json) themselves
|
|
160
|
+
* so whichever plugin races first still produces a fully-configured instance.
|
|
161
|
+
*/
|
|
162
|
+
static create(config?: Partial<HyperMemConfig>): Promise<HyperMem>;
|
|
163
|
+
private static _initializeInstance;
|
|
164
|
+
/**
|
|
165
|
+
* Record a user message.
|
|
166
|
+
*/
|
|
167
|
+
recordUserMessage(agentId: string, sessionKey: string, content: string, opts?: {
|
|
168
|
+
channelType?: ChannelType;
|
|
169
|
+
channelId?: string;
|
|
170
|
+
provider?: string;
|
|
171
|
+
model?: string;
|
|
172
|
+
tokenCount?: number;
|
|
173
|
+
isHeartbeat?: boolean;
|
|
174
|
+
}): Promise<StoredMessage>;
|
|
175
|
+
/**
|
|
176
|
+
* Record an assistant response.
|
|
177
|
+
*/
|
|
178
|
+
recordAssistantMessage(agentId: string, sessionKey: string, message: NeutralMessage, opts?: {
|
|
179
|
+
tokenCount?: number;
|
|
180
|
+
}): Promise<StoredMessage>;
|
|
181
|
+
/**
|
|
182
|
+
* Record a raw provider response, converting to neutral format.
|
|
183
|
+
*/
|
|
184
|
+
recordProviderResponse(agentId: string, sessionKey: string, response: Record<string, unknown>, provider: string, opts?: {
|
|
185
|
+
tokenCount?: number;
|
|
186
|
+
}): Promise<StoredMessage>;
|
|
187
|
+
/**
|
|
188
|
+
* Compose context for an LLM call.
|
|
189
|
+
*/
|
|
190
|
+
compose(request: ComposeRequest): Promise<ComposeResult>;
|
|
191
|
+
/**
|
|
192
|
+
* Persist a full tool result payload and return the durable record.
|
|
193
|
+
* Used by the plugin wave-guard to capture payloads before stubbing the
|
|
194
|
+
* transcript. Dedupes by content hash within the (agentId, sessionKey)
|
|
195
|
+
* scope — identical payloads bump ref_count on the existing row.
|
|
196
|
+
*/
|
|
197
|
+
recordToolArtifact(agentId: string, sessionKey: string, input: Omit<import('./tool-artifact-store.js').PutToolArtifactInput, 'agentId' | 'sessionKey'>): Promise<import('./tool-artifact-store.js').ToolArtifactRecord>;
|
|
198
|
+
/** Fetch a tool artifact by id. Returns null if unknown. */
|
|
199
|
+
getToolArtifact(agentId: string, artifactId: string): Promise<import('./tool-artifact-store.js').ToolArtifactRecord | null>;
|
|
200
|
+
/** List tool artifacts for a specific turn. */
|
|
201
|
+
listToolArtifactsByTurn(agentId: string, sessionKey: string, turnId: string): Promise<import('./tool-artifact-store.js').ToolArtifactRecord[]>;
|
|
202
|
+
/**
|
|
203
|
+
* List archived or forked contexts for an agent.
|
|
204
|
+
*
|
|
205
|
+
* Operator-safe enumeration path. This is the approved archived-context
|
|
206
|
+
* listing surface. Active composition remains separate.
|
|
207
|
+
*/
|
|
208
|
+
listArchivedContexts(agentId: string, opts?: {
|
|
209
|
+
sessionKey?: string;
|
|
210
|
+
limit?: number;
|
|
211
|
+
}): Context[];
|
|
212
|
+
/**
|
|
213
|
+
* Mine a single archived or forked context through the archived-mining
|
|
214
|
+
* surface. This does not widen active composition.
|
|
215
|
+
*/
|
|
216
|
+
mineArchivedContext(agentId: string, query: ArchivedMiningQuery): ArchivedMiningResult<StoredMessage[]>;
|
|
217
|
+
/**
|
|
218
|
+
* Mine multiple archived or forked contexts through the capped archived-
|
|
219
|
+
* mining surface. This does not expose raw DAG helpers and does not widen
|
|
220
|
+
* active composition.
|
|
221
|
+
*/
|
|
222
|
+
mineArchivedContexts(agentId: string, contextIds: number[], opts?: MultiContextMiningOptions): ArchivedMiningResult<StoredMessage[]>[];
|
|
223
|
+
/**
|
|
224
|
+
* Warm a session from SQLite into Redis.
|
|
225
|
+
*/
|
|
226
|
+
warm(agentId: string, sessionKey: string, opts?: {
|
|
227
|
+
systemPrompt?: string;
|
|
228
|
+
identity?: string;
|
|
229
|
+
}): Promise<void>;
|
|
230
|
+
/**
|
|
231
|
+
* Recompute the Redis hot history view from SQLite and re-apply tool gradient.
|
|
232
|
+
*/
|
|
233
|
+
refreshRedisGradient(agentId: string, sessionKey: string, tokenBudget?: number, historyDepth?: number, trimSoftTarget?: number): Promise<void>;
|
|
234
|
+
/**
|
|
235
|
+
* Full-text search across all messages for an agent.
|
|
236
|
+
*/
|
|
237
|
+
search(agentId: string, query: string, limit?: number): StoredMessage[];
|
|
238
|
+
/**
|
|
239
|
+
* Get or create a conversation.
|
|
240
|
+
*/
|
|
241
|
+
getOrCreateConversation(agentId: string, sessionKey: string, opts?: {
|
|
242
|
+
channelType?: ChannelType;
|
|
243
|
+
channelId?: string;
|
|
244
|
+
provider?: string;
|
|
245
|
+
model?: string;
|
|
246
|
+
}): Conversation;
|
|
247
|
+
/**
|
|
248
|
+
* List all agents with databases.
|
|
249
|
+
*/
|
|
250
|
+
listAgents(): string[];
|
|
251
|
+
/**
|
|
252
|
+
* Add a fact.
|
|
253
|
+
*/
|
|
254
|
+
addFact(agentId: string, content: string, opts?: {
|
|
255
|
+
scope?: 'agent' | 'session' | 'user';
|
|
256
|
+
domain?: string;
|
|
257
|
+
confidence?: number;
|
|
258
|
+
visibility?: string;
|
|
259
|
+
sourceType?: string;
|
|
260
|
+
sourceSessionKey?: string;
|
|
261
|
+
sourceRef?: string;
|
|
262
|
+
}): unknown;
|
|
263
|
+
/**
|
|
264
|
+
* Get active facts for an agent.
|
|
265
|
+
*/
|
|
266
|
+
getActiveFacts(agentId: string, opts?: {
|
|
267
|
+
scope?: 'agent' | 'session' | 'user';
|
|
268
|
+
domain?: string;
|
|
269
|
+
limit?: number;
|
|
270
|
+
minConfidence?: number;
|
|
271
|
+
}): unknown[];
|
|
272
|
+
/**
|
|
273
|
+
* Add/update knowledge.
|
|
274
|
+
*/
|
|
275
|
+
upsertKnowledge(agentId: string, domain: string, key: string, content: string, opts?: {
|
|
276
|
+
confidence?: number;
|
|
277
|
+
sourceType?: string;
|
|
278
|
+
sourceRef?: string;
|
|
279
|
+
expiresAt?: string;
|
|
280
|
+
}): unknown;
|
|
281
|
+
/**
|
|
282
|
+
* Get active knowledge, optionally filtered by domain.
|
|
283
|
+
*/
|
|
284
|
+
getKnowledge(agentId: string, opts?: {
|
|
285
|
+
domain?: string;
|
|
286
|
+
limit?: number;
|
|
287
|
+
}): unknown[];
|
|
288
|
+
/**
|
|
289
|
+
* Create a topic.
|
|
290
|
+
*/
|
|
291
|
+
createTopic(agentId: string, name: string, description?: string): unknown;
|
|
292
|
+
/**
|
|
293
|
+
* Get active topics.
|
|
294
|
+
*/
|
|
295
|
+
getActiveTopics(agentId: string, limit?: number): unknown[];
|
|
296
|
+
/**
|
|
297
|
+
* Record an episode.
|
|
298
|
+
*/
|
|
299
|
+
recordEpisode(agentId: string, eventType: string, summary: string, opts?: {
|
|
300
|
+
significance?: number;
|
|
301
|
+
visibility?: string;
|
|
302
|
+
participants?: string[];
|
|
303
|
+
sessionKey?: string;
|
|
304
|
+
}): unknown;
|
|
305
|
+
/**
|
|
306
|
+
* Get recent episodes.
|
|
307
|
+
*/
|
|
308
|
+
getRecentEpisodes(agentId: string, opts?: {
|
|
309
|
+
eventType?: string;
|
|
310
|
+
minSignificance?: number;
|
|
311
|
+
limit?: number;
|
|
312
|
+
since?: string;
|
|
313
|
+
}): unknown[];
|
|
314
|
+
/**
|
|
315
|
+
* Set a preference.
|
|
316
|
+
*/
|
|
317
|
+
setPreference(subject: string, key: string, value: string, opts?: {
|
|
318
|
+
domain?: string;
|
|
319
|
+
agentId?: string;
|
|
320
|
+
confidence?: number;
|
|
321
|
+
visibility?: string;
|
|
322
|
+
}): Preference;
|
|
323
|
+
/**
|
|
324
|
+
* Get a preference.
|
|
325
|
+
*/
|
|
326
|
+
getPreference(subject: string, key: string, domain?: string): Preference | null;
|
|
327
|
+
/**
|
|
328
|
+
* Get all preferences for a subject.
|
|
329
|
+
*/
|
|
330
|
+
getPreferences(subject: string, domain?: string): Preference[];
|
|
331
|
+
/**
|
|
332
|
+
* Register or update a fleet agent. Invalidates cache.
|
|
333
|
+
*/
|
|
334
|
+
upsertFleetAgent(id: string, data: {
|
|
335
|
+
displayName?: string;
|
|
336
|
+
tier?: string;
|
|
337
|
+
orgId?: string;
|
|
338
|
+
reportsTo?: string;
|
|
339
|
+
domains?: string[];
|
|
340
|
+
sessionKeys?: string[];
|
|
341
|
+
status?: string;
|
|
342
|
+
metadata?: Record<string, unknown>;
|
|
343
|
+
}): FleetAgent;
|
|
344
|
+
/**
|
|
345
|
+
* Get a fleet agent. Cache-aside: check Redis first, fall back to SQLite.
|
|
346
|
+
*/
|
|
347
|
+
getFleetAgentCached(id: string): Promise<FleetAgent | null>;
|
|
348
|
+
/**
|
|
349
|
+
* Get a fleet agent (synchronous, SQLite only).
|
|
350
|
+
*/
|
|
351
|
+
getFleetAgent(id: string): FleetAgent | null;
|
|
352
|
+
/**
|
|
353
|
+
* List fleet agents.
|
|
354
|
+
*/
|
|
355
|
+
listFleetAgents(opts?: {
|
|
356
|
+
tier?: string;
|
|
357
|
+
orgId?: string;
|
|
358
|
+
status?: string;
|
|
359
|
+
}): FleetAgent[];
|
|
360
|
+
/**
|
|
361
|
+
* Register or update a fleet org.
|
|
362
|
+
*/
|
|
363
|
+
upsertFleetOrg(id: string, data: {
|
|
364
|
+
name: string;
|
|
365
|
+
leadAgentId?: string;
|
|
366
|
+
mission?: string;
|
|
367
|
+
}): FleetOrg;
|
|
368
|
+
/**
|
|
369
|
+
* List fleet orgs.
|
|
370
|
+
*/
|
|
371
|
+
listFleetOrgs(): FleetOrg[];
|
|
372
|
+
/**
|
|
373
|
+
* Register or update a capability for an agent.
|
|
374
|
+
*/
|
|
375
|
+
upsertCapability(agentId: string, cap: {
|
|
376
|
+
capType: 'skill' | 'tool' | 'mcp_server';
|
|
377
|
+
name: string;
|
|
378
|
+
version?: string;
|
|
379
|
+
source?: string;
|
|
380
|
+
config?: Record<string, unknown>;
|
|
381
|
+
status?: string;
|
|
382
|
+
}): import('./fleet-store.js').AgentCapability;
|
|
383
|
+
/**
|
|
384
|
+
* Bulk-sync capabilities of a given type for an agent.
|
|
385
|
+
* Marks capabilities not in the list as 'removed'.
|
|
386
|
+
*/
|
|
387
|
+
syncCapabilities(agentId: string, capType: 'skill' | 'tool' | 'mcp_server', caps: Array<{
|
|
388
|
+
name: string;
|
|
389
|
+
version?: string;
|
|
390
|
+
source?: string;
|
|
391
|
+
config?: Record<string, unknown>;
|
|
392
|
+
}>): void;
|
|
393
|
+
/**
|
|
394
|
+
* Get capabilities for an agent, optionally filtered by type.
|
|
395
|
+
*/
|
|
396
|
+
getAgentCapabilities(agentId: string, capType?: string): import('./fleet-store.js').AgentCapability[];
|
|
397
|
+
/**
|
|
398
|
+
* Find agents that have a specific capability.
|
|
399
|
+
*/
|
|
400
|
+
findAgentsByCapability(capType: string, name: string): FleetAgent[];
|
|
401
|
+
/**
|
|
402
|
+
* Set a system state value.
|
|
403
|
+
*/
|
|
404
|
+
setSystemState(category: string, key: string, value: unknown, opts?: {
|
|
405
|
+
updatedBy?: string;
|
|
406
|
+
ttl?: string;
|
|
407
|
+
}): SystemState;
|
|
408
|
+
/**
|
|
409
|
+
* Get a system state value.
|
|
410
|
+
*/
|
|
411
|
+
getSystemState(category: string, key: string): SystemState | null;
|
|
412
|
+
/**
|
|
413
|
+
* Get all state in a category.
|
|
414
|
+
*/
|
|
415
|
+
getSystemCategory(category: string): SystemState[];
|
|
416
|
+
/**
|
|
417
|
+
* Create a work item.
|
|
418
|
+
*/
|
|
419
|
+
createWorkItem(data: {
|
|
420
|
+
title: string;
|
|
421
|
+
description?: string;
|
|
422
|
+
priority?: number;
|
|
423
|
+
agentId?: string;
|
|
424
|
+
createdBy: string;
|
|
425
|
+
domain?: string;
|
|
426
|
+
parentId?: string;
|
|
427
|
+
dueAt?: string;
|
|
428
|
+
metadata?: Record<string, unknown>;
|
|
429
|
+
}): WorkItem;
|
|
430
|
+
/**
|
|
431
|
+
* Update work item status.
|
|
432
|
+
*/
|
|
433
|
+
updateWorkStatus(id: string, status: WorkStatus, agentId?: string, comment?: string): WorkItem | null;
|
|
434
|
+
/**
|
|
435
|
+
* Get active work for an agent.
|
|
436
|
+
*/
|
|
437
|
+
getAgentWork(agentId: string, status?: WorkStatus): WorkItem[];
|
|
438
|
+
/**
|
|
439
|
+
* Get the fleet kanban board.
|
|
440
|
+
*/
|
|
441
|
+
getFleetKanban(opts?: {
|
|
442
|
+
domain?: string;
|
|
443
|
+
agentId?: string;
|
|
444
|
+
}): WorkItem[];
|
|
445
|
+
/**
|
|
446
|
+
* Get work item stats.
|
|
447
|
+
*/
|
|
448
|
+
getWorkStats(opts?: {
|
|
449
|
+
agentId?: string;
|
|
450
|
+
since?: string;
|
|
451
|
+
}): unknown;
|
|
452
|
+
/**
|
|
453
|
+
* Get blocked work items.
|
|
454
|
+
*/
|
|
455
|
+
getBlockedWork(): WorkItem[];
|
|
456
|
+
/**
|
|
457
|
+
* Set desired configuration for an agent.
|
|
458
|
+
*/
|
|
459
|
+
setDesiredState(agentId: string, configKey: string, desiredValue: unknown, opts?: {
|
|
460
|
+
source?: string;
|
|
461
|
+
setBy?: string;
|
|
462
|
+
notes?: string;
|
|
463
|
+
}): DesiredStateEntry;
|
|
464
|
+
/**
|
|
465
|
+
* Report actual runtime value for drift detection. Invalidates cache.
|
|
466
|
+
*/
|
|
467
|
+
reportActualState(agentId: string, configKey: string, actualValue: unknown): DriftStatus;
|
|
468
|
+
/**
|
|
469
|
+
* Bulk report actual state (e.g., on session startup / heartbeat). Invalidates cache.
|
|
470
|
+
*/
|
|
471
|
+
reportActualStateBulk(agentId: string, actuals: Record<string, unknown>): Record<string, DriftStatus>;
|
|
472
|
+
/**
|
|
473
|
+
* Get all desired state for an agent.
|
|
474
|
+
*/
|
|
475
|
+
getDesiredState(agentId: string): DesiredStateEntry[];
|
|
476
|
+
/**
|
|
477
|
+
* Get desired state as a flat config map.
|
|
478
|
+
*/
|
|
479
|
+
getDesiredConfig(agentId: string): Record<string, unknown>;
|
|
480
|
+
/**
|
|
481
|
+
* Get all drifted entries across the fleet.
|
|
482
|
+
*/
|
|
483
|
+
getDriftedState(): DesiredStateEntry[];
|
|
484
|
+
/**
|
|
485
|
+
* Get fleet-wide view of a specific config key.
|
|
486
|
+
*/
|
|
487
|
+
getFleetConfigKey(configKey: string): DesiredStateEntry[];
|
|
488
|
+
/**
|
|
489
|
+
* Get config change history.
|
|
490
|
+
*/
|
|
491
|
+
getConfigHistory(agentId: string, configKey?: string, limit?: number): import('./desired-state-store.js').ConfigEvent[];
|
|
492
|
+
/**
|
|
493
|
+
* Get fleet drift summary.
|
|
494
|
+
*/
|
|
495
|
+
getDriftSummary(): {
|
|
496
|
+
total: number;
|
|
497
|
+
ok: number;
|
|
498
|
+
drifted: number;
|
|
499
|
+
unknown: number;
|
|
500
|
+
error: number;
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* Add a directed link between two entities.
|
|
504
|
+
*/
|
|
505
|
+
addKnowledgeLink(fromType: EntityType, fromId: number, toType: EntityType, toId: number, linkType: string): KnowledgeLink;
|
|
506
|
+
/**
|
|
507
|
+
* Remove a specific link.
|
|
508
|
+
*/
|
|
509
|
+
removeKnowledgeLink(fromType: EntityType, fromId: number, toType: EntityType, toId: number, linkType: string): boolean;
|
|
510
|
+
/**
|
|
511
|
+
* Get all links for an entity (both directions).
|
|
512
|
+
*/
|
|
513
|
+
getEntityLinks(type: EntityType, id: number): KnowledgeLink[];
|
|
514
|
+
/**
|
|
515
|
+
* Traverse the knowledge graph from a starting entity.
|
|
516
|
+
* BFS with bounded depth and result count.
|
|
517
|
+
*/
|
|
518
|
+
traverseGraph(startType: EntityType, startId: number, opts?: {
|
|
519
|
+
maxDepth?: number;
|
|
520
|
+
maxResults?: number;
|
|
521
|
+
linkTypes?: string[];
|
|
522
|
+
direction?: 'outbound' | 'inbound' | 'both';
|
|
523
|
+
targetTypes?: EntityType[];
|
|
524
|
+
}): TraversalResult;
|
|
525
|
+
/**
|
|
526
|
+
* Find the shortest path between two entities.
|
|
527
|
+
*/
|
|
528
|
+
findGraphPath(fromType: EntityType, fromId: number, toType: EntityType, toId: number, maxDepth?: number): GraphNode[] | null;
|
|
529
|
+
/**
|
|
530
|
+
* Get the most connected entities.
|
|
531
|
+
*/
|
|
532
|
+
getMostConnectedEntities(opts?: {
|
|
533
|
+
type?: EntityType;
|
|
534
|
+
limit?: number;
|
|
535
|
+
}): Array<{
|
|
536
|
+
type: EntityType;
|
|
537
|
+
id: number;
|
|
538
|
+
degree: number;
|
|
539
|
+
}>;
|
|
540
|
+
/**
|
|
541
|
+
* Get knowledge graph statistics.
|
|
542
|
+
*/
|
|
543
|
+
getGraphStats(): {
|
|
544
|
+
totalLinks: number;
|
|
545
|
+
byType: Array<{
|
|
546
|
+
linkType: string;
|
|
547
|
+
count: number;
|
|
548
|
+
}>;
|
|
549
|
+
};
|
|
550
|
+
/**
|
|
551
|
+
* Semantic search across an agent's indexed memory.
|
|
552
|
+
*/
|
|
553
|
+
semanticSearch(agentId: string, query: string, opts?: {
|
|
554
|
+
tables?: string[];
|
|
555
|
+
limit?: number;
|
|
556
|
+
maxDistance?: number;
|
|
557
|
+
}): Promise<VectorSearchResult[]>;
|
|
558
|
+
/**
|
|
559
|
+
* Index all un-indexed content for an agent.
|
|
560
|
+
*/
|
|
561
|
+
indexAgent(agentId: string): Promise<{
|
|
562
|
+
indexed: number;
|
|
563
|
+
skipped: number;
|
|
564
|
+
tombstoned: number;
|
|
565
|
+
}>;
|
|
566
|
+
/**
|
|
567
|
+
* Get vector index statistics.
|
|
568
|
+
*/
|
|
569
|
+
getVectorStats(agentId: string): VectorIndexStats | null;
|
|
570
|
+
/**
|
|
571
|
+
* Prune orphaned vector entries.
|
|
572
|
+
*/
|
|
573
|
+
pruneVectorOrphans(agentId: string): number;
|
|
574
|
+
/**
|
|
575
|
+
* Get the session cursor for an agent+session.
|
|
576
|
+
* Reads from Redis first; falls back to SQLite if Redis returns null
|
|
577
|
+
* (e.g. after eviction or restart). This is the P1.3 durability guarantee.
|
|
578
|
+
*/
|
|
579
|
+
getSessionCursor(agentId: string, sessionKey: string): Promise<import('./types.js').SessionCursor | null>;
|
|
580
|
+
/**
|
|
581
|
+
* Get the size of an agent's active messages.db in bytes.
|
|
582
|
+
*/
|
|
583
|
+
getMessageDbSize(agentId: string): number;
|
|
584
|
+
/**
|
|
585
|
+
* Check if an agent's message database needs rotation.
|
|
586
|
+
*/
|
|
587
|
+
shouldRotate(agentId: string, opts?: {
|
|
588
|
+
maxSizeBytes?: number;
|
|
589
|
+
maxAgeDays?: number;
|
|
590
|
+
}): {
|
|
591
|
+
reason: 'size' | 'age';
|
|
592
|
+
current: number;
|
|
593
|
+
threshold: number;
|
|
594
|
+
} | null;
|
|
595
|
+
/**
|
|
596
|
+
* Rotate an agent's message database.
|
|
597
|
+
* Returns the path to the rotated file, or null if no active DB exists.
|
|
598
|
+
*/
|
|
599
|
+
rotateMessageDb(agentId: string): string | null;
|
|
600
|
+
/**
|
|
601
|
+
* List rotated message DB files for an agent.
|
|
602
|
+
*/
|
|
603
|
+
listRotatedDbs(agentId: string): string[];
|
|
604
|
+
/**
|
|
605
|
+
* Check and auto-rotate all agents' message databases.
|
|
606
|
+
* Call on heartbeat/startup.
|
|
607
|
+
* Returns agents that were rotated.
|
|
608
|
+
*/
|
|
609
|
+
autoRotate(opts?: {
|
|
610
|
+
maxSizeBytes?: number;
|
|
611
|
+
maxAgeDays?: number;
|
|
612
|
+
}): Array<{
|
|
613
|
+
agentId: string;
|
|
614
|
+
reason: string;
|
|
615
|
+
rotatedTo: string;
|
|
616
|
+
}>;
|
|
617
|
+
/**
|
|
618
|
+
* Register a session start.
|
|
619
|
+
*/
|
|
620
|
+
registerSession(sessionKey: string, agentId: string, opts?: {
|
|
621
|
+
channel?: string;
|
|
622
|
+
channelType?: string;
|
|
623
|
+
}): void;
|
|
624
|
+
/**
|
|
625
|
+
* Record a session event.
|
|
626
|
+
*/
|
|
627
|
+
recordSessionEvent(sessionKey: string, eventType: string, payload?: Record<string, unknown>): void;
|
|
628
|
+
/**
|
|
629
|
+
* Close a session.
|
|
630
|
+
*/
|
|
631
|
+
closeSession(sessionKey: string, summary?: string): void;
|
|
632
|
+
/**
|
|
633
|
+
* Query sessions.
|
|
634
|
+
*/
|
|
635
|
+
querySessions(opts?: {
|
|
636
|
+
agentId?: string;
|
|
637
|
+
status?: string;
|
|
638
|
+
since?: string;
|
|
639
|
+
limit?: number;
|
|
640
|
+
}): unknown[];
|
|
641
|
+
/**
|
|
642
|
+
* Get session events.
|
|
643
|
+
*/
|
|
644
|
+
getSessionEvents(sessionKey: string, limit?: number): unknown[];
|
|
645
|
+
/**
|
|
646
|
+
* Query another agent's memory with visibility-scoped access.
|
|
647
|
+
*/
|
|
648
|
+
queryAgent(requesterId: string, targetAgentId: string, opts?: {
|
|
649
|
+
memoryType?: 'facts' | 'knowledge' | 'topics' | 'episodes' | 'messages';
|
|
650
|
+
domain?: string;
|
|
651
|
+
limit?: number;
|
|
652
|
+
}, registry?: OrgRegistry): unknown[];
|
|
653
|
+
/**
|
|
654
|
+
* Query fleet-wide visible memory.
|
|
655
|
+
*/
|
|
656
|
+
queryFleet(requesterId: string, opts?: {
|
|
657
|
+
memoryType?: 'facts' | 'knowledge' | 'topics' | 'episodes';
|
|
658
|
+
domain?: string;
|
|
659
|
+
limit?: number;
|
|
660
|
+
}, registry?: OrgRegistry): unknown[];
|
|
661
|
+
/**
|
|
662
|
+
* Index chunks from a parsed set of DocChunk objects.
|
|
663
|
+
* Atomic: replaces all chunks for the source in one transaction.
|
|
664
|
+
*/
|
|
665
|
+
indexDocChunks(chunks: DocChunk[]): IndexResult;
|
|
666
|
+
/**
|
|
667
|
+
* Query doc chunks by collection with optional keyword/scope/agent filters.
|
|
668
|
+
*/
|
|
669
|
+
queryDocChunks(query: ChunkQuery): DocChunkRow[];
|
|
670
|
+
/**
|
|
671
|
+
* Seed all ACA files from a workspace directory into the doc chunk index.
|
|
672
|
+
* Idempotent: skips files whose source hash hasn't changed.
|
|
673
|
+
* Force re-index with opts.force = true.
|
|
674
|
+
*/
|
|
675
|
+
seedWorkspace(workspaceDir: string, opts?: SeedOptions): Promise<SeedResult>;
|
|
676
|
+
/**
|
|
677
|
+
* Seed a single file into the doc chunk index.
|
|
678
|
+
*/
|
|
679
|
+
seedFile(filePath: string, collection: string, opts?: SeedOptions): import("./seed.js").SeedFileResult;
|
|
680
|
+
/**
|
|
681
|
+
* Get stats about the current doc chunk index.
|
|
682
|
+
*/
|
|
683
|
+
getDocIndexStats(): {
|
|
684
|
+
collection: string;
|
|
685
|
+
count: number;
|
|
686
|
+
sources: number;
|
|
687
|
+
totalTokens: number;
|
|
688
|
+
}[];
|
|
689
|
+
/**
|
|
690
|
+
* List indexed sources (what files have been seeded and their hashes).
|
|
691
|
+
*/
|
|
692
|
+
listDocSources(opts?: {
|
|
693
|
+
agentId?: string;
|
|
694
|
+
collection?: string;
|
|
695
|
+
}): import("./doc-chunk-store.js").DocSourceRow[];
|
|
696
|
+
/**
|
|
697
|
+
* Seed fleet agents from known workspace identity files and existing
|
|
698
|
+
* message-db agent directories, then optionally hydrate the Redis fleet cache.
|
|
699
|
+
*
|
|
700
|
+
* The sweep is idempotent: existing rows are only updated when startup-discovered
|
|
701
|
+
* values differ, so repeated boots do not duplicate or churn fleet rows.
|
|
702
|
+
*/
|
|
703
|
+
seedFleetAgentsOnStartup(opts?: StartupFleetSeedOptions): Promise<StartupFleetSeedResult>;
|
|
704
|
+
/**
|
|
705
|
+
* Hydrate the Redis fleet cache from library.db.
|
|
706
|
+
* Call on gateway startup to warm the cache for dashboard queries.
|
|
707
|
+
*
|
|
708
|
+
* Populates:
|
|
709
|
+
* - Per-agent profiles (fleet registry + capabilities + desired state)
|
|
710
|
+
* - Fleet summary (counts, drift status)
|
|
711
|
+
*/
|
|
712
|
+
hydrateFleetCache(): Promise<{
|
|
713
|
+
agents: number;
|
|
714
|
+
summary: boolean;
|
|
715
|
+
}>;
|
|
716
|
+
/**
|
|
717
|
+
* Clean shutdown.
|
|
718
|
+
*/
|
|
719
|
+
close(): Promise<void>;
|
|
720
|
+
}
|
|
721
|
+
export default HyperMem;
|
|
722
|
+
export { SessionFlusher, flushSession } from './session-flusher.js';
|
|
723
|
+
export type { FlushSessionOptions, FlushSessionResult } from './session-flusher.js';
|
|
724
|
+
export { importVault, watchVault, parseObsidianNote, parseFrontmatter, extractWikilinks, extractTags, cleanObsidianMarkdown } from './obsidian-watcher.js';
|
|
725
|
+
export type { ObsidianConfig, ObsidianNote, ObsidianImportResult, ObsidianWikiLink, VaultChangeCallback } from './obsidian-watcher.js';
|
|
726
|
+
export { exportToVault } from './obsidian-exporter.js';
|
|
727
|
+
export type { ObsidianExportConfig, ObsidianExportResult } from './obsidian-exporter.js';
|
|
728
|
+
export { collectMetrics, formatMetricsSummary } from './metrics-dashboard.js';
|
|
729
|
+
export type { HyperMemMetrics, FactMetrics, WikiMetrics, EpisodeMetrics, VectorMetrics, CompositionMetrics, IngestionMetrics, SystemHealth, MetricsDashboardOptions } from './metrics-dashboard.js';
|
|
730
|
+
export { getProfile, mergeProfile, PROFILES, lightProfile, standardProfile, fullProfile, extendedProfile, minimalProfile, richProfile } from './profiles.js';
|
|
731
|
+
export type { ProfileName } from './profiles.js';
|
|
732
|
+
export { renderStarterFOS, resolveOutputTier } from './fos-mod.js';
|
|
733
|
+
export type { OutputStandardTier } from './fos-mod.js';
|
|
734
|
+
export { repairToolPairs } from './repair-tool-pairs.js';
|
|
735
|
+
//# sourceMappingURL=index.d.ts.map
|