@nhtio/adk 0.1.0-master-a4cc5f78 → 0.1.0-master-e427665e
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/batteries/media/forge.cjs +1 -1
- package/batteries/media/forge.mjs +1 -1
- package/batteries/media/lint.cjs +1 -1
- package/batteries/media/lint.mjs +1 -1
- package/batteries/media.cjs +1 -1
- package/batteries/media.mjs +1 -1
- package/batteries/tts/native/adapter.cjs +1 -1
- package/batteries/tts/native/adapter.mjs +1 -1
- package/batteries/tts/native.cjs +1 -1
- package/batteries/tts/native.mjs +1 -1
- package/eslint.cjs +1 -1
- package/eslint.mjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/mcp/adk-docs-corpus.json +1 -1
- package/package.json +293 -293
- package/server.json +2 -2
- package/skills/adk-assembly/SKILL.md +2 -2
- package/{validate-Dnp_0cFt.mjs → validate-BM00UtKB.mjs} +150 -150
- package/validate-BM00UtKB.mjs.map +1 -0
- package/{validate-VZXWZ5p4.js → validate-DnFwZdPY.js} +149 -149
- package/validate-DnFwZdPY.js.map +1 -0
- package/validate-Dnp_0cFt.mjs.map +0 -1
- package/validate-VZXWZ5p4.js.map +0 -1
|
@@ -7,8 +7,8 @@ const require_tool_call = require("../../tool_call-B-mazneL.js");
|
|
|
7
7
|
const require_spooled_markdown_artifact = require("../../spooled_markdown_artifact-DbkDm1kt.js");
|
|
8
8
|
require("../../guards.cjs");
|
|
9
9
|
const require_batteries_media_contracts = require("./contracts.cjs");
|
|
10
|
-
const require_validate = require("../../validate-VZXWZ5p4.js");
|
|
11
10
|
const require_exceptions = require("../../exceptions-D79HIKeX.js");
|
|
11
|
+
const require_validate = require("../../validate-DnFwZdPY.js");
|
|
12
12
|
let _nhtio_validation = require("@nhtio/validation");
|
|
13
13
|
//#region src/batteries/media/forge.ts
|
|
14
14
|
/**
|
|
@@ -5,8 +5,8 @@ import { n as Media } from "../../tool_call-COcpJD2x.mjs";
|
|
|
5
5
|
import { n as SpooledJsonArtifact } from "../../spooled_markdown_artifact-BYGJCpde.mjs";
|
|
6
6
|
import "../../guards.mjs";
|
|
7
7
|
import { EMPTY_MIME } from "./contracts.mjs";
|
|
8
|
-
import { f as VERB_INDEX, l as toPipe, p as foldVerb, t as availableVerbs } from "../../validate-Dnp_0cFt.mjs";
|
|
9
8
|
import { t as E_INVALID_MEDIA_PIPELINE_CONFIG } from "../../exceptions-BLTn4Ofs.mjs";
|
|
9
|
+
import { m as toPipe, o as VERB_INDEX, s as foldVerb, t as availableVerbs } from "../../validate-BM00UtKB.mjs";
|
|
10
10
|
import { validator } from "@nhtio/validation";
|
|
11
11
|
//#region src/batteries/media/forge.ts
|
|
12
12
|
/**
|
package/batteries/media/lint.cjs
CHANGED
package/batteries/media/lint.mjs
CHANGED
package/batteries/media.cjs
CHANGED
|
@@ -4,8 +4,8 @@ const require_tokenizable = require("../tokenizable-CAwoWiev.js");
|
|
|
4
4
|
require("../guards.cjs");
|
|
5
5
|
const require_lib_utils_audio = require("../lib/utils/audio.cjs");
|
|
6
6
|
const require_batteries_media_contracts = require("./media/contracts.cjs");
|
|
7
|
-
const require_validate = require("../validate-VZXWZ5p4.js");
|
|
8
7
|
const require_exceptions = require("../exceptions-D79HIKeX.js");
|
|
8
|
+
const require_validate = require("../validate-DnFwZdPY.js");
|
|
9
9
|
const require_formats = require("../formats-DZVuqZUN.js");
|
|
10
10
|
let _nhtio_validation = require("@nhtio/validation");
|
|
11
11
|
let _nhtio_middleware = require("@nhtio/middleware");
|
package/batteries/media.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { B as isError, H as isObject, V as isInstanceOf } from "../tokenizable-C
|
|
|
2
2
|
import "../guards.mjs";
|
|
3
3
|
import { resampleTo } from "../lib/utils/audio.mjs";
|
|
4
4
|
import { EMPTY_MIME, PCM_MIME, bytesToPcm, implementsMediaEngine, pcmToBytes } from "./media/contracts.mjs";
|
|
5
|
-
import { a as fromOps, c as toOps, d as VERBS, f as VERB_INDEX, i as canonicalFlags, l as toPipe, m as suggestVerbs, n as validateOps, o as isMediaRef, p as foldVerb, r as validateSegments, s as isRegExpRef, t as availableVerbs, u as FOLDED_VERBS } from "../validate-Dnp_0cFt.mjs";
|
|
6
5
|
import { a as E_MEDIA_NOT_PIPE_EXPRESSIBLE, c as E_MEDIA_STEP_UNAVAILABLE, d as E_MEDIA_UNSUPPORTED_OP, i as E_MEDIA_MISSING_ARG, l as E_MEDIA_UNKNOWN_ARG, n as E_MEDIA_BAD_ARG, o as E_MEDIA_PIPE_SYNTAX, r as E_MEDIA_ENGINE_REQUIRED, s as E_MEDIA_STEP_FAILED, t as E_INVALID_MEDIA_PIPELINE_CONFIG, u as E_MEDIA_UNKNOWN_VERB } from "../exceptions-BLTn4Ofs.mjs";
|
|
6
|
+
import { a as VERBS, c as suggestVerbs, d as isMediaRef, f as isRegExpRef, i as FOLDED_VERBS, l as canonicalFlags, m as toPipe, n as validateOps, o as VERB_INDEX, p as toOps, r as validateSegments, s as foldVerb, t as availableVerbs, u as fromOps } from "../validate-BM00UtKB.mjs";
|
|
7
7
|
import { a as replaceExtension, i as familyOf, n as MIME, o as unsupportedForMutationReason, r as SPREADSHEET_MIMES, t as EXT_TO_MIME } from "../formats-CCylUHZw.mjs";
|
|
8
8
|
import { validator } from "@nhtio/validation";
|
|
9
9
|
import { Middleware } from "@nhtio/middleware";
|
|
@@ -2,9 +2,9 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_chunk = require("../../../chunk-Cek0wNdY.js");
|
|
3
3
|
const require_tokenizable = require("../../../tokenizable-CAwoWiev.js");
|
|
4
4
|
require("../../../guards.cjs");
|
|
5
|
-
const require_batteries_tts_native_helpers = require("./helpers.cjs");
|
|
6
5
|
const require_batteries_tts_native_exceptions = require("./exceptions.cjs");
|
|
7
6
|
const require_batteries_tts_native_validation = require("./validation.cjs");
|
|
7
|
+
const require_batteries_tts_native_helpers = require("./helpers.cjs");
|
|
8
8
|
//#region src/batteries/tts/native/adapter.ts
|
|
9
9
|
/**
|
|
10
10
|
* OS-native TTS (text-to-speech) adapter battery — shells out to the platform's own speech binary.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { o as __toESM } from "../../../chunk-Cf1989ZW.mjs";
|
|
2
2
|
import { B as isError, H as isObject } from "../../../tokenizable-CNdPvlaY.mjs";
|
|
3
3
|
import "../../../guards.mjs";
|
|
4
|
-
import { buildNativeTtsInvocation } from "./helpers.mjs";
|
|
5
4
|
import { E_NATIVE_TTS_ENGINE_ERROR, E_NATIVE_TTS_TIMEOUT, E_NATIVE_TTS_UNSUPPORTED_PLATFORM } from "./exceptions.mjs";
|
|
6
5
|
import { validateOptions } from "./validation.mjs";
|
|
6
|
+
import { buildNativeTtsInvocation } from "./helpers.mjs";
|
|
7
7
|
//#region src/batteries/tts/native/adapter.ts
|
|
8
8
|
/**
|
|
9
9
|
* OS-native TTS (text-to-speech) adapter battery — shells out to the platform's own speech binary.
|
package/batteries/tts/native.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Cek0wNdY.js");
|
|
3
|
-
const require_batteries_tts_native_helpers = require("./native/helpers.cjs");
|
|
4
3
|
const require_batteries_tts_native_exceptions = require("./native/exceptions.cjs");
|
|
5
4
|
const require_batteries_tts_native_validation = require("./native/validation.cjs");
|
|
5
|
+
const require_batteries_tts_native_helpers = require("./native/helpers.cjs");
|
|
6
6
|
const require_batteries_tts_native_adapter = require("./native/adapter.cjs");
|
|
7
7
|
exports.E_INVALID_NATIVE_TTS_OPTIONS = require_batteries_tts_native_exceptions.E_INVALID_NATIVE_TTS_OPTIONS;
|
|
8
8
|
exports.E_NATIVE_TTS_ENGINE_ERROR = require_batteries_tts_native_exceptions.E_NATIVE_TTS_ENGINE_ERROR;
|
package/batteries/tts/native.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildNativeTtsInvocation, psSingleQuotedLiteral } from "./native/helpers.mjs";
|
|
2
1
|
import { E_INVALID_NATIVE_TTS_OPTIONS, E_NATIVE_TTS_ENGINE_ERROR, E_NATIVE_TTS_TIMEOUT, E_NATIVE_TTS_UNSUPPORTED_PLATFORM } from "./native/exceptions.mjs";
|
|
3
2
|
import { nativeTtsOptionsSchema, validateOptions } from "./native/validation.mjs";
|
|
3
|
+
import { buildNativeTtsInvocation, psSingleQuotedLiteral } from "./native/helpers.mjs";
|
|
4
4
|
import { NativeTtsAdapter } from "./native/adapter.mjs";
|
|
5
5
|
export { E_INVALID_NATIVE_TTS_OPTIONS, E_NATIVE_TTS_ENGINE_ERROR, E_NATIVE_TTS_TIMEOUT, E_NATIVE_TTS_UNSUPPORTED_PLATFORM, NativeTtsAdapter, buildNativeTtsInvocation, nativeTtsOptionsSchema, psSingleQuotedLiteral, validateOptions };
|
package/eslint.cjs
CHANGED
package/eslint.mjs
CHANGED
package/index.cjs
CHANGED
|
@@ -24,7 +24,7 @@ require("./turn_runner.cjs");
|
|
|
24
24
|
*
|
|
25
25
|
* @tip This is a constant that is replaced during the build process with the actual version of the package.
|
|
26
26
|
*/
|
|
27
|
-
var version = "0.1.0-master-
|
|
27
|
+
var version = "0.1.0-master-e427665e";
|
|
28
28
|
//#endregion
|
|
29
29
|
exports.ArtifactTool = require_spooled_artifact.ArtifactTool;
|
|
30
30
|
exports.DispatchRunner = require_dispatch_runner.DispatchRunner;
|
package/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import "./turn_runner.mjs";
|
|
|
22
22
|
*
|
|
23
23
|
* @tip This is a constant that is replaced during the build process with the actual version of the package.
|
|
24
24
|
*/
|
|
25
|
-
var version = "0.1.0-master-
|
|
25
|
+
var version = "0.1.0-master-e427665e";
|
|
26
26
|
//#endregion
|
|
27
27
|
export { ArtifactTool, DispatchRunner, E_DISPATCH_PIPELINE_ERROR, E_INPUT_PIPELINE_ERROR, E_INVALID_INITIAL_IDENTITY_VALUE, E_INVALID_INITIAL_MEMORY_VALUE, E_INVALID_INITIAL_MESSAGE_VALUE, E_INVALID_INITIAL_REGISTRY_VALUE, E_INVALID_INITIAL_THOUGHT_VALUE, E_INVALID_INITIAL_TOOL_CALL_VALUE, E_INVALID_INITIAL_TOOL_VALUE, E_INVALID_INITIAL_TURN_GATE_VALUE, E_INVALID_LLM_DISPATCH_INPUT, E_INVALID_LLM_EXECUTION_CONTEXT, E_INVALID_TOOL_ARGS, E_INVALID_TURN_CONTEXT, E_INVALID_TURN_GATE_RESOLUTION, E_INVALID_TURN_RUNNER_CONFIG, E_LLM_EXECUTION_ALREADY_SIGNALLED, E_LLM_EXECUTION_EXECUTOR_ERROR, E_LLM_EXECUTION_GATE_NOT_SUPPORTED, E_NOT_A_SPOOL_READER, E_NO_READER_RESOLVER, E_OUTPUT_PIPELINE_ERROR, E_PIPELINE_SHORT_CIRCUITED, E_READER_NOT_DESCRIBABLE, E_TOKENIZABLE_EVALUATOR_INVALID, E_TOKEN_ESTIMATOR_SHADOWS_BUILTIN, E_TOOL_ALREADY_REGISTERED, E_TOOL_DOWNSTREAM_ERROR, E_TURN_GATE_ABORTED, E_TURN_GATE_TIMEOUT, Identity, Media, Memory, Message, Registry, Retrievable, SpooledArtifact, SpooledJsonArtifact, SpooledMarkdownArtifact, Thought, TokenEncoding, Tokenizable, Tool, ToolCall, ToolRegistry, TurnRunner, ValidationException, fromFetch, fromWebFile, implementsMediaReader, implementsSpoolReader, inMemoryMediaReader, isArtifactTool, isBaseException, isDispatchContext, isDispatchRunner, isError, isIdentity, isInstanceOf, isMedia, isMemory, isMessage, isObject, isRegistry, isSpooledArtifact, isSpooledArtifactConstructor, isSpooledJsonArtifact, isSpooledMarkdownArtifact, isThought, isTokenizable, isTool, isToolCall, isToolRegistry, isTurnContext, isTurnGate, isTurnRunner, mediaReaderSchema, registerTokenEstimator, version };
|
|
28
28
|
|