@easynet/agent-tool-hub 1.0.6 → 1.0.7
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 +4 -7
- package/dist/chunk-CJZ2EWUG.cjs +101 -0
- package/dist/chunk-CJZ2EWUG.cjs.map +1 -0
- package/dist/chunk-MMNUEPKB.js +92 -0
- package/dist/chunk-MMNUEPKB.js.map +1 -0
- package/dist/{chunk-HPDQEW2P.js → chunk-QSBCXLMH.js} +4 -3
- package/dist/chunk-QSBCXLMH.js.map +1 -0
- package/dist/{chunk-TIKHPRMB.cjs → chunk-XHNKPSOO.cjs} +4 -2
- package/dist/chunk-XHNKPSOO.cjs.map +1 -0
- package/dist/cli.cjs +5 -5
- package/dist/cli.js +1 -1
- package/dist/index.cjs +64 -56
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +3 -3
- package/dist/{toolhub-runtime-CQkP4QVW.d.cts → toolhub-runtime-Du3j3gS3.d.cts} +53 -2
- package/dist/{toolhub-runtime-CQkP4QVW.d.ts → toolhub-runtime-Du3j3gS3.d.ts} +53 -2
- package/dist/toolhub-runtime.cjs +11 -7
- package/dist/toolhub-runtime.d.cts +1 -1
- package/dist/toolhub-runtime.d.ts +1 -1
- package/dist/toolhub-runtime.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-57LVNNHL.js +0 -19
- package/dist/chunk-57LVNNHL.js.map +0 -1
- package/dist/chunk-6QTWECRD.cjs +0 -23
- package/dist/chunk-6QTWECRD.cjs.map +0 -1
- package/dist/chunk-HPDQEW2P.js.map +0 -1
- package/dist/chunk-TIKHPRMB.cjs.map +0 -1
|
@@ -27,6 +27,7 @@ var addFormats__default = /*#__PURE__*/_interopDefault(addFormats);
|
|
|
27
27
|
var pRetry__default = /*#__PURE__*/_interopDefault(pRetry);
|
|
28
28
|
var pTimeout__default = /*#__PURE__*/_interopDefault(pTimeout);
|
|
29
29
|
|
|
30
|
+
var DEFAULT_CONFIG_FILE = "toolhub.yaml";
|
|
30
31
|
function resolveRoots(rootsRaw, configDir) {
|
|
31
32
|
let coreToolsInlineConfig;
|
|
32
33
|
const roots = rootsRaw.map((root) => {
|
|
@@ -5261,6 +5262,7 @@ function createToolHub(options) {
|
|
|
5261
5262
|
exports.BudgetManager = BudgetManager;
|
|
5262
5263
|
exports.ComfyUIAdapter = ComfyUIAdapter;
|
|
5263
5264
|
exports.CoreAdapter = CoreAdapter;
|
|
5265
|
+
exports.DEFAULT_CONFIG_FILE = DEFAULT_CONFIG_FILE;
|
|
5264
5266
|
exports.DEFAULT_CORE_TOOLS_CONFIG = DEFAULT_CORE_TOOLS_CONFIG;
|
|
5265
5267
|
exports.DirectoryScanner = DirectoryScanner;
|
|
5266
5268
|
exports.DiscoveryError = DiscoveryError;
|
|
@@ -5309,5 +5311,5 @@ exports.validateFrontmatter = validateFrontmatter;
|
|
|
5309
5311
|
exports.validateUrl = validateUrl;
|
|
5310
5312
|
exports.withRetry = withRetry;
|
|
5311
5313
|
exports.writeTextSpec = writeTextSpec;
|
|
5312
|
-
//# sourceMappingURL=chunk-
|
|
5313
|
-
//# sourceMappingURL=chunk-
|
|
5314
|
+
//# sourceMappingURL=chunk-XHNKPSOO.cjs.map
|
|
5315
|
+
//# sourceMappingURL=chunk-XHNKPSOO.cjs.map
|