@nhtio/adk 1.20260607.0 → 1.20260607.1
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 +18 -0
- package/batteries/embeddings/openai/adapter.cjs +1 -1
- package/batteries/embeddings/openai/adapter.mjs +1 -1
- package/batteries/embeddings/webllm/adapter.cjs +1 -1
- package/batteries/embeddings/webllm/adapter.mjs +1 -1
- package/batteries/llm/openai_chat_completions/adapter.cjs +5 -5
- package/batteries/llm/openai_chat_completions/adapter.mjs +5 -5
- package/batteries/llm/openai_chat_completions/helpers.cjs +2 -2
- package/batteries/llm/openai_chat_completions/helpers.mjs +2 -2
- package/batteries/llm/openai_chat_completions/validation.cjs +1 -1
- package/batteries/llm/openai_chat_completions/validation.mjs +1 -1
- package/batteries/llm/webllm_chat_completions/adapter.cjs +5 -5
- package/batteries/llm/webllm_chat_completions/adapter.mjs +5 -5
- package/batteries/llm/webllm_chat_completions/validation.cjs +1 -1
- package/batteries/llm/webllm_chat_completions/validation.mjs +1 -1
- package/batteries/storage/flydrive.cjs +1 -1
- package/batteries/storage/flydrive.mjs +1 -1
- package/batteries/storage/in_memory.cjs +1 -1
- package/batteries/storage/in_memory.mjs +1 -1
- package/batteries/storage/opfs.cjs +1 -1
- package/batteries/storage/opfs.mjs +1 -1
- package/batteries/tools/color.cjs +2 -2
- package/batteries/tools/color.mjs +2 -2
- package/batteries/tools/comparison.cjs +3 -3
- package/batteries/tools/comparison.mjs +3 -3
- package/batteries/tools/data_structure.cjs +3 -3
- package/batteries/tools/data_structure.mjs +3 -3
- package/batteries/tools/datetime_extended.cjs +2 -2
- package/batteries/tools/datetime_extended.mjs +2 -2
- package/batteries/tools/datetime_math.cjs +2 -2
- package/batteries/tools/datetime_math.mjs +2 -2
- package/batteries/tools/encoding.cjs +3 -3
- package/batteries/tools/encoding.mjs +3 -3
- package/batteries/tools/formatting.cjs +3 -3
- package/batteries/tools/formatting.mjs +3 -3
- package/batteries/tools/geo_basics.cjs +2 -2
- package/batteries/tools/geo_basics.mjs +2 -2
- package/batteries/tools/math.cjs +3 -3
- package/batteries/tools/math.mjs +3 -3
- package/batteries/tools/memory.cjs +5 -5
- package/batteries/tools/memory.mjs +5 -5
- package/batteries/tools/parsing.cjs +4 -4
- package/batteries/tools/parsing.mjs +4 -4
- package/batteries/tools/retrievables.cjs +4 -4
- package/batteries/tools/retrievables.mjs +4 -4
- package/batteries/tools/standing_instructions.cjs +4 -4
- package/batteries/tools/standing_instructions.mjs +4 -4
- package/batteries/tools/statistics.cjs +4 -4
- package/batteries/tools/statistics.mjs +4 -4
- package/batteries/tools/string_processing.cjs +3 -3
- package/batteries/tools/string_processing.mjs +3 -3
- package/batteries/tools/structured_data.cjs +3 -3
- package/batteries/tools/structured_data.mjs +3 -3
- package/batteries/tools/text_analysis.cjs +3 -3
- package/batteries/tools/text_analysis.mjs +3 -3
- package/batteries/tools/text_comparison.cjs +2 -2
- package/batteries/tools/text_comparison.mjs +2 -2
- package/batteries/tools/time.cjs +2 -2
- package/batteries/tools/time.mjs +2 -2
- package/batteries/tools/unit_conversion.cjs +2 -2
- package/batteries/tools/unit_conversion.mjs +2 -2
- package/batteries/vector/arangodb.cjs +1 -1
- package/batteries/vector/arangodb.mjs +1 -1
- package/batteries/vector/clickhouse.cjs +1 -1
- package/batteries/vector/clickhouse.mjs +1 -1
- package/batteries/vector/cloudflare.cjs +1 -1
- package/batteries/vector/cloudflare.mjs +1 -1
- package/batteries/vector/couchbase.cjs +1 -1
- package/batteries/vector/couchbase.mjs +1 -1
- package/batteries/vector/duckdb.cjs +1 -1
- package/batteries/vector/duckdb.mjs +1 -1
- package/batteries/vector/elasticsearch.cjs +1 -1
- package/batteries/vector/elasticsearch.mjs +1 -1
- package/batteries/vector/filters.cjs +1 -1
- package/batteries/vector/filters.mjs +1 -1
- package/batteries/vector/hnswlib.cjs +1 -1
- package/batteries/vector/hnswlib.mjs +1 -1
- package/batteries/vector/lancedb.cjs +1 -1
- package/batteries/vector/lancedb.mjs +1 -1
- package/batteries/vector/mariadb.cjs +1 -1
- package/batteries/vector/mariadb.mjs +1 -1
- package/batteries/vector/meilisearch.cjs +1 -1
- package/batteries/vector/meilisearch.mjs +1 -1
- package/batteries/vector/migrate.cjs +1 -1
- package/batteries/vector/migrate.mjs +1 -1
- package/batteries/vector/mongodb.cjs +1 -1
- package/batteries/vector/mongodb.mjs +1 -1
- package/batteries/vector/neo4j.cjs +1 -1
- package/batteries/vector/neo4j.mjs +1 -1
- package/batteries/vector/opensearch.cjs +1 -1
- package/batteries/vector/opensearch.mjs +1 -1
- package/batteries/vector/oracle23ai.cjs +1 -1
- package/batteries/vector/oracle23ai.mjs +1 -1
- package/batteries/vector/pinecone.cjs +1 -1
- package/batteries/vector/pinecone.mjs +1 -1
- package/batteries/vector/redis.cjs +1 -1
- package/batteries/vector/redis.mjs +1 -1
- package/batteries/vector/retrievable.cjs +1 -1
- package/batteries/vector/retrievable.mjs +1 -1
- package/batteries/vector/s3vectors.cjs +1 -1
- package/batteries/vector/s3vectors.mjs +1 -1
- package/batteries/vector/solr.cjs +1 -1
- package/batteries/vector/solr.mjs +1 -1
- package/batteries/vector/surrealdb.cjs +1 -1
- package/batteries/vector/surrealdb.mjs +1 -1
- package/batteries/vector/typesense.cjs +1 -1
- package/batteries/vector/typesense.mjs +1 -1
- package/batteries/vector/vespa.cjs +1 -1
- package/batteries/vector/vespa.mjs +1 -1
- package/batteries/vector/weaviate.cjs +1 -1
- package/batteries/vector/weaviate.mjs +1 -1
- package/common-BUIjZ6LV.mjs +119 -0
- package/common-BUIjZ6LV.mjs.map +1 -0
- package/{common-Cj8TaQ9U.js → common-CAL-84_q.js} +8 -8
- package/{common-Cj8TaQ9U.js.map → common-CAL-84_q.js.map} +1 -1
- package/common-DeNipTQI.js +148 -0
- package/common-DeNipTQI.js.map +1 -0
- package/{common-BT0nfCi9.mjs → common-LEkLXBpR.mjs} +8 -8
- package/{common-BT0nfCi9.mjs.map → common-LEkLXBpR.mjs.map} +1 -1
- package/common.cjs +7 -7
- package/common.mjs +7 -7
- package/{dispatch_runner-DPcS7Y_M.mjs → dispatch_runner-BV-Ywfcc.mjs} +3 -3
- package/{dispatch_runner-DPcS7Y_M.mjs.map → dispatch_runner-BV-Ywfcc.mjs.map} +1 -1
- package/{dispatch_runner-BHBNupqp.js → dispatch_runner-DLw65x0D.js} +3 -3
- package/{dispatch_runner-BHBNupqp.js.map → dispatch_runner-DLw65x0D.js.map} +1 -1
- package/dispatch_runner.cjs +1 -1
- package/dispatch_runner.mjs +1 -1
- package/eslint/index.d.ts +106 -0
- package/eslint/rules/artifact_tool_forbids_artifact_constructor.cjs +57 -0
- package/eslint/rules/artifact_tool_forbids_artifact_constructor.cjs.map +1 -0
- package/eslint/rules/artifact_tool_forbids_artifact_constructor.d.ts +21 -0
- package/eslint/rules/artifact_tool_forbids_artifact_constructor.mjs +52 -0
- package/eslint/rules/artifact_tool_forbids_artifact_constructor.mjs.map +1 -0
- package/eslint/rules/common.d.ts +41 -0
- package/eslint/rules/index.d.ts +12 -0
- package/eslint/rules/no_model_in_tool_handler.cjs +64 -0
- package/eslint/rules/no_model_in_tool_handler.cjs.map +1 -0
- package/eslint/rules/no_model_in_tool_handler.d.ts +26 -0
- package/eslint/rules/no_model_in_tool_handler.mjs +59 -0
- package/eslint/rules/no_model_in_tool_handler.mjs.map +1 -0
- package/eslint/rules/require_validator_any_required.cjs +100 -0
- package/eslint/rules/require_validator_any_required.cjs.map +1 -0
- package/eslint/rules/require_validator_any_required.d.ts +31 -0
- package/eslint/rules/require_validator_any_required.mjs +95 -0
- package/eslint/rules/require_validator_any_required.mjs.map +1 -0
- package/eslint/rules/thought_payload_requires_replay_tag.cjs +71 -0
- package/eslint/rules/thought_payload_requires_replay_tag.cjs.map +1 -0
- package/eslint/rules/thought_payload_requires_replay_tag.d.ts +26 -0
- package/eslint/rules/thought_payload_requires_replay_tag.mjs +66 -0
- package/eslint/rules/thought_payload_requires_replay_tag.mjs.map +1 -0
- package/eslint/rules/token_encoding_requires_context_window.cjs +70 -0
- package/eslint/rules/token_encoding_requires_context_window.cjs.map +1 -0
- package/eslint/rules/token_encoding_requires_context_window.d.ts +24 -0
- package/eslint/rules/token_encoding_requires_context_window.mjs +65 -0
- package/eslint/rules/token_encoding_requires_context_window.mjs.map +1 -0
- package/eslint/rules.cjs +12 -0
- package/eslint/rules.mjs +6 -0
- package/eslint.cjs +82 -0
- package/eslint.cjs.map +1 -0
- package/eslint.mjs +74 -0
- package/eslint.mjs.map +1 -0
- package/exceptions.cjs +1 -1
- package/exceptions.mjs +1 -1
- package/forge.cjs +4 -4
- package/forge.mjs +4 -4
- package/guards.cjs +8 -8
- package/guards.mjs +8 -8
- package/index.cjs +12 -12
- package/index.mjs +12 -12
- package/mcp/adk-docs-corpus.json +1 -1
- package/package.json +178 -135
- package/{runtime-MFFcJrRv.js → runtime-DQ9CcNdt.js} +1 -1
- package/{runtime-MFFcJrRv.js.map → runtime-DQ9CcNdt.js.map} +1 -1
- package/{runtime-j92CNi5z.mjs → runtime-DZ892Rht.mjs} +1 -1
- package/{runtime-j92CNi5z.mjs.map → runtime-DZ892Rht.mjs.map} +1 -1
- package/skills/adk-assembly/SKILL.md +2 -2
- package/{spooled_artifact-BTq6Nzfy.js → spooled_artifact-B-NZOxPS.js} +4 -4
- package/{spooled_artifact-BTq6Nzfy.js.map → spooled_artifact-B-NZOxPS.js.map} +1 -1
- package/{spooled_artifact-CHoZgWwI.mjs → spooled_artifact-Bs_DWl22.mjs} +4 -4
- package/{spooled_artifact-CHoZgWwI.mjs.map → spooled_artifact-Bs_DWl22.mjs.map} +1 -1
- package/spooled_artifact.cjs +2 -2
- package/spooled_artifact.mjs +2 -2
- package/{spooled_markdown_artifact-CALSDxIx.js → spooled_markdown_artifact-BB1bpII9.js} +3 -3
- package/{spooled_markdown_artifact-CALSDxIx.js.map → spooled_markdown_artifact-BB1bpII9.js.map} +1 -1
- package/{spooled_markdown_artifact-Ci5UL7l4.mjs → spooled_markdown_artifact-y8lhrop5.mjs} +3 -3
- package/{spooled_markdown_artifact-Ci5UL7l4.mjs.map → spooled_markdown_artifact-y8lhrop5.mjs.map} +1 -1
- package/{thought-D34QQZZ9.mjs → thought-BdqFOJzE.mjs} +4 -4
- package/{thought-D34QQZZ9.mjs.map → thought-BdqFOJzE.mjs.map} +1 -1
- package/{thought-BbwhJ1wb.js → thought-C9OmiDyq.js} +4 -4
- package/{thought-BbwhJ1wb.js.map → thought-C9OmiDyq.js.map} +1 -1
- package/{tool-CMhaDRNd.mjs → tool-BOHHCpg_.mjs} +3 -3
- package/{tool-CMhaDRNd.mjs.map → tool-BOHHCpg_.mjs.map} +1 -1
- package/{tool-CVyZkFC7.js → tool-DXtFzYZS.js} +3 -3
- package/{tool-CVyZkFC7.js.map → tool-DXtFzYZS.js.map} +1 -1
- package/{tool_call-Db68hB7y.js → tool_call-BXSXtSAU.js} +4 -4
- package/{tool_call-Db68hB7y.js.map → tool_call-BXSXtSAU.js.map} +1 -1
- package/{tool_call-CV5qVNlb.mjs → tool_call-DyXeyJkK.mjs} +4 -4
- package/{tool_call-CV5qVNlb.mjs.map → tool_call-DyXeyJkK.mjs.map} +1 -1
- package/{tool_registry-D1pSSlsd.mjs → tool_registry-WVD_PBos.mjs} +3 -3
- package/{tool_registry-D1pSSlsd.mjs.map → tool_registry-WVD_PBos.mjs.map} +1 -1
- package/{tool_registry-DYUYqXvo.js → tool_registry-lwaKEFCV.js} +3 -3
- package/{tool_registry-DYUYqXvo.js.map → tool_registry-lwaKEFCV.js.map} +1 -1
- package/{turn_runner-DqWHNP80.js → turn_runner-BMriNVVw.js} +5 -5
- package/{turn_runner-DqWHNP80.js.map → turn_runner-BMriNVVw.js.map} +1 -1
- package/{turn_runner-fg1Wc3dK.mjs → turn_runner-CW9kAVJM.mjs} +5 -5
- package/{turn_runner-fg1Wc3dK.mjs.map → turn_runner-CW9kAVJM.mjs.map} +1 -1
- package/turn_runner.cjs +1 -1
- package/turn_runner.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
|
+
- **Importable ESLint plugin (`@nhtio/adk/eslint`).** The harness's documented contracts are now
|
|
13
|
+
machine-checkable: a flat-config plugin that flags footguns the TypeScript compiler cannot see
|
|
14
|
+
because they live in runtime validators or conventions, not types. Five rules ship —
|
|
15
|
+
`require-validator-any-required` (a `validator.any()` chain with no explicit
|
|
16
|
+
`.required()`/`.optional()`/`.default()`/`.forbidden()` silently admits null/undefined),
|
|
17
|
+
`thought-payload-requires-replay-tag` (a `Thought` with a vendor `payload` but no
|
|
18
|
+
`replayCompatibility` can never be safely replayed), `token-encoding-requires-context-window` (a
|
|
19
|
+
Chat Completions adapter that counts tokens with no budget never runs its overflow guard),
|
|
20
|
+
`artifact-tool-forbids-artifact-constructor` (an `ArtifactTool` that wraps another artifact
|
|
21
|
+
recurses forever), and `no-model-in-tool-handler` (a model call inside a tool handler hides an
|
|
22
|
+
unmanaged dispatch — unless the handler runs its own scoped sub-agent via `new TurnRunner(...)` or
|
|
23
|
+
`DispatchRunner.dispatch(...)`). Import the assembled plugin
|
|
24
|
+
from `@nhtio/adk/eslint` (or `adk.configs.recommended` for all five), or individual rules from
|
|
25
|
+
`@nhtio/adk/eslint/rules/<name>`. `eslint` and `@typescript-eslint/utils` are **optional peers** —
|
|
26
|
+
installed only by consumers who lint with the plugin. Rules are report-only with inline
|
|
27
|
+
`eslint-disable` carve-outs. See the new **Developer Tools** docs section, which also now houses
|
|
28
|
+
the ADK Assembly MCP guide.
|
|
29
|
+
|
|
12
30
|
- **Vector conformance harness is now public (`@nhtio/adk/batteries/vector/conformance`).** The
|
|
13
31
|
`runVectorStoreConformance` suite (plus `stubEncoder` / `paddedStubEncoder`) that the 29 shipped
|
|
14
32
|
adapters test against is now an exported, deep-import-only subpath, so anyone writing their own
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../../tool_registry-
|
|
3
|
+
const require_tool_registry = require("../../../tool_registry-lwaKEFCV.js");
|
|
4
4
|
require("../../../guards.cjs");
|
|
5
5
|
const require_lib_utils_retry = require("../../../lib/utils/retry.cjs");
|
|
6
6
|
const require_batteries_embeddings_openai_exceptions = require("./exceptions.cjs");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as isError } from "../../../tool_registry-
|
|
1
|
+
import { o as isError } from "../../../tool_registry-WVD_PBos.mjs";
|
|
2
2
|
import "../../../guards.mjs";
|
|
3
3
|
import { computeBackoff, parseRetryAfter, sleepWithJitter } from "../../../lib/utils/retry.mjs";
|
|
4
4
|
import { E_OPENAI_EMBEDDINGS_HTTP_ERROR, E_OPENAI_EMBEDDINGS_MALFORMED_RESPONSE, E_OPENAI_EMBEDDINGS_REQUEST_TIMEOUT } from "./exceptions.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../../tool_registry-
|
|
3
|
+
const require_tool_registry = require("../../../tool_registry-lwaKEFCV.js");
|
|
4
4
|
require("../../../guards.cjs");
|
|
5
5
|
const require_batteries_embeddings_openai_helpers = require("../openai/helpers.cjs");
|
|
6
6
|
const require_batteries_embeddings_webllm_exceptions = require("./exceptions.cjs");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as isError } from "../../../tool_registry-
|
|
1
|
+
import { o as isError } from "../../../tool_registry-WVD_PBos.mjs";
|
|
2
2
|
import "../../../guards.mjs";
|
|
3
3
|
import { applyEmbeddingPrefix } from "../openai/helpers.mjs";
|
|
4
4
|
import { E_INVALID_WEBLLM_EMBEDDINGS_OPTIONS, E_WEBLLM_EMBEDDINGS_ENGINE_ERROR } from "./exceptions.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../../tool_registry-
|
|
4
|
-
const require_thought = require("../../../thought-
|
|
5
|
-
const require_spooled_artifact = require("../../../spooled_artifact-
|
|
6
|
-
require("../../../common-
|
|
7
|
-
const require_tool_call = require("../../../tool_call-
|
|
3
|
+
const require_tool_registry = require("../../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_thought = require("../../../thought-C9OmiDyq.js");
|
|
5
|
+
const require_spooled_artifact = require("../../../spooled_artifact-B-NZOxPS.js");
|
|
6
|
+
require("../../../common-CAL-84_q.js");
|
|
7
|
+
const require_tool_call = require("../../../tool_call-BXSXtSAU.js");
|
|
8
8
|
require("../../../guards.cjs");
|
|
9
9
|
const require_lib_utils_retry = require("../../../lib/utils/retry.cjs");
|
|
10
10
|
const require_batteries_llm_openai_chat_completions_exceptions = require("./exceptions.cjs");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as Tokenizable, c as isObject, n as canonicalStringify, o as isError, s as isInstanceOf, t as ToolRegistry } from "../../../tool_registry-
|
|
2
|
-
import { n as Message, t as Thought } from "../../../thought-
|
|
3
|
-
import { i as ArtifactTool, t as SpooledArtifact } from "../../../spooled_artifact-
|
|
4
|
-
import "../../../common-
|
|
5
|
-
import { n as Media, t as ToolCall } from "../../../tool_call-
|
|
1
|
+
import { a as Tokenizable, c as isObject, n as canonicalStringify, o as isError, s as isInstanceOf, t as ToolRegistry } from "../../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { n as Message, t as Thought } from "../../../thought-BdqFOJzE.mjs";
|
|
3
|
+
import { i as ArtifactTool, t as SpooledArtifact } from "../../../spooled_artifact-Bs_DWl22.mjs";
|
|
4
|
+
import "../../../common-LEkLXBpR.mjs";
|
|
5
|
+
import { n as Media, t as ToolCall } from "../../../tool_call-DyXeyJkK.mjs";
|
|
6
6
|
import "../../../guards.mjs";
|
|
7
7
|
import { computeBackoff, linkAbortSignals, parseRetryAfter, sleepWithJitter } from "../../../lib/utils/retry.mjs";
|
|
8
8
|
import { E_INVALID_OPENAI_CHAT_COMPLETIONS_OPTIONS, E_OPENAI_CHAT_COMPLETIONS_CONTEXT_OVERFLOW, E_OPENAI_CHAT_COMPLETIONS_HTTP_ERROR, E_OPENAI_CHAT_COMPLETIONS_INVALID_TOOL_CALL_ARGS, E_OPENAI_CHAT_COMPLETIONS_REQUEST_TIMEOUT, E_OPENAI_CHAT_COMPLETIONS_STREAM_ERROR, E_OPENAI_CHAT_COMPLETIONS_STREAM_STALLED } from "./exceptions.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
require("../../../common-
|
|
4
|
-
const require_tool_call = require("../../../tool_call-
|
|
3
|
+
require("../../../common-CAL-84_q.js");
|
|
4
|
+
const require_tool_call = require("../../../tool_call-BXSXtSAU.js");
|
|
5
5
|
require("../../../guards.cjs");
|
|
6
6
|
const require_batteries_llm_openai_chat_completions_exceptions = require("./exceptions.cjs");
|
|
7
7
|
//#region src/batteries/llm/openai_chat_completions/helpers.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../../common-
|
|
2
|
-
import { n as Media } from "../../../tool_call-
|
|
1
|
+
import "../../../common-LEkLXBpR.mjs";
|
|
2
|
+
import { n as Media } from "../../../tool_call-DyXeyJkK.mjs";
|
|
3
3
|
import "../../../guards.mjs";
|
|
4
4
|
import { E_UNSUPPORTED_MEDIA_MODALITY } from "./exceptions.mjs";
|
|
5
5
|
//#region src/batteries/llm/openai_chat_completions/helpers.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_common = require("../../../common-
|
|
3
|
+
const require_common = require("../../../common-CAL-84_q.js");
|
|
4
4
|
require("../../../guards.cjs");
|
|
5
5
|
const require_batteries_llm_openai_chat_completions_exceptions = require("./exceptions.cjs");
|
|
6
6
|
let _nhtio_validation = require("@nhtio/validation");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as byteStoreSchema } from "../../../common-
|
|
1
|
+
import { i as byteStoreSchema } from "../../../common-LEkLXBpR.mjs";
|
|
2
2
|
import "../../../guards.mjs";
|
|
3
3
|
import { E_INVALID_OPENAI_CHAT_COMPLETIONS_OPTIONS } from "./exceptions.mjs";
|
|
4
4
|
import { validator } from "@nhtio/validation";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../../tool_registry-
|
|
4
|
-
const require_thought = require("../../../thought-
|
|
5
|
-
const require_spooled_artifact = require("../../../spooled_artifact-
|
|
6
|
-
require("../../../common-
|
|
7
|
-
const require_tool_call = require("../../../tool_call-
|
|
3
|
+
const require_tool_registry = require("../../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_thought = require("../../../thought-C9OmiDyq.js");
|
|
5
|
+
const require_spooled_artifact = require("../../../spooled_artifact-B-NZOxPS.js");
|
|
6
|
+
require("../../../common-CAL-84_q.js");
|
|
7
|
+
const require_tool_call = require("../../../tool_call-BXSXtSAU.js");
|
|
8
8
|
require("../../../guards.cjs");
|
|
9
9
|
const require_batteries_storage_in_memory = require("../../storage/in_memory.cjs");
|
|
10
10
|
const require_batteries_llm_openai_chat_completions_helpers = require("../openai_chat_completions/helpers.cjs");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as Tokenizable, c as isObject, n as canonicalStringify, o as isError, s as isInstanceOf, t as ToolRegistry } from "../../../tool_registry-
|
|
2
|
-
import { n as Message, t as Thought } from "../../../thought-
|
|
3
|
-
import { i as ArtifactTool, t as SpooledArtifact } from "../../../spooled_artifact-
|
|
4
|
-
import "../../../common-
|
|
5
|
-
import { n as Media, t as ToolCall } from "../../../tool_call-
|
|
1
|
+
import { a as Tokenizable, c as isObject, n as canonicalStringify, o as isError, s as isInstanceOf, t as ToolRegistry } from "../../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { n as Message, t as Thought } from "../../../thought-BdqFOJzE.mjs";
|
|
3
|
+
import { i as ArtifactTool, t as SpooledArtifact } from "../../../spooled_artifact-Bs_DWl22.mjs";
|
|
4
|
+
import "../../../common-LEkLXBpR.mjs";
|
|
5
|
+
import { n as Media, t as ToolCall } from "../../../tool_call-DyXeyJkK.mjs";
|
|
6
6
|
import "../../../guards.mjs";
|
|
7
7
|
import { InMemorySpoolStore } from "../../storage/in_memory.mjs";
|
|
8
8
|
import { defaultBuildChatCompletionsHistory, defaultCreateChatCompletionsToolCallDeltaAccumulator, defaultDescriptionToChatCompletionsJsonSchema, defaultFilterThoughts, defaultRenderChatCompletionsSystemPrompt, defaultRenderChatCompletionsToolCallResult, defaultRenderFirstPartyRetrievables, defaultRenderMemories, defaultRenderRetrievableSafetyDirective, defaultRenderRetrievables, defaultRenderStandingInstructions, defaultRenderThirdPartyPrivateRetrievables, defaultRenderThirdPartyPublicRetrievables, defaultRenderThought, defaultRenderTimelineMessage, defaultRenderTrustedContent, defaultRenderUntrustedContent, defaultToolsToChatCompletionsTools, extractReasoningFields } from "../openai_chat_completions/helpers.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_common = require("../../../common-
|
|
3
|
+
const require_common = require("../../../common-CAL-84_q.js");
|
|
4
4
|
require("../../../guards.cjs");
|
|
5
5
|
const require_batteries_llm_webllm_chat_completions_exceptions = require("./exceptions.cjs");
|
|
6
6
|
let _nhtio_validation = require("@nhtio/validation");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as byteStoreSchema } from "../../../common-
|
|
1
|
+
import { i as byteStoreSchema } from "../../../common-LEkLXBpR.mjs";
|
|
2
2
|
import "../../../guards.mjs";
|
|
3
3
|
import { E_INVALID_WEBLLM_CHAT_COMPLETIONS_OPTIONS } from "./exceptions.mjs";
|
|
4
4
|
import { validator } from "@nhtio/validation";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
4
|
require("../../guards.cjs");
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/batteries/storage/flydrive/index.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __commonJSMin } from "../../chunk-Bpcn9VDT.mjs";
|
|
2
|
-
import { s as isInstanceOf } from "../../tool_registry-
|
|
2
|
+
import { s as isInstanceOf } from "../../tool_registry-WVD_PBos.mjs";
|
|
3
3
|
import "../../guards.mjs";
|
|
4
4
|
//#endregion
|
|
5
5
|
//#region src/batteries/storage/flydrive/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
4
|
require("../../guards.cjs");
|
|
5
5
|
//#region src/batteries/storage/in_memory/index.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
4
|
require("../../guards.cjs");
|
|
5
5
|
//#region src/batteries/storage/opfs/index.ts
|
|
6
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool = require("../../tool-
|
|
4
|
-
require("../../common-
|
|
3
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
4
|
+
require("../../common-CAL-84_q.js");
|
|
5
5
|
let _nhtio_validation = require("@nhtio/validation");
|
|
6
6
|
//#region src/batteries/tools/color/index.ts
|
|
7
7
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Tool } from "../../tool-
|
|
2
|
-
import "../../common-
|
|
1
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
2
|
+
import "../../common-LEkLXBpR.mjs";
|
|
3
3
|
import { validator } from "@nhtio/validation";
|
|
4
4
|
//#region src/batteries/tools/color/index.ts
|
|
5
5
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
6
|
require("../../guards.cjs");
|
|
7
7
|
let _nhtio_validation = require("@nhtio/validation");
|
|
8
8
|
//#region src/batteries/tools/comparison/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
4
|
import "../../guards.mjs";
|
|
5
5
|
import { validator } from "@nhtio/validation";
|
|
6
6
|
//#region src/batteries/tools/comparison/index.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
6
|
require("../../guards.cjs");
|
|
7
7
|
let _nhtio_validation = require("@nhtio/validation");
|
|
8
8
|
//#region src/batteries/tools/data_structure/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as isObject, o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
1
|
+
import { c as isObject, o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
4
|
import "../../guards.mjs";
|
|
5
5
|
import { validator } from "@nhtio/validation";
|
|
6
6
|
//#region src/batteries/tools/data_structure/index.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool = require("../../tool-
|
|
4
|
-
require("../../common-
|
|
3
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
4
|
+
require("../../common-CAL-84_q.js");
|
|
5
5
|
let _nhtio_validation = require("@nhtio/validation");
|
|
6
6
|
let luxon = require("luxon");
|
|
7
7
|
let chrono_node = require("chrono-node");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Tool } from "../../tool-
|
|
2
|
-
import "../../common-
|
|
1
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
2
|
+
import "../../common-LEkLXBpR.mjs";
|
|
3
3
|
import { validator } from "@nhtio/validation";
|
|
4
4
|
import { DateTime, IANAZone } from "luxon";
|
|
5
5
|
import * as chrono from "chrono-node";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool = require("../../tool-
|
|
4
|
-
require("../../common-
|
|
3
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
4
|
+
require("../../common-CAL-84_q.js");
|
|
5
5
|
let _nhtio_validation = require("@nhtio/validation");
|
|
6
6
|
let luxon = require("luxon");
|
|
7
7
|
//#region src/batteries/tools/datetime_math/index.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Tool } from "../../tool-
|
|
2
|
-
import "../../common-
|
|
1
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
2
|
+
import "../../common-LEkLXBpR.mjs";
|
|
3
3
|
import { validator } from "@nhtio/validation";
|
|
4
4
|
import { DateTime, Duration, IANAZone } from "luxon";
|
|
5
5
|
//#region src/batteries/tools/datetime_math/index.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
6
|
require("../../guards.cjs");
|
|
7
7
|
let _nhtio_validation = require("@nhtio/validation");
|
|
8
8
|
//#region src/batteries/tools/encoding/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
4
|
import "../../guards.mjs";
|
|
5
5
|
import { validator } from "@nhtio/validation";
|
|
6
6
|
//#region src/batteries/tools/encoding/index.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
6
|
require("../../guards.cjs");
|
|
7
7
|
let _nhtio_validation = require("@nhtio/validation");
|
|
8
8
|
//#region src/batteries/tools/formatting/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
4
|
import "../../guards.mjs";
|
|
5
5
|
import { validator } from "@nhtio/validation";
|
|
6
6
|
//#region src/batteries/tools/formatting/index.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool = require("../../tool-
|
|
4
|
-
require("../../common-
|
|
3
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
4
|
+
require("../../common-CAL-84_q.js");
|
|
5
5
|
let _nhtio_validation = require("@nhtio/validation");
|
|
6
6
|
//#region src/batteries/tools/geo_basics/index.ts
|
|
7
7
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as Tool } from "../../tool-
|
|
2
|
-
import "../../common-
|
|
1
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
2
|
+
import "../../common-LEkLXBpR.mjs";
|
|
3
3
|
import { validator } from "@nhtio/validation";
|
|
4
4
|
//#region src/batteries/tools/geo_basics/index.ts
|
|
5
5
|
/**
|
package/batteries/tools/math.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
6
|
require("../../guards.cjs");
|
|
7
7
|
let _nhtio_validation = require("@nhtio/validation");
|
|
8
8
|
let mathjs = require("mathjs");
|
package/batteries/tools/math.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as isError, s as isInstanceOf } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
1
|
+
import { o as isError, s as isInstanceOf } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
4
|
import "../../guards.mjs";
|
|
5
5
|
import { validator } from "@nhtio/validation";
|
|
6
6
|
import { all, create } from "mathjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_thought = require("../../thought-
|
|
5
|
-
const require_tool = require("../../tool-
|
|
6
|
-
require("../../common-
|
|
7
|
-
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_thought = require("../../thought-C9OmiDyq.js");
|
|
5
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
6
|
+
require("../../common-CAL-84_q.js");
|
|
7
|
+
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-BB1bpII9.js");
|
|
8
8
|
require("../../guards.cjs");
|
|
9
9
|
let _nhtio_validation = require("@nhtio/validation");
|
|
10
10
|
let luxon = require("luxon");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { r as Memory } from "../../thought-
|
|
3
|
-
import { t as Tool } from "../../tool-
|
|
4
|
-
import "../../common-
|
|
5
|
-
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { r as Memory } from "../../thought-BdqFOJzE.mjs";
|
|
3
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
4
|
+
import "../../common-LEkLXBpR.mjs";
|
|
5
|
+
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-y8lhrop5.mjs";
|
|
6
6
|
import "../../guards.mjs";
|
|
7
7
|
import { validator } from "@nhtio/validation";
|
|
8
8
|
import { DateTime } from "luxon";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
6
|
-
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
|
+
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-BB1bpII9.js");
|
|
7
7
|
require("../../guards.cjs");
|
|
8
8
|
let _nhtio_validation = require("@nhtio/validation");
|
|
9
9
|
let js_yaml = require("js-yaml");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
4
|
-
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
|
+
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-y8lhrop5.mjs";
|
|
5
5
|
import "../../guards.mjs";
|
|
6
6
|
import { validator } from "@nhtio/validation";
|
|
7
7
|
import { load } from "js-yaml";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
const require_common = require("../../common-
|
|
6
|
-
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
const require_common = require("../../common-CAL-84_q.js");
|
|
6
|
+
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-BB1bpII9.js");
|
|
7
7
|
require("../../guards.cjs");
|
|
8
8
|
let _nhtio_validation = require("@nhtio/validation");
|
|
9
9
|
let luxon = require("luxon");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import { o as Retrievable } from "../../common-
|
|
4
|
-
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import { o as Retrievable } from "../../common-LEkLXBpR.mjs";
|
|
4
|
+
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-y8lhrop5.mjs";
|
|
5
5
|
import "../../guards.mjs";
|
|
6
6
|
import { validator } from "@nhtio/validation";
|
|
7
7
|
import { DateTime } from "luxon";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
6
|
-
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
|
+
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-BB1bpII9.js");
|
|
7
7
|
require("../../guards.cjs");
|
|
8
8
|
let _nhtio_validation = require("@nhtio/validation");
|
|
9
9
|
//#region src/batteries/tools/standing_instructions/index.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
4
|
-
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
|
+
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-y8lhrop5.mjs";
|
|
5
5
|
import "../../guards.mjs";
|
|
6
6
|
import { validator } from "@nhtio/validation";
|
|
7
7
|
//#region src/batteries/tools/standing_instructions/index.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Ble4zEEl.js");
|
|
3
|
-
const require_tool_registry = require("../../tool_registry-
|
|
4
|
-
const require_tool = require("../../tool-
|
|
5
|
-
require("../../common-
|
|
6
|
-
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-
|
|
3
|
+
const require_tool_registry = require("../../tool_registry-lwaKEFCV.js");
|
|
4
|
+
const require_tool = require("../../tool-DXtFzYZS.js");
|
|
5
|
+
require("../../common-CAL-84_q.js");
|
|
6
|
+
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-BB1bpII9.js");
|
|
7
7
|
require("../../guards.cjs");
|
|
8
8
|
let _nhtio_validation = require("@nhtio/validation");
|
|
9
9
|
let simple_statistics = require("simple-statistics");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as isError } from "../../tool_registry-
|
|
2
|
-
import { t as Tool } from "../../tool-
|
|
3
|
-
import "../../common-
|
|
4
|
-
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-
|
|
1
|
+
import { o as isError } from "../../tool_registry-WVD_PBos.mjs";
|
|
2
|
+
import { t as Tool } from "../../tool-BOHHCpg_.mjs";
|
|
3
|
+
import "../../common-LEkLXBpR.mjs";
|
|
4
|
+
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-y8lhrop5.mjs";
|
|
5
5
|
import "../../guards.mjs";
|
|
6
6
|
import { validator } from "@nhtio/validation";
|
|
7
7
|
import { equalIntervalBreaks, interquartileRange, max, mean, median, min, mode, quantile, sampleCorrelation, standardDeviation, sum, variance, zScore } from "simple-statistics";
|