@hashgraphonline/standards-agent-kit 0.0.17 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -0
- package/dist/_virtual/_commonjsHelpers.js +7 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/index.js +8 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index10.js +5 -0
- package/dist/_virtual/index10.js.map +1 -0
- package/dist/_virtual/index11.js +5 -0
- package/dist/_virtual/index11.js.map +1 -0
- package/dist/_virtual/index12.js +8 -0
- package/dist/_virtual/index12.js.map +1 -0
- package/dist/_virtual/index13.js +5 -0
- package/dist/_virtual/index13.js.map +1 -0
- package/dist/_virtual/index14.js +5 -0
- package/dist/_virtual/index14.js.map +1 -0
- package/dist/_virtual/index2.js +3 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index3.js +8 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.js +8 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.js +6 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.js +8 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/index7.js +5 -0
- package/dist/_virtual/index7.js.map +1 -0
- package/dist/_virtual/index8.js +5 -0
- package/dist/_virtual/index8.js.map +1 -0
- package/dist/_virtual/index9.js +5 -0
- package/dist/_virtual/index9.js.map +1 -0
- package/dist/_virtual/lower-bound.js +5 -0
- package/dist/_virtual/lower-bound.js.map +1 -0
- package/dist/_virtual/priority-queue.js +5 -0
- package/dist/_virtual/priority-queue.js.map +1 -0
- package/dist/_virtual/re.js +5 -0
- package/dist/_virtual/re.js.map +1 -0
- package/dist/_virtual/retry.js +5 -0
- package/dist/_virtual/retry.js.map +1 -0
- package/dist/agents/index.d.ts +0 -0
- package/dist/hcs10/HCS10Client.d.ts +117 -0
- package/dist/hcs10/HCS10Client.js +251 -0
- package/dist/hcs10/HCS10Client.js.map +1 -0
- package/dist/hcs10/index.d.ts +1 -0
- package/dist/hcs10/types.d.ts +35 -0
- package/dist/index.d.ts +5 -2
- package/dist/index.es.js +9747 -11699
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +44 -0
- package/dist/index.js.map +1 -0
- package/dist/init.d.ts +59 -0
- package/dist/init.js +92 -0
- package/dist/init.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/base.js +98 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/base.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/manager.js +419 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/manager.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/promises.js +16 -0
- package/dist/node_modules/@langchain/core/dist/callbacks/promises.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/language_models/base.js +42 -0
- package/dist/node_modules/@langchain/core/dist/language_models/base.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/load/map_keys.js +16 -0
- package/dist/node_modules/@langchain/core/dist/load/map_keys.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/load/serializable.js +121 -0
- package/dist/node_modules/@langchain/core/dist/load/serializable.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/messages/ai.js +95 -0
- package/dist/node_modules/@langchain/core/dist/messages/ai.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/messages/base.js +112 -0
- package/dist/node_modules/@langchain/core/dist/messages/base.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/messages/utils.js +30 -0
- package/dist/node_modules/@langchain/core/dist/messages/utils.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/base.js +1277 -0
- package/dist/node_modules/@langchain/core/dist/runnables/base.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/config.js +83 -0
- package/dist/node_modules/@langchain/core/dist/runnables/config.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/graph.js +106 -0
- package/dist/node_modules/@langchain/core/dist/runnables/graph.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/iter.js +33 -0
- package/dist/node_modules/@langchain/core/dist/runnables/iter.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/utils.js +54 -0
- package/dist/node_modules/@langchain/core/dist/runnables/utils.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/runnables/wrappers.js +20 -0
- package/dist/node_modules/@langchain/core/dist/runnables/wrappers.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/singletons/index.js +34 -0
- package/dist/node_modules/@langchain/core/dist/singletons/index.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tools.js +69 -0
- package/dist/node_modules/@langchain/core/dist/tools.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/base.js +299 -0
- package/dist/node_modules/@langchain/core/dist/tracers/base.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/console.js +193 -0
- package/dist/node_modules/@langchain/core/dist/tracers/console.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/initialize.js +10 -0
- package/dist/node_modules/@langchain/core/dist/tracers/initialize.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/log_stream.js +284 -0
- package/dist/node_modules/@langchain/core/dist/tracers/log_stream.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/root_listener.js +54 -0
- package/dist/node_modules/@langchain/core/dist/tracers/root_listener.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/tracers/tracer_langchain.js +68 -0
- package/dist/node_modules/@langchain/core/dist/tracers/tracer_langchain.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/async_caller.js +86 -0
- package/dist/node_modules/@langchain/core/dist/utils/async_caller.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/env.js +33 -0
- package/dist/node_modules/@langchain/core/dist/utils/env.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/core.js +218 -0
- package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/core.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/helpers.js +117 -0
- package/dist/node_modules/@langchain/core/dist/utils/fast-json-patch/helpers.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/json.js +40 -0
- package/dist/node_modules/@langchain/core/dist/utils/json.js.map +1 -0
- package/dist/node_modules/@langchain/core/dist/utils/stream.js +164 -0
- package/dist/node_modules/@langchain/core/dist/utils/stream.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/ansi-styles/index.js +111 -0
- package/dist/node_modules/@langchain/core/node_modules/ansi-styles/index.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/camelcase/index.js +30 -0
- package/dist/node_modules/@langchain/core/node_modules/camelcase/index.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/client.js +2002 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/client.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/index.js +8 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/index.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/fetch.js +5 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/singletons/fetch.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_uuid.js +12 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/_uuid.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/async_caller.js +94 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/async_caller.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/env.js +96 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/env.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/error.js +20 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/error.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js +82 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/messages.js +15 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/messages.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompts.js +27 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/prompts.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/warn.js +8 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/dist/utils/warn.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/native.js +8 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/rng.js +10 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/rng.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/stringify.js +10 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/v4.js +14 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/v4.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/@langchain/core/node_modules/langsmith/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/rng.js +11 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/rng.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/stringify.js +10 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/v4.js +14 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/v4.js.map +1 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/@langchain/core/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/node_modules/base64-js/index.js +53 -0
- package/dist/node_modules/base64-js/index.js.map +1 -0
- package/dist/node_modules/decamelize/index.js +12 -0
- package/dist/node_modules/decamelize/index.js.map +1 -0
- package/dist/node_modules/eventemitter3/index.js +112 -0
- package/dist/node_modules/eventemitter3/index.js.map +1 -0
- package/dist/node_modules/js-tiktoken/dist/chunk-Z5MDQTGX.js +117 -0
- package/dist/node_modules/js-tiktoken/dist/chunk-Z5MDQTGX.js.map +1 -0
- package/dist/node_modules/p-finally/index.js +18 -0
- package/dist/node_modules/p-finally/index.js.map +1 -0
- package/dist/node_modules/p-queue/dist/index.js +198 -0
- package/dist/node_modules/p-queue/dist/index.js.map +1 -0
- package/dist/node_modules/p-queue/dist/lower-bound.js +20 -0
- package/dist/node_modules/p-queue/dist/lower-bound.js.map +1 -0
- package/dist/node_modules/p-queue/dist/priority-queue.js +41 -0
- package/dist/node_modules/p-queue/dist/priority-queue.js.map +1 -0
- package/dist/node_modules/p-retry/index.js +63 -0
- package/dist/node_modules/p-retry/index.js.map +1 -0
- package/dist/node_modules/p-timeout/index.js +45 -0
- package/dist/node_modules/p-timeout/index.js.map +1 -0
- package/dist/node_modules/retry/index.js +9 -0
- package/dist/node_modules/retry/index.js.map +1 -0
- package/dist/node_modules/retry/lib/retry.js +59 -0
- package/dist/node_modules/retry/lib/retry.js.map +1 -0
- package/dist/node_modules/retry/lib/retry_operation.js +58 -0
- package/dist/node_modules/retry/lib/retry_operation.js.map +1 -0
- package/dist/node_modules/semver/classes/comparator.js +57 -0
- package/dist/node_modules/semver/classes/comparator.js.map +1 -0
- package/dist/node_modules/semver/classes/range.js +149 -0
- package/dist/node_modules/semver/classes/range.js.map +1 -0
- package/dist/node_modules/semver/classes/semver.js +170 -0
- package/dist/node_modules/semver/classes/semver.js.map +1 -0
- package/dist/node_modules/semver/functions/clean.js +15 -0
- package/dist/node_modules/semver/functions/clean.js.map +1 -0
- package/dist/node_modules/semver/functions/cmp.js +40 -0
- package/dist/node_modules/semver/functions/cmp.js.map +1 -0
- package/dist/node_modules/semver/functions/coerce.js +34 -0
- package/dist/node_modules/semver/functions/coerce.js.map +1 -0
- package/dist/node_modules/semver/functions/compare-build.js +15 -0
- package/dist/node_modules/semver/functions/compare-build.js.map +1 -0
- package/dist/node_modules/semver/functions/compare-loose.js +12 -0
- package/dist/node_modules/semver/functions/compare-loose.js.map +1 -0
- package/dist/node_modules/semver/functions/compare.js +12 -0
- package/dist/node_modules/semver/functions/compare.js.map +1 -0
- package/dist/node_modules/semver/functions/diff.js +25 -0
- package/dist/node_modules/semver/functions/diff.js.map +1 -0
- package/dist/node_modules/semver/functions/eq.js +12 -0
- package/dist/node_modules/semver/functions/eq.js.map +1 -0
- package/dist/node_modules/semver/functions/gt.js +12 -0
- package/dist/node_modules/semver/functions/gt.js.map +1 -0
- package/dist/node_modules/semver/functions/gte.js +12 -0
- package/dist/node_modules/semver/functions/gte.js.map +1 -0
- package/dist/node_modules/semver/functions/inc.js +22 -0
- package/dist/node_modules/semver/functions/inc.js.map +1 -0
- package/dist/node_modules/semver/functions/lt.js +12 -0
- package/dist/node_modules/semver/functions/lt.js.map +1 -0
- package/dist/node_modules/semver/functions/lte.js +12 -0
- package/dist/node_modules/semver/functions/lte.js.map +1 -0
- package/dist/node_modules/semver/functions/major.js +12 -0
- package/dist/node_modules/semver/functions/major.js.map +1 -0
- package/dist/node_modules/semver/functions/minor.js +12 -0
- package/dist/node_modules/semver/functions/minor.js.map +1 -0
- package/dist/node_modules/semver/functions/neq.js +12 -0
- package/dist/node_modules/semver/functions/neq.js.map +1 -0
- package/dist/node_modules/semver/functions/parse.js +22 -0
- package/dist/node_modules/semver/functions/parse.js.map +1 -0
- package/dist/node_modules/semver/functions/patch.js +12 -0
- package/dist/node_modules/semver/functions/patch.js.map +1 -0
- package/dist/node_modules/semver/functions/prerelease.js +15 -0
- package/dist/node_modules/semver/functions/prerelease.js.map +1 -0
- package/dist/node_modules/semver/functions/rcompare.js +12 -0
- package/dist/node_modules/semver/functions/rcompare.js.map +1 -0
- package/dist/node_modules/semver/functions/rsort.js +12 -0
- package/dist/node_modules/semver/functions/rsort.js.map +1 -0
- package/dist/node_modules/semver/functions/satisfies.js +19 -0
- package/dist/node_modules/semver/functions/satisfies.js.map +1 -0
- package/dist/node_modules/semver/functions/sort.js +12 -0
- package/dist/node_modules/semver/functions/sort.js.map +1 -0
- package/dist/node_modules/semver/functions/valid.js +15 -0
- package/dist/node_modules/semver/functions/valid.js.map +1 -0
- package/dist/node_modules/semver/index.js +98 -0
- package/dist/node_modules/semver/index.js.map +1 -0
- package/dist/node_modules/semver/internal/constants.js +29 -0
- package/dist/node_modules/semver/internal/constants.js.map +1 -0
- package/dist/node_modules/semver/internal/debug.js +9 -0
- package/dist/node_modules/semver/internal/debug.js.map +1 -0
- package/dist/node_modules/semver/internal/identifiers.js +17 -0
- package/dist/node_modules/semver/internal/identifiers.js.map +1 -0
- package/dist/node_modules/semver/internal/lrucache.js +33 -0
- package/dist/node_modules/semver/internal/lrucache.js.map +1 -0
- package/dist/node_modules/semver/internal/parse-options.js +11 -0
- package/dist/node_modules/semver/internal/parse-options.js.map +1 -0
- package/dist/node_modules/semver/internal/re.js +33 -0
- package/dist/node_modules/semver/internal/re.js.map +1 -0
- package/dist/node_modules/semver/ranges/gtr.js +12 -0
- package/dist/node_modules/semver/ranges/gtr.js.map +1 -0
- package/dist/node_modules/semver/ranges/intersects.js +12 -0
- package/dist/node_modules/semver/ranges/intersects.js.map +1 -0
- package/dist/node_modules/semver/ranges/ltr.js +12 -0
- package/dist/node_modules/semver/ranges/ltr.js.map +1 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +23 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js.map +1 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +23 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js.map +1 -0
- package/dist/node_modules/semver/ranges/min-version.js +43 -0
- package/dist/node_modules/semver/ranges/min-version.js.map +1 -0
- package/dist/node_modules/semver/ranges/outside.js +45 -0
- package/dist/node_modules/semver/ranges/outside.js.map +1 -0
- package/dist/node_modules/semver/ranges/simplify.js +25 -0
- package/dist/node_modules/semver/ranges/simplify.js.map +1 -0
- package/dist/node_modules/semver/ranges/subset.js +95 -0
- package/dist/node_modules/semver/ranges/subset.js.map +1 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +12 -0
- package/dist/node_modules/semver/ranges/to-comparators.js.map +1 -0
- package/dist/node_modules/semver/ranges/valid.js +18 -0
- package/dist/node_modules/semver/ranges/valid.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/Options.js +32 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/Options.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/Refs.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/errorMessages.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parseDef.js +44 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parseDef.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +7 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/any.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +17 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/array.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +26 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +9 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +8 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +6 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +59 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/date.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +11 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/default.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +8 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +10 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +36 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +16 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +27 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/map.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +11 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +9 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/never.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +12 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/null.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +30 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +28 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/number.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +50 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/object.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +22 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +21 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +8 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +6 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +56 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/record.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +17 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/set.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +245 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +27 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +9 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +69 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/union.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +7 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/selectParser.js +110 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/selectParser.js.map +1 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +26 -0
- package/dist/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js.map +1 -0
- package/dist/plugins/BasePlugin.d.ts +28 -0
- package/dist/plugins/BasePlugin.js +19 -0
- package/dist/plugins/BasePlugin.js.map +1 -0
- package/dist/plugins/PluginInterface.d.ts +64 -0
- package/dist/plugins/PluginLoader.d.ts +38 -0
- package/dist/plugins/PluginLoader.js +60 -0
- package/dist/plugins/PluginLoader.js.map +1 -0
- package/dist/plugins/PluginRegistry.d.ts +47 -0
- package/dist/plugins/PluginRegistry.js +71 -0
- package/dist/plugins/PluginRegistry.js.map +1 -0
- package/dist/plugins/__tests__/BasePlugin.test.d.ts +1 -0
- package/dist/plugins/__tests__/PluginLoader.test.d.ts +1 -0
- package/dist/plugins/__tests__/PluginRegistry.test.d.ts +1 -0
- package/dist/plugins/defi/index.d.ts +13 -0
- package/dist/plugins/hedera/HbarPricePlugin.d.ts +45 -0
- package/dist/plugins/hedera/HbarPricePlugin.js +70 -0
- package/dist/plugins/hedera/HbarPricePlugin.js.map +1 -0
- package/dist/plugins/hedera/__tests__/HbarPricePlugin.test.d.ts +1 -0
- package/dist/plugins/index.d.ts +5 -0
- package/dist/plugins/weather/index.d.ts +15 -0
- package/dist/src/agents/index.d.ts +0 -0
- package/dist/src/init.d.ts +2 -2
- package/dist/src/plugins/hedera/HbarPricePlugin.d.ts +45 -0
- package/dist/src/plugins/index.d.ts +1 -0
- package/dist/src/tools/CheckMessagesTool.d.ts +9 -2
- package/dist/src/utils/state-tools.d.ts +23 -0
- package/dist/state/index.d.ts +2 -0
- package/dist/state/open-convai-state.d.ts +84 -0
- package/dist/state/open-convai-state.js +132 -0
- package/dist/state/open-convai-state.js.map +1 -0
- package/dist/state/state-types.d.ts +143 -0
- package/dist/tools/AcceptConnectionRequestTool.d.ts +33 -0
- package/dist/tools/AcceptConnectionRequestTool.js +116 -0
- package/dist/tools/AcceptConnectionRequestTool.js.map +1 -0
- package/dist/tools/CheckMessagesTool.d.ts +34 -0
- package/dist/tools/CheckMessagesTool.js +96 -0
- package/dist/tools/CheckMessagesTool.js.map +1 -0
- package/dist/tools/ConnectionMonitorTool.d.ts +96 -0
- package/dist/tools/ConnectionMonitorTool.js +289 -0
- package/dist/tools/ConnectionMonitorTool.js.map +1 -0
- package/dist/tools/ConnectionTool.d.ts +40 -0
- package/dist/tools/ConnectionTool.js +114 -0
- package/dist/tools/ConnectionTool.js.map +1 -0
- package/dist/tools/FindRegistrationsTool.d.ts +27 -0
- package/dist/tools/FindRegistrationsTool.js +64 -0
- package/dist/tools/FindRegistrationsTool.js.map +1 -0
- package/dist/tools/InitiateConnectionTool.d.ts +30 -0
- package/dist/tools/InitiateConnectionTool.js +79 -0
- package/dist/tools/InitiateConnectionTool.js.map +1 -0
- package/dist/tools/ListConnectionsTool.d.ts +33 -0
- package/dist/tools/ListConnectionsTool.js +327 -0
- package/dist/tools/ListConnectionsTool.js.map +1 -0
- package/dist/tools/ListUnapprovedConnectionRequestsTool.d.ts +53 -0
- package/dist/tools/ListUnapprovedConnectionRequestsTool.js +177 -0
- package/dist/tools/ListUnapprovedConnectionRequestsTool.js.map +1 -0
- package/dist/tools/ManageConnectionRequestsTool.d.ts +39 -0
- package/dist/tools/ManageConnectionRequestsTool.js +161 -0
- package/dist/tools/ManageConnectionRequestsTool.js.map +1 -0
- package/dist/tools/RegisterAgentTool.d.ts +188 -0
- package/dist/tools/RegisterAgentTool.js +331 -0
- package/dist/tools/RegisterAgentTool.js.map +1 -0
- package/dist/tools/RetrieveProfileTool.d.ts +34 -0
- package/dist/tools/RetrieveProfileTool.js +53 -0
- package/dist/tools/RetrieveProfileTool.js.map +1 -0
- package/dist/tools/SendMessageToConnectionTool.d.ts +31 -0
- package/dist/tools/SendMessageToConnectionTool.js +74 -0
- package/dist/tools/SendMessageToConnectionTool.js.map +1 -0
- package/dist/tools/SendMessageTool.d.ts +44 -0
- package/dist/tools/SendMessageTool.js +75 -0
- package/dist/tools/SendMessageTool.js.map +1 -0
- package/dist/tools/index.d.ts +13 -0
- package/dist/utils/Encryption.d.ts +7 -0
- package/dist/utils/Encryption.js +7 -0
- package/dist/utils/Encryption.js.map +1 -0
- package/dist/utils/HederaClient.d.ts +18 -0
- package/dist/utils/connectionUtils.d.ts +15 -0
- package/dist/utils/connectionUtils.js +64 -0
- package/dist/utils/connectionUtils.js.map +1 -0
- package/dist/utils/state-tools.d.ts +23 -0
- package/dist/utils/state-tools.js +90 -0
- package/dist/utils/state-tools.js.map +1 -0
- package/package.json +20 -10
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
function n(f) {
|
|
2
|
+
if (typeof f > "u")
|
|
3
|
+
return null;
|
|
4
|
+
try {
|
|
5
|
+
return JSON.parse(f);
|
|
6
|
+
} catch {
|
|
7
|
+
}
|
|
8
|
+
let t = "";
|
|
9
|
+
const r = [];
|
|
10
|
+
let s = !1, l = !1;
|
|
11
|
+
for (let e of f) {
|
|
12
|
+
if (s)
|
|
13
|
+
e === '"' && !l ? s = !1 : e === `
|
|
14
|
+
` && !l ? e = "\\n" : e === "\\" ? l = !l : l = !1;
|
|
15
|
+
else if (e === '"')
|
|
16
|
+
s = !0, l = !1;
|
|
17
|
+
else if (e === "{")
|
|
18
|
+
r.push("}");
|
|
19
|
+
else if (e === "[")
|
|
20
|
+
r.push("]");
|
|
21
|
+
else if (e === "}" || e === "]")
|
|
22
|
+
if (r && r[r.length - 1] === e)
|
|
23
|
+
r.pop();
|
|
24
|
+
else
|
|
25
|
+
return null;
|
|
26
|
+
t += e;
|
|
27
|
+
}
|
|
28
|
+
s && (t += '"');
|
|
29
|
+
for (let e = r.length - 1; e >= 0; e -= 1)
|
|
30
|
+
t += r[e];
|
|
31
|
+
try {
|
|
32
|
+
return JSON.parse(t);
|
|
33
|
+
} catch {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export {
|
|
38
|
+
n as parsePartialJson
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"json.js","sources":["../../../../../../node_modules/@langchain/core/dist/utils/json.js"],"sourcesContent":["export function parseJsonMarkdown(s, parser = parsePartialJson) {\n // eslint-disable-next-line no-param-reassign\n s = s.trim();\n const match = /```(json)?(.*)```/s.exec(s);\n if (!match) {\n return parser(s);\n }\n else {\n return parser(match[2]);\n }\n}\n// Adapted from https://github.com/KillianLucas/open-interpreter/blob/main/interpreter/core/llm/utils/parse_partial_json.py\n// MIT License\nexport function parsePartialJson(s) {\n // If the input is undefined, return null to indicate failure.\n if (typeof s === \"undefined\") {\n return null;\n }\n // Attempt to parse the string as-is.\n try {\n return JSON.parse(s);\n }\n catch (error) {\n // Pass\n }\n // Initialize variables.\n let new_s = \"\";\n const stack = [];\n let isInsideString = false;\n let escaped = false;\n // Process each character in the string one at a time.\n for (let char of s) {\n if (isInsideString) {\n if (char === '\"' && !escaped) {\n isInsideString = false;\n }\n else if (char === \"\\n\" && !escaped) {\n char = \"\\\\n\"; // Replace the newline character with the escape sequence.\n }\n else if (char === \"\\\\\") {\n escaped = !escaped;\n }\n else {\n escaped = false;\n }\n }\n else {\n if (char === '\"') {\n isInsideString = true;\n escaped = false;\n }\n else if (char === \"{\") {\n stack.push(\"}\");\n }\n else if (char === \"[\") {\n stack.push(\"]\");\n }\n else if (char === \"}\" || char === \"]\") {\n if (stack && stack[stack.length - 1] === char) {\n stack.pop();\n }\n else {\n // Mismatched closing character; the input is malformed.\n return null;\n }\n }\n }\n // Append the processed character to the new string.\n new_s += char;\n }\n // If we're still inside a string at the end of processing,\n // we need to close the string.\n if (isInsideString) {\n new_s += '\"';\n }\n // Close any remaining open structures in the reverse order that they were opened.\n for (let i = stack.length - 1; i >= 0; i -= 1) {\n new_s += stack[i];\n }\n // Attempt to parse the modified string as JSON.\n try {\n return JSON.parse(new_s);\n }\n catch (error) {\n // If we still can't parse the string as JSON, return null to indicate failure.\n return null;\n }\n}\n"],"names":["parsePartialJson","s","new_s","stack","isInsideString","escaped","char","i"],"mappings":"AAaO,SAASA,EAAiBC,GAAG;AAEhC,MAAI,OAAOA,IAAM;AACb,WAAO;AAGX,MAAI;AACA,WAAO,KAAK,MAAMA,CAAC;AAAA,EAC3B,QACkB;AAAA,EAElB;AAEI,MAAIC,IAAQ;AACZ,QAAMC,IAAQ,CAAE;AAChB,MAAIC,IAAiB,IACjBC,IAAU;AAEd,WAASC,KAAQL,GAAG;AAChB,QAAIG;AACA,MAAIE,MAAS,OAAO,CAACD,IACjBD,IAAiB,KAEZE,MAAS;AAAA,KAAQ,CAACD,IACvBC,IAAO,QAEFA,MAAS,OACdD,IAAU,CAACA,IAGXA,IAAU;AAAA,aAIVC,MAAS;AACT,MAAAF,IAAiB,IACjBC,IAAU;AAAA,aAELC,MAAS;AACd,MAAAH,EAAM,KAAK,GAAG;AAAA,aAETG,MAAS;AACd,MAAAH,EAAM,KAAK,GAAG;AAAA,aAETG,MAAS,OAAOA,MAAS;AAC9B,UAAIH,KAASA,EAAMA,EAAM,SAAS,CAAC,MAAMG;AACrC,QAAAH,EAAM,IAAK;AAAA;AAIX,eAAO;AAKnB,IAAAD,KAASI;AAAA,EACjB;AAGI,EAAIF,MACAF,KAAS;AAGb,WAASK,IAAIJ,EAAM,SAAS,GAAGI,KAAK,GAAGA,KAAK;AACxC,IAAAL,KAASC,EAAMI,CAAC;AAGpB,MAAI;AACA,WAAO,KAAK,MAAML,CAAK;AAAA,EAC/B,QACkB;AAEV,WAAO;AAAA,EACf;AACA;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
class i extends ReadableStream {
|
|
2
|
+
constructor() {
|
|
3
|
+
super(...arguments), Object.defineProperty(this, "reader", {
|
|
4
|
+
enumerable: !0,
|
|
5
|
+
configurable: !0,
|
|
6
|
+
writable: !0,
|
|
7
|
+
value: void 0
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
ensureReader() {
|
|
11
|
+
this.reader || (this.reader = this.getReader());
|
|
12
|
+
}
|
|
13
|
+
async next() {
|
|
14
|
+
this.ensureReader();
|
|
15
|
+
try {
|
|
16
|
+
const e = await this.reader.read();
|
|
17
|
+
return e.done ? (this.reader.releaseLock(), {
|
|
18
|
+
done: !0,
|
|
19
|
+
value: void 0
|
|
20
|
+
}) : {
|
|
21
|
+
done: !1,
|
|
22
|
+
value: e.value
|
|
23
|
+
};
|
|
24
|
+
} catch (e) {
|
|
25
|
+
throw this.reader.releaseLock(), e;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
async return() {
|
|
29
|
+
if (this.ensureReader(), this.locked) {
|
|
30
|
+
const e = this.reader.cancel();
|
|
31
|
+
this.reader.releaseLock(), await e;
|
|
32
|
+
}
|
|
33
|
+
return { done: !0, value: void 0 };
|
|
34
|
+
}
|
|
35
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
36
|
+
async throw(e) {
|
|
37
|
+
if (this.ensureReader(), this.locked) {
|
|
38
|
+
const t = this.reader.cancel();
|
|
39
|
+
this.reader.releaseLock(), await t;
|
|
40
|
+
}
|
|
41
|
+
throw e;
|
|
42
|
+
}
|
|
43
|
+
[Symbol.asyncIterator]() {
|
|
44
|
+
return this;
|
|
45
|
+
}
|
|
46
|
+
static fromReadableStream(e) {
|
|
47
|
+
const t = e.getReader();
|
|
48
|
+
return new i({
|
|
49
|
+
start(a) {
|
|
50
|
+
return n();
|
|
51
|
+
function n() {
|
|
52
|
+
return t.read().then(({ done: u, value: s }) => {
|
|
53
|
+
if (u) {
|
|
54
|
+
a.close();
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
return a.enqueue(s), n();
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
cancel() {
|
|
62
|
+
t.releaseLock();
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
static fromAsyncGenerator(e) {
|
|
67
|
+
return new i({
|
|
68
|
+
async pull(t) {
|
|
69
|
+
const { value: a, done: n } = await e.next();
|
|
70
|
+
n && t.close(), t.enqueue(a);
|
|
71
|
+
},
|
|
72
|
+
async cancel(t) {
|
|
73
|
+
await e.return(t);
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
function l(r, e = 2) {
|
|
79
|
+
const t = Array.from({ length: e }, () => []);
|
|
80
|
+
return t.map(async function* (n) {
|
|
81
|
+
for (; ; )
|
|
82
|
+
if (n.length === 0) {
|
|
83
|
+
const u = await r.next();
|
|
84
|
+
for (const s of t)
|
|
85
|
+
s.push(u);
|
|
86
|
+
} else {
|
|
87
|
+
if (n[0].done)
|
|
88
|
+
return;
|
|
89
|
+
yield n.shift().value;
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
function o(r, e) {
|
|
94
|
+
if (Array.isArray(r) && Array.isArray(e))
|
|
95
|
+
return r.concat(e);
|
|
96
|
+
if (typeof r == "string" && typeof e == "string")
|
|
97
|
+
return r + e;
|
|
98
|
+
if (typeof r == "number" && typeof e == "number")
|
|
99
|
+
return r + e;
|
|
100
|
+
if (
|
|
101
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
102
|
+
"concat" in r && // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
103
|
+
typeof r.concat == "function"
|
|
104
|
+
)
|
|
105
|
+
return r.concat(e);
|
|
106
|
+
if (typeof r == "object" && typeof e == "object") {
|
|
107
|
+
const t = { ...r };
|
|
108
|
+
for (const [a, n] of Object.entries(e))
|
|
109
|
+
a in t && !Array.isArray(t[a]) ? t[a] = o(t[a], n) : t[a] = n;
|
|
110
|
+
return t;
|
|
111
|
+
} else
|
|
112
|
+
throw new Error(`Cannot concat ${typeof r} and ${typeof e}`);
|
|
113
|
+
}
|
|
114
|
+
class c {
|
|
115
|
+
constructor(e, t) {
|
|
116
|
+
Object.defineProperty(this, "generator", {
|
|
117
|
+
enumerable: !0,
|
|
118
|
+
configurable: !0,
|
|
119
|
+
writable: !0,
|
|
120
|
+
value: void 0
|
|
121
|
+
}), Object.defineProperty(this, "setup", {
|
|
122
|
+
enumerable: !0,
|
|
123
|
+
configurable: !0,
|
|
124
|
+
writable: !0,
|
|
125
|
+
value: void 0
|
|
126
|
+
}), Object.defineProperty(this, "firstResult", {
|
|
127
|
+
enumerable: !0,
|
|
128
|
+
configurable: !0,
|
|
129
|
+
writable: !0,
|
|
130
|
+
value: void 0
|
|
131
|
+
}), Object.defineProperty(this, "firstResultUsed", {
|
|
132
|
+
enumerable: !0,
|
|
133
|
+
configurable: !0,
|
|
134
|
+
writable: !0,
|
|
135
|
+
value: !1
|
|
136
|
+
}), this.generator = e, this.setup = new Promise((a, n) => {
|
|
137
|
+
this.firstResult = e.next(), t ? this.firstResult.then(t).then(a, n) : this.firstResult.then((u) => a(void 0), n);
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
async next(...e) {
|
|
141
|
+
return this.firstResultUsed ? this.generator.next(...e) : (this.firstResultUsed = !0, this.firstResult);
|
|
142
|
+
}
|
|
143
|
+
async return(e) {
|
|
144
|
+
return this.generator.return(e);
|
|
145
|
+
}
|
|
146
|
+
async throw(e) {
|
|
147
|
+
return this.generator.throw(e);
|
|
148
|
+
}
|
|
149
|
+
[Symbol.asyncIterator]() {
|
|
150
|
+
return this;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
async function f(r, e, t, ...a) {
|
|
154
|
+
const n = new c(e, t), u = await n.setup;
|
|
155
|
+
return { output: r(n, u, ...a), setup: u };
|
|
156
|
+
}
|
|
157
|
+
export {
|
|
158
|
+
c as AsyncGeneratorWithSetup,
|
|
159
|
+
i as IterableReadableStream,
|
|
160
|
+
l as atee,
|
|
161
|
+
o as concat,
|
|
162
|
+
f as pipeGeneratorWithSetup
|
|
163
|
+
};
|
|
164
|
+
//# sourceMappingURL=stream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream.js","sources":["../../../../../../node_modules/@langchain/core/dist/utils/stream.js"],"sourcesContent":["/*\n * Support async iterator syntax for ReadableStreams in all environments.\n * Source: https://github.com/MattiasBuelens/web-streams-polyfill/pull/122#issuecomment-1627354490\n */\nexport class IterableReadableStream extends ReadableStream {\n constructor() {\n super(...arguments);\n Object.defineProperty(this, \"reader\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n }\n ensureReader() {\n if (!this.reader) {\n this.reader = this.getReader();\n }\n }\n async next() {\n this.ensureReader();\n try {\n const result = await this.reader.read();\n if (result.done) {\n this.reader.releaseLock(); // release lock when stream becomes closed\n return {\n done: true,\n value: undefined,\n };\n }\n else {\n return {\n done: false,\n value: result.value,\n };\n }\n }\n catch (e) {\n this.reader.releaseLock(); // release lock when stream becomes errored\n throw e;\n }\n }\n async return() {\n this.ensureReader();\n // If wrapped in a Node stream, cancel is already called.\n if (this.locked) {\n const cancelPromise = this.reader.cancel(); // cancel first, but don't await yet\n this.reader.releaseLock(); // release lock first\n await cancelPromise; // now await it\n }\n return { done: true, value: undefined };\n }\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n async throw(e) {\n this.ensureReader();\n if (this.locked) {\n const cancelPromise = this.reader.cancel(); // cancel first, but don't await yet\n this.reader.releaseLock(); // release lock first\n await cancelPromise; // now await it\n }\n throw e;\n }\n [Symbol.asyncIterator]() {\n return this;\n }\n static fromReadableStream(stream) {\n // From https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streams#reading_the_stream\n const reader = stream.getReader();\n return new IterableReadableStream({\n start(controller) {\n return pump();\n function pump() {\n return reader.read().then(({ done, value }) => {\n // When no more data needs to be consumed, close the stream\n if (done) {\n controller.close();\n return;\n }\n // Enqueue the next data chunk into our target stream\n controller.enqueue(value);\n return pump();\n });\n }\n },\n cancel() {\n reader.releaseLock();\n },\n });\n }\n static fromAsyncGenerator(generator) {\n return new IterableReadableStream({\n async pull(controller) {\n const { value, done } = await generator.next();\n // When no more data needs to be consumed, close the stream\n if (done) {\n controller.close();\n }\n // Fix: `else if (value)` will hang the streaming when nullish value (e.g. empty string) is pulled\n controller.enqueue(value);\n },\n async cancel(reason) {\n await generator.return(reason);\n },\n });\n }\n}\nexport function atee(iter, length = 2) {\n const buffers = Array.from({ length }, () => []);\n return buffers.map(async function* makeIter(buffer) {\n while (true) {\n if (buffer.length === 0) {\n const result = await iter.next();\n for (const buffer of buffers) {\n buffer.push(result);\n }\n }\n else if (buffer[0].done) {\n return;\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n yield buffer.shift().value;\n }\n }\n });\n}\nexport function concat(first, second) {\n if (Array.isArray(first) && Array.isArray(second)) {\n return first.concat(second);\n }\n else if (typeof first === \"string\" && typeof second === \"string\") {\n return (first + second);\n }\n else if (typeof first === \"number\" && typeof second === \"number\") {\n return (first + second);\n }\n else if (\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n \"concat\" in first &&\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n typeof first.concat === \"function\") {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return first.concat(second);\n }\n else if (typeof first === \"object\" && typeof second === \"object\") {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const chunk = { ...first };\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n for (const [key, value] of Object.entries(second)) {\n if (key in chunk && !Array.isArray(chunk[key])) {\n chunk[key] = concat(chunk[key], value);\n }\n else {\n chunk[key] = value;\n }\n }\n return chunk;\n }\n else {\n throw new Error(`Cannot concat ${typeof first} and ${typeof second}`);\n }\n}\nexport class AsyncGeneratorWithSetup {\n constructor(generator, startSetup) {\n Object.defineProperty(this, \"generator\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"setup\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"firstResult\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: void 0\n });\n Object.defineProperty(this, \"firstResultUsed\", {\n enumerable: true,\n configurable: true,\n writable: true,\n value: false\n });\n this.generator = generator;\n // setup is a promise that resolves only after the first iterator value\n // is available. this is useful when setup of several piped generators\n // needs to happen in logical order, ie. in the order in which input to\n // to each generator is available.\n this.setup = new Promise((resolve, reject) => {\n this.firstResult = generator.next();\n if (startSetup) {\n this.firstResult.then(startSetup).then(resolve, reject);\n }\n else {\n this.firstResult.then((_result) => resolve(undefined), reject);\n }\n });\n }\n async next(...args) {\n if (!this.firstResultUsed) {\n this.firstResultUsed = true;\n return this.firstResult;\n }\n return this.generator.next(...args);\n }\n async return(value) {\n return this.generator.return(value);\n }\n async throw(e) {\n return this.generator.throw(e);\n }\n [Symbol.asyncIterator]() {\n return this;\n }\n}\nexport async function pipeGeneratorWithSetup(to, generator, startSetup, ...args) {\n const gen = new AsyncGeneratorWithSetup(generator, startSetup);\n const setup = await gen.setup;\n return { output: to(gen, setup, ...args), setup };\n}\n"],"names":["IterableReadableStream","result","cancelPromise","stream","reader","controller","pump","done","value","generator","reason","atee","iter","length","buffers","buffer","concat","first","second","chunk","key","AsyncGeneratorWithSetup","startSetup","resolve","reject","_result","args","pipeGeneratorWithSetup","to","gen","setup"],"mappings":"AAIO,MAAMA,UAA+B,eAAe;AAAA,EACvD,cAAc;AACV,UAAM,GAAG,SAAS,GAClB,OAAO,eAAe,MAAM,UAAU;AAAA,MAClC,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,UAAU;AAAA,MACV,OAAO;AAAA,IACnB,CAAS;AAAA,EACT;AAAA,EACI,eAAe;AACX,IAAK,KAAK,WACN,KAAK,SAAS,KAAK,UAAW;AAAA,EAE1C;AAAA,EACI,MAAM,OAAO;AACT,SAAK,aAAc;AACnB,QAAI;AACA,YAAMC,IAAS,MAAM,KAAK,OAAO,KAAM;AACvC,aAAIA,EAAO,QACP,KAAK,OAAO,eACL;AAAA,QACH,MAAM;AAAA,QACN,OAAO;AAAA,MACV,KAGM;AAAA,QACH,MAAM;AAAA,QACN,OAAOA,EAAO;AAAA,MACjB;AAAA,IAEjB,SACe,GAAG;AACN,iBAAK,OAAO,eACN;AAAA,IAClB;AAAA,EACA;AAAA,EACI,MAAM,SAAS;AAGX,QAFA,KAAK,aAAc,GAEf,KAAK,QAAQ;AACb,YAAMC,IAAgB,KAAK,OAAO,OAAM;AACxC,WAAK,OAAO,eACZ,MAAMA;AAAA,IAClB;AACQ,WAAO,EAAE,MAAM,IAAM,OAAO,OAAW;AAAA,EAC/C;AAAA;AAAA,EAEI,MAAM,MAAM,GAAG;AAEX,QADA,KAAK,aAAc,GACf,KAAK,QAAQ;AACb,YAAMA,IAAgB,KAAK,OAAO,OAAM;AACxC,WAAK,OAAO,eACZ,MAAMA;AAAA,IAClB;AACQ,UAAM;AAAA,EACd;AAAA,EACI,CAAC,OAAO,aAAa,IAAI;AACrB,WAAO;AAAA,EACf;AAAA,EACI,OAAO,mBAAmBC,GAAQ;AAE9B,UAAMC,IAASD,EAAO,UAAW;AACjC,WAAO,IAAIH,EAAuB;AAAA,MAC9B,MAAMK,GAAY;AACd,eAAOC,EAAM;AACb,iBAASA,IAAO;AACZ,iBAAOF,EAAO,OAAO,KAAK,CAAC,EAAE,MAAAG,GAAM,OAAAC,QAAY;AAE3C,gBAAID,GAAM;AACN,cAAAF,EAAW,MAAO;AAClB;AAAA,YAC5B;AAEwB,mBAAAA,EAAW,QAAQG,CAAK,GACjBF,EAAM;AAAA,UACrC,CAAqB;AAAA,QACrB;AAAA,MACa;AAAA,MACD,SAAS;AACL,QAAAF,EAAO,YAAa;AAAA,MACvB;AAAA,IACb,CAAS;AAAA,EACT;AAAA,EACI,OAAO,mBAAmBK,GAAW;AACjC,WAAO,IAAIT,EAAuB;AAAA,MAC9B,MAAM,KAAKK,GAAY;AACnB,cAAM,EAAE,OAAAG,GAAO,MAAAD,EAAM,IAAG,MAAME,EAAU,KAAM;AAE9C,QAAIF,KACAF,EAAW,MAAO,GAGtBA,EAAW,QAAQG,CAAK;AAAA,MAC3B;AAAA,MACD,MAAM,OAAOE,GAAQ;AACjB,cAAMD,EAAU,OAAOC,CAAM;AAAA,MAChC;AAAA,IACb,CAAS;AAAA,EACT;AACA;AACO,SAASC,EAAKC,GAAMC,IAAS,GAAG;AACnC,QAAMC,IAAU,MAAM,KAAK,EAAE,QAAAD,EAAM,GAAI,MAAM,EAAE;AAC/C,SAAOC,EAAQ,IAAI,iBAAyBC,GAAQ;AAChD;AACI,UAAIA,EAAO,WAAW,GAAG;AACrB,cAAMd,IAAS,MAAMW,EAAK,KAAM;AAChC,mBAAWG,KAAUD;AACjB,UAAAC,EAAO,KAAKd,CAAM;AAAA,MAEtC,OACiB;AAAA,YAAIc,EAAO,CAAC,EAAE;AACf;AAIA,cAAMA,EAAO,MAAK,EAAG;AAAA;AAAA,EAGrC,CAAK;AACL;AACO,SAASC,EAAOC,GAAOC,GAAQ;AAClC,MAAI,MAAM,QAAQD,CAAK,KAAK,MAAM,QAAQC,CAAM;AAC5C,WAAOD,EAAM,OAAOC,CAAM;AAEzB,MAAI,OAAOD,KAAU,YAAY,OAAOC,KAAW;AACpD,WAAQD,IAAQC;AAEf,MAAI,OAAOD,KAAU,YAAY,OAAOC,KAAW;AACpD,WAAQD,IAAQC;AAEf;AAAA;AAAA,IAEL,YAAYD;AAAA,IAER,OAAOA,EAAM,UAAW;AAAA;AAExB,WAAOA,EAAM,OAAOC,CAAM;AAEzB,MAAI,OAAOD,KAAU,YAAY,OAAOC,KAAW,UAAU;AAE9D,UAAMC,IAAQ,EAAE,GAAGF,EAAO;AAE1B,eAAW,CAACG,GAAKZ,CAAK,KAAK,OAAO,QAAQU,CAAM;AAC5C,MAAIE,KAAOD,KAAS,CAAC,MAAM,QAAQA,EAAMC,CAAG,CAAC,IACzCD,EAAMC,CAAG,IAAIJ,EAAOG,EAAMC,CAAG,GAAGZ,CAAK,IAGrCW,EAAMC,CAAG,IAAIZ;AAGrB,WAAOW;AAAA,EACf;AAEQ,UAAM,IAAI,MAAM,iBAAiB,OAAOF,CAAK,QAAQ,OAAOC,CAAM,EAAE;AAE5E;AACO,MAAMG,EAAwB;AAAA,EACjC,YAAYZ,GAAWa,GAAY;AAC/B,WAAO,eAAe,MAAM,aAAa;AAAA,MACrC,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,UAAU;AAAA,MACV,OAAO;AAAA,IACnB,CAAS,GACD,OAAO,eAAe,MAAM,SAAS;AAAA,MACjC,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,UAAU;AAAA,MACV,OAAO;AAAA,IACnB,CAAS,GACD,OAAO,eAAe,MAAM,eAAe;AAAA,MACvC,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,UAAU;AAAA,MACV,OAAO;AAAA,IACnB,CAAS,GACD,OAAO,eAAe,MAAM,mBAAmB;AAAA,MAC3C,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,UAAU;AAAA,MACV,OAAO;AAAA,IACnB,CAAS,GACD,KAAK,YAAYb,GAKjB,KAAK,QAAQ,IAAI,QAAQ,CAACc,GAASC,MAAW;AAC1C,WAAK,cAAcf,EAAU,KAAM,GAC/Ba,IACA,KAAK,YAAY,KAAKA,CAAU,EAAE,KAAKC,GAASC,CAAM,IAGtD,KAAK,YAAY,KAAK,CAACC,MAAYF,EAAQ,MAAS,GAAGC,CAAM;AAAA,IAE7E,CAAS;AAAA,EACT;AAAA,EACI,MAAM,QAAQE,GAAM;AAChB,WAAK,KAAK,kBAIH,KAAK,UAAU,KAAK,GAAGA,CAAI,KAH9B,KAAK,kBAAkB,IAChB,KAAK;AAAA,EAGxB;AAAA,EACI,MAAM,OAAOlB,GAAO;AAChB,WAAO,KAAK,UAAU,OAAOA,CAAK;AAAA,EAC1C;AAAA,EACI,MAAM,MAAM,GAAG;AACX,WAAO,KAAK,UAAU,MAAM,CAAC;AAAA,EACrC;AAAA,EACI,CAAC,OAAO,aAAa,IAAI;AACrB,WAAO;AAAA,EACf;AACA;AACO,eAAemB,EAAuBC,GAAInB,GAAWa,MAAeI,GAAM;AAC7E,QAAMG,IAAM,IAAIR,EAAwBZ,GAAWa,CAAU,GACvDQ,IAAQ,MAAMD,EAAI;AACxB,SAAO,EAAE,QAAQD,EAAGC,GAAKC,GAAO,GAAGJ,CAAI,GAAG,OAAAI,EAAO;AACrD;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { __module as l } from "../../../../../_virtual/index8.js";
|
|
2
|
+
l.exports;
|
|
3
|
+
var b;
|
|
4
|
+
function m() {
|
|
5
|
+
return b ? l.exports : (b = 1, function(u) {
|
|
6
|
+
const g = (i = 0) => (e) => `\x1B[${38 + i};5;${e}m`, a = (i = 0) => (e, r, t) => `\x1B[${38 + i};2;${e};${r};${t}m`;
|
|
7
|
+
function c() {
|
|
8
|
+
const i = /* @__PURE__ */ new Map(), e = {
|
|
9
|
+
modifier: {
|
|
10
|
+
reset: [0, 0],
|
|
11
|
+
// 21 isn't widely supported and 22 does the same thing
|
|
12
|
+
bold: [1, 22],
|
|
13
|
+
dim: [2, 22],
|
|
14
|
+
italic: [3, 23],
|
|
15
|
+
underline: [4, 24],
|
|
16
|
+
overline: [53, 55],
|
|
17
|
+
inverse: [7, 27],
|
|
18
|
+
hidden: [8, 28],
|
|
19
|
+
strikethrough: [9, 29]
|
|
20
|
+
},
|
|
21
|
+
color: {
|
|
22
|
+
black: [30, 39],
|
|
23
|
+
red: [31, 39],
|
|
24
|
+
green: [32, 39],
|
|
25
|
+
yellow: [33, 39],
|
|
26
|
+
blue: [34, 39],
|
|
27
|
+
magenta: [35, 39],
|
|
28
|
+
cyan: [36, 39],
|
|
29
|
+
white: [37, 39],
|
|
30
|
+
// Bright color
|
|
31
|
+
blackBright: [90, 39],
|
|
32
|
+
redBright: [91, 39],
|
|
33
|
+
greenBright: [92, 39],
|
|
34
|
+
yellowBright: [93, 39],
|
|
35
|
+
blueBright: [94, 39],
|
|
36
|
+
magentaBright: [95, 39],
|
|
37
|
+
cyanBright: [96, 39],
|
|
38
|
+
whiteBright: [97, 39]
|
|
39
|
+
},
|
|
40
|
+
bgColor: {
|
|
41
|
+
bgBlack: [40, 49],
|
|
42
|
+
bgRed: [41, 49],
|
|
43
|
+
bgGreen: [42, 49],
|
|
44
|
+
bgYellow: [43, 49],
|
|
45
|
+
bgBlue: [44, 49],
|
|
46
|
+
bgMagenta: [45, 49],
|
|
47
|
+
bgCyan: [46, 49],
|
|
48
|
+
bgWhite: [47, 49],
|
|
49
|
+
// Bright color
|
|
50
|
+
bgBlackBright: [100, 49],
|
|
51
|
+
bgRedBright: [101, 49],
|
|
52
|
+
bgGreenBright: [102, 49],
|
|
53
|
+
bgYellowBright: [103, 49],
|
|
54
|
+
bgBlueBright: [104, 49],
|
|
55
|
+
bgMagentaBright: [105, 49],
|
|
56
|
+
bgCyanBright: [106, 49],
|
|
57
|
+
bgWhiteBright: [107, 49]
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
e.color.gray = e.color.blackBright, e.bgColor.bgGray = e.bgColor.bgBlackBright, e.color.grey = e.color.blackBright, e.bgColor.bgGrey = e.bgColor.bgBlackBright;
|
|
61
|
+
for (const [r, t] of Object.entries(e)) {
|
|
62
|
+
for (const [o, n] of Object.entries(t))
|
|
63
|
+
e[o] = {
|
|
64
|
+
open: `\x1B[${n[0]}m`,
|
|
65
|
+
close: `\x1B[${n[1]}m`
|
|
66
|
+
}, t[o] = e[o], i.set(n[0], n[1]);
|
|
67
|
+
Object.defineProperty(e, r, {
|
|
68
|
+
value: t,
|
|
69
|
+
enumerable: !1
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
return Object.defineProperty(e, "codes", {
|
|
73
|
+
value: i,
|
|
74
|
+
enumerable: !1
|
|
75
|
+
}), e.color.close = "\x1B[39m", e.bgColor.close = "\x1B[49m", e.color.ansi256 = g(), e.color.ansi16m = a(), e.bgColor.ansi256 = g(10), e.bgColor.ansi16m = a(10), Object.defineProperties(e, {
|
|
76
|
+
rgbToAnsi256: {
|
|
77
|
+
value: (r, t, o) => r === t && t === o ? r < 8 ? 16 : r > 248 ? 231 : Math.round((r - 8) / 247 * 24) + 232 : 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(t / 255 * 5) + Math.round(o / 255 * 5),
|
|
78
|
+
enumerable: !1
|
|
79
|
+
},
|
|
80
|
+
hexToRgb: {
|
|
81
|
+
value: (r) => {
|
|
82
|
+
const t = /(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(r.toString(16));
|
|
83
|
+
if (!t)
|
|
84
|
+
return [0, 0, 0];
|
|
85
|
+
let { colorString: o } = t.groups;
|
|
86
|
+
o.length === 3 && (o = o.split("").map((s) => s + s).join(""));
|
|
87
|
+
const n = Number.parseInt(o, 16);
|
|
88
|
+
return [
|
|
89
|
+
n >> 16 & 255,
|
|
90
|
+
n >> 8 & 255,
|
|
91
|
+
n & 255
|
|
92
|
+
];
|
|
93
|
+
},
|
|
94
|
+
enumerable: !1
|
|
95
|
+
},
|
|
96
|
+
hexToAnsi256: {
|
|
97
|
+
value: (r) => e.rgbToAnsi256(...e.hexToRgb(r)),
|
|
98
|
+
enumerable: !1
|
|
99
|
+
}
|
|
100
|
+
}), e;
|
|
101
|
+
}
|
|
102
|
+
Object.defineProperty(u, "exports", {
|
|
103
|
+
enumerable: !0,
|
|
104
|
+
get: c
|
|
105
|
+
});
|
|
106
|
+
}(l), l.exports);
|
|
107
|
+
}
|
|
108
|
+
export {
|
|
109
|
+
m as __require
|
|
110
|
+
};
|
|
111
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../node_modules/@langchain/core/node_modules/ansi-styles/index.js"],"sourcesContent":["'use strict';\n\nconst ANSI_BACKGROUND_OFFSET = 10;\n\nconst wrapAnsi256 = (offset = 0) => code => `\\u001B[${38 + offset};5;${code}m`;\n\nconst wrapAnsi16m = (offset = 0) => (red, green, blue) => `\\u001B[${38 + offset};2;${red};${green};${blue}m`;\n\nfunction assembleStyles() {\n\tconst codes = new Map();\n\tconst styles = {\n\t\tmodifier: {\n\t\t\treset: [0, 0],\n\t\t\t// 21 isn't widely supported and 22 does the same thing\n\t\t\tbold: [1, 22],\n\t\t\tdim: [2, 22],\n\t\t\titalic: [3, 23],\n\t\t\tunderline: [4, 24],\n\t\t\toverline: [53, 55],\n\t\t\tinverse: [7, 27],\n\t\t\thidden: [8, 28],\n\t\t\tstrikethrough: [9, 29]\n\t\t},\n\t\tcolor: {\n\t\t\tblack: [30, 39],\n\t\t\tred: [31, 39],\n\t\t\tgreen: [32, 39],\n\t\t\tyellow: [33, 39],\n\t\t\tblue: [34, 39],\n\t\t\tmagenta: [35, 39],\n\t\t\tcyan: [36, 39],\n\t\t\twhite: [37, 39],\n\n\t\t\t// Bright color\n\t\t\tblackBright: [90, 39],\n\t\t\tredBright: [91, 39],\n\t\t\tgreenBright: [92, 39],\n\t\t\tyellowBright: [93, 39],\n\t\t\tblueBright: [94, 39],\n\t\t\tmagentaBright: [95, 39],\n\t\t\tcyanBright: [96, 39],\n\t\t\twhiteBright: [97, 39]\n\t\t},\n\t\tbgColor: {\n\t\t\tbgBlack: [40, 49],\n\t\t\tbgRed: [41, 49],\n\t\t\tbgGreen: [42, 49],\n\t\t\tbgYellow: [43, 49],\n\t\t\tbgBlue: [44, 49],\n\t\t\tbgMagenta: [45, 49],\n\t\t\tbgCyan: [46, 49],\n\t\t\tbgWhite: [47, 49],\n\n\t\t\t// Bright color\n\t\t\tbgBlackBright: [100, 49],\n\t\t\tbgRedBright: [101, 49],\n\t\t\tbgGreenBright: [102, 49],\n\t\t\tbgYellowBright: [103, 49],\n\t\t\tbgBlueBright: [104, 49],\n\t\t\tbgMagentaBright: [105, 49],\n\t\t\tbgCyanBright: [106, 49],\n\t\t\tbgWhiteBright: [107, 49]\n\t\t}\n\t};\n\n\t// Alias bright black as gray (and grey)\n\tstyles.color.gray = styles.color.blackBright;\n\tstyles.bgColor.bgGray = styles.bgColor.bgBlackBright;\n\tstyles.color.grey = styles.color.blackBright;\n\tstyles.bgColor.bgGrey = styles.bgColor.bgBlackBright;\n\n\tfor (const [groupName, group] of Object.entries(styles)) {\n\t\tfor (const [styleName, style] of Object.entries(group)) {\n\t\t\tstyles[styleName] = {\n\t\t\t\topen: `\\u001B[${style[0]}m`,\n\t\t\t\tclose: `\\u001B[${style[1]}m`\n\t\t\t};\n\n\t\t\tgroup[styleName] = styles[styleName];\n\n\t\t\tcodes.set(style[0], style[1]);\n\t\t}\n\n\t\tObject.defineProperty(styles, groupName, {\n\t\t\tvalue: group,\n\t\t\tenumerable: false\n\t\t});\n\t}\n\n\tObject.defineProperty(styles, 'codes', {\n\t\tvalue: codes,\n\t\tenumerable: false\n\t});\n\n\tstyles.color.close = '\\u001B[39m';\n\tstyles.bgColor.close = '\\u001B[49m';\n\n\tstyles.color.ansi256 = wrapAnsi256();\n\tstyles.color.ansi16m = wrapAnsi16m();\n\tstyles.bgColor.ansi256 = wrapAnsi256(ANSI_BACKGROUND_OFFSET);\n\tstyles.bgColor.ansi16m = wrapAnsi16m(ANSI_BACKGROUND_OFFSET);\n\n\t// From https://github.com/Qix-/color-convert/blob/3f0e0d4e92e235796ccb17f6e85c72094a651f49/conversions.js\n\tObject.defineProperties(styles, {\n\t\trgbToAnsi256: {\n\t\t\tvalue: (red, green, blue) => {\n\t\t\t\t// We use the extended greyscale palette here, with the exception of\n\t\t\t\t// black and white. normal palette only has 4 greyscale shades.\n\t\t\t\tif (red === green && green === blue) {\n\t\t\t\t\tif (red < 8) {\n\t\t\t\t\t\treturn 16;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (red > 248) {\n\t\t\t\t\t\treturn 231;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn Math.round(((red - 8) / 247) * 24) + 232;\n\t\t\t\t}\n\n\t\t\t\treturn 16 +\n\t\t\t\t\t(36 * Math.round(red / 255 * 5)) +\n\t\t\t\t\t(6 * Math.round(green / 255 * 5)) +\n\t\t\t\t\tMath.round(blue / 255 * 5);\n\t\t\t},\n\t\t\tenumerable: false\n\t\t},\n\t\thexToRgb: {\n\t\t\tvalue: hex => {\n\t\t\t\tconst matches = /(?<colorString>[a-f\\d]{6}|[a-f\\d]{3})/i.exec(hex.toString(16));\n\t\t\t\tif (!matches) {\n\t\t\t\t\treturn [0, 0, 0];\n\t\t\t\t}\n\n\t\t\t\tlet {colorString} = matches.groups;\n\n\t\t\t\tif (colorString.length === 3) {\n\t\t\t\t\tcolorString = colorString.split('').map(character => character + character).join('');\n\t\t\t\t}\n\n\t\t\t\tconst integer = Number.parseInt(colorString, 16);\n\n\t\t\t\treturn [\n\t\t\t\t\t(integer >> 16) & 0xFF,\n\t\t\t\t\t(integer >> 8) & 0xFF,\n\t\t\t\t\tinteger & 0xFF\n\t\t\t\t];\n\t\t\t},\n\t\t\tenumerable: false\n\t\t},\n\t\thexToAnsi256: {\n\t\t\tvalue: hex => styles.rgbToAnsi256(...styles.hexToRgb(hex)),\n\t\t\tenumerable: false\n\t\t}\n\t});\n\n\treturn styles;\n}\n\n// Make the export immutable\nObject.defineProperty(module, 'exports', {\n\tenumerable: true,\n\tget: assembleStyles\n});\n"],"names":["wrapAnsi256","offset","code","wrapAnsi16m","red","green","blue","assembleStyles","codes","styles","groupName","group","styleName","style","hex","matches","colorString","character","integer","module"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { __module as f } from "../../../../../_virtual/index13.js";
|
|
2
|
+
var h;
|
|
3
|
+
function S() {
|
|
4
|
+
if (h) return f.exports;
|
|
5
|
+
h = 1;
|
|
6
|
+
const I = /[\p{Lu}]/u, _ = /[\p{Ll}]/u, C = /^[\p{Lu}](?![\p{Lu}])/gu, E = /([\p{Alpha}\p{N}_]|$)/u, A = /[_.\- ]+/, x = new RegExp("^" + A.source), p = new RegExp(A.source + E.source, "gu"), L = new RegExp("\\d+" + E.source, "gu"), m = (e, s, a) => {
|
|
7
|
+
let l = !1, o = !1, r = !1;
|
|
8
|
+
for (let t = 0; t < e.length; t++) {
|
|
9
|
+
const c = e[t];
|
|
10
|
+
l && I.test(c) ? (e = e.slice(0, t) + "-" + e.slice(t), l = !1, r = o, o = !0, t++) : o && r && _.test(c) ? (e = e.slice(0, t - 1) + "-" + e.slice(t - 1), r = o, o = !1, l = !0) : (l = s(c) === c && a(c) !== c, r = o, o = a(c) === c && s(c) !== c);
|
|
11
|
+
}
|
|
12
|
+
return e;
|
|
13
|
+
}, U = (e, s) => (C.lastIndex = 0, e.replace(C, (a) => s(a))), u = (e, s) => (p.lastIndex = 0, L.lastIndex = 0, e.replace(p, (a, l) => s(l)).replace(L, (a) => s(a))), R = (e, s) => {
|
|
14
|
+
if (!(typeof e == "string" || Array.isArray(e)))
|
|
15
|
+
throw new TypeError("Expected the input to be `string | string[]`");
|
|
16
|
+
if (s = {
|
|
17
|
+
pascalCase: !1,
|
|
18
|
+
preserveConsecutiveUppercase: !1,
|
|
19
|
+
...s
|
|
20
|
+
}, Array.isArray(e) ? e = e.map((r) => r.trim()).filter((r) => r.length).join("-") : e = e.trim(), e.length === 0)
|
|
21
|
+
return "";
|
|
22
|
+
const a = s.locale === !1 ? (r) => r.toLowerCase() : (r) => r.toLocaleLowerCase(s.locale), l = s.locale === !1 ? (r) => r.toUpperCase() : (r) => r.toLocaleUpperCase(s.locale);
|
|
23
|
+
return e.length === 1 ? s.pascalCase ? l(e) : a(e) : (e !== a(e) && (e = m(e, a, l)), e = e.replace(x, ""), s.preserveConsecutiveUppercase ? e = U(e, a) : e = a(e), s.pascalCase && (e = l(e.charAt(0)) + e.slice(1)), u(e, l));
|
|
24
|
+
};
|
|
25
|
+
return f.exports = R, f.exports.default = R, f.exports;
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
S as __require
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../node_modules/@langchain/core/node_modules/camelcase/index.js"],"sourcesContent":["'use strict';\n\nconst UPPERCASE = /[\\p{Lu}]/u;\nconst LOWERCASE = /[\\p{Ll}]/u;\nconst LEADING_CAPITAL = /^[\\p{Lu}](?![\\p{Lu}])/gu;\nconst IDENTIFIER = /([\\p{Alpha}\\p{N}_]|$)/u;\nconst SEPARATORS = /[_.\\- ]+/;\n\nconst LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);\nconst SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');\nconst NUMBERS_AND_IDENTIFIER = new RegExp('\\\\d+' + IDENTIFIER.source, 'gu');\n\nconst preserveCamelCase = (string, toLowerCase, toUpperCase) => {\n\tlet isLastCharLower = false;\n\tlet isLastCharUpper = false;\n\tlet isLastLastCharUpper = false;\n\n\tfor (let i = 0; i < string.length; i++) {\n\t\tconst character = string[i];\n\n\t\tif (isLastCharLower && UPPERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i) + '-' + string.slice(i);\n\t\t\tisLastCharLower = false;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = true;\n\t\t\ti++;\n\t\t} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i - 1) + '-' + string.slice(i - 1);\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = false;\n\t\t\tisLastCharLower = true;\n\t\t} else {\n\t\t\tisLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;\n\t\t}\n\t}\n\n\treturn string;\n};\n\nconst preserveConsecutiveUppercase = (input, toLowerCase) => {\n\tLEADING_CAPITAL.lastIndex = 0;\n\n\treturn input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));\n};\n\nconst postProcess = (input, toUpperCase) => {\n\tSEPARATORS_AND_IDENTIFIER.lastIndex = 0;\n\tNUMBERS_AND_IDENTIFIER.lastIndex = 0;\n\n\treturn input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))\n\t\t.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));\n};\n\nconst camelCase = (input, options) => {\n\tif (!(typeof input === 'string' || Array.isArray(input))) {\n\t\tthrow new TypeError('Expected the input to be `string | string[]`');\n\t}\n\n\toptions = {\n\t\tpascalCase: false,\n\t\tpreserveConsecutiveUppercase: false,\n\t\t...options\n\t};\n\n\tif (Array.isArray(input)) {\n\t\tinput = input.map(x => x.trim())\n\t\t\t.filter(x => x.length)\n\t\t\t.join('-');\n\t} else {\n\t\tinput = input.trim();\n\t}\n\n\tif (input.length === 0) {\n\t\treturn '';\n\t}\n\n\tconst toLowerCase = options.locale === false ?\n\t\tstring => string.toLowerCase() :\n\t\tstring => string.toLocaleLowerCase(options.locale);\n\tconst toUpperCase = options.locale === false ?\n\t\tstring => string.toUpperCase() :\n\t\tstring => string.toLocaleUpperCase(options.locale);\n\n\tif (input.length === 1) {\n\t\treturn options.pascalCase ? toUpperCase(input) : toLowerCase(input);\n\t}\n\n\tconst hasUpperCase = input !== toLowerCase(input);\n\n\tif (hasUpperCase) {\n\t\tinput = preserveCamelCase(input, toLowerCase, toUpperCase);\n\t}\n\n\tinput = input.replace(LEADING_SEPARATORS, '');\n\n\tif (options.preserveConsecutiveUppercase) {\n\t\tinput = preserveConsecutiveUppercase(input, toLowerCase);\n\t} else {\n\t\tinput = toLowerCase(input);\n\t}\n\n\tif (options.pascalCase) {\n\t\tinput = toUpperCase(input.charAt(0)) + input.slice(1);\n\t}\n\n\treturn postProcess(input, toUpperCase);\n};\n\nmodule.exports = camelCase;\n// TODO: Remove this for the next major release\nmodule.exports.default = camelCase;\n"],"names":["UPPERCASE","LOWERCASE","LEADING_CAPITAL","IDENTIFIER","SEPARATORS","LEADING_SEPARATORS","SEPARATORS_AND_IDENTIFIER","NUMBERS_AND_IDENTIFIER","preserveCamelCase","string","toLowerCase","toUpperCase","isLastCharLower","isLastCharUpper","isLastLastCharUpper","i","character","preserveConsecutiveUppercase","input","m1","postProcess","_","identifier","m","camelCase","options","x","camelcaseModule"],"mappings":";;;;;AAEA,QAAMA,IAAY,aACZC,IAAY,aACZC,IAAkB,2BAClBC,IAAa,0BACbC,IAAa,YAEbC,IAAqB,IAAI,OAAO,MAAMD,EAAW,MAAM,GACvDE,IAA4B,IAAI,OAAOF,EAAW,SAASD,EAAW,QAAQ,IAAI,GAClFI,IAAyB,IAAI,OAAO,SAASJ,EAAW,QAAQ,IAAI,GAEpEK,IAAoB,CAACC,GAAQC,GAAaC,MAAgB;AAC/D,QAAIC,IAAkB,IAClBC,IAAkB,IAClBC,IAAsB;AAE1B,aAASC,IAAI,GAAGA,IAAIN,EAAO,QAAQM,KAAK;AACvC,YAAMC,IAAYP,EAAOM,CAAC;AAE1B,MAAIH,KAAmBZ,EAAU,KAAKgB,CAAS,KAC9CP,IAASA,EAAO,MAAM,GAAGM,CAAC,IAAI,MAAMN,EAAO,MAAMM,CAAC,GAClDH,IAAkB,IAClBE,IAAsBD,GACtBA,IAAkB,IAClBE,OACUF,KAAmBC,KAAuBb,EAAU,KAAKe,CAAS,KAC5EP,IAASA,EAAO,MAAM,GAAGM,IAAI,CAAC,IAAI,MAAMN,EAAO,MAAMM,IAAI,CAAC,GAC1DD,IAAsBD,GACtBA,IAAkB,IAClBD,IAAkB,OAElBA,IAAkBF,EAAYM,CAAS,MAAMA,KAAaL,EAAYK,CAAS,MAAMA,GACrFF,IAAsBD,GACtBA,IAAkBF,EAAYK,CAAS,MAAMA,KAAaN,EAAYM,CAAS,MAAMA;AAAA,IAExF;AAEC,WAAOP;AAAA,EACP,GAEKQ,IAA+B,CAACC,GAAOR,OAC5CR,EAAgB,YAAY,GAErBgB,EAAM,QAAQhB,GAAiB,CAAAiB,MAAMT,EAAYS,CAAE,CAAC,IAGtDC,IAAc,CAACF,GAAOP,OAC3BL,EAA0B,YAAY,GACtCC,EAAuB,YAAY,GAE5BW,EAAM,QAAQZ,GAA2B,CAACe,GAAGC,MAAeX,EAAYW,CAAU,CAAC,EACxF,QAAQf,GAAwB,CAAAgB,MAAKZ,EAAYY,CAAC,CAAC,IAGhDC,IAAY,CAACN,GAAOO,MAAY;AACrC,QAAI,EAAE,OAAOP,KAAU,YAAY,MAAM,QAAQA,CAAK;AACrD,YAAM,IAAI,UAAU,8CAA8C;AAiBnE,QAdAO,IAAU;AAAA,MACT,YAAY;AAAA,MACZ,8BAA8B;AAAA,MAC9B,GAAGA;AAAA,IACH,GAEG,MAAM,QAAQP,CAAK,IACtBA,IAAQA,EAAM,IAAI,CAAAQ,MAAKA,EAAE,KAAM,CAAA,EAC7B,OAAO,CAAAA,MAAKA,EAAE,MAAM,EACpB,KAAK,GAAG,IAEVR,IAAQA,EAAM,KAAM,GAGjBA,EAAM,WAAW;AACpB,aAAO;AAGR,UAAMR,IAAce,EAAQ,WAAW,KACtC,CAAAhB,MAAUA,EAAO,YAAa,IAC9B,CAAAA,MAAUA,EAAO,kBAAkBgB,EAAQ,MAAM,GAC5Cd,IAAcc,EAAQ,WAAW,KACtC,CAAAhB,MAAUA,EAAO,YAAa,IAC9B,CAAAA,MAAUA,EAAO,kBAAkBgB,EAAQ,MAAM;AAElD,WAAIP,EAAM,WAAW,IACbO,EAAQ,aAAad,EAAYO,CAAK,IAAIR,EAAYQ,CAAK,KAG9CA,MAAUR,EAAYQ,CAAK,MAG/CA,IAAQV,EAAkBU,GAAOR,GAAaC,CAAW,IAG1DO,IAAQA,EAAM,QAAQb,GAAoB,EAAE,GAExCoB,EAAQ,+BACXP,IAAQD,EAA6BC,GAAOR,CAAW,IAEvDQ,IAAQR,EAAYQ,CAAK,GAGtBO,EAAQ,eACXP,IAAQP,EAAYO,EAAM,OAAO,CAAC,CAAC,IAAIA,EAAM,MAAM,CAAC,IAG9CE,EAAYF,GAAOP,CAAW;AAAA,EACrC;AAEDgB,SAAAA,EAAA,UAAiBH,GAEjBG,EAAA,QAAA,UAAyBH;;","x_google_ignoreList":[0]}
|