@ai-setting/roy-agent-cli 1.4.14 → 1.4.15
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/dist/bin/roy-agent.js +17460 -0
- package/dist/index.js +188 -188
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ var __legacyMetadataTS = (k, v) => {
|
|
|
60
60
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
61
61
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
62
62
|
|
|
63
|
-
//
|
|
63
|
+
// src/services/stream-output.service.ts
|
|
64
64
|
var exports_stream_output_service = {};
|
|
65
65
|
__export(exports_stream_output_service, {
|
|
66
66
|
streamAbortSignal: () => streamAbortSignal,
|
|
@@ -245,7 +245,7 @@ var init_stream_output_service = __esm(() => {
|
|
|
245
245
|
};
|
|
246
246
|
});
|
|
247
247
|
|
|
248
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/identity.js
|
|
248
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/identity.js
|
|
249
249
|
var require_identity = __commonJS((exports) => {
|
|
250
250
|
var ALIAS = Symbol.for("yaml.alias");
|
|
251
251
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -299,7 +299,7 @@ var require_identity = __commonJS((exports) => {
|
|
|
299
299
|
exports.isSeq = isSeq;
|
|
300
300
|
});
|
|
301
301
|
|
|
302
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/visit.js
|
|
302
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/visit.js
|
|
303
303
|
var require_visit = __commonJS((exports) => {
|
|
304
304
|
var identity = require_identity();
|
|
305
305
|
var BREAK = Symbol("break visit");
|
|
@@ -454,7 +454,7 @@ var require_visit = __commonJS((exports) => {
|
|
|
454
454
|
exports.visitAsync = visitAsync;
|
|
455
455
|
});
|
|
456
456
|
|
|
457
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/directives.js
|
|
457
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/directives.js
|
|
458
458
|
var require_directives = __commonJS((exports) => {
|
|
459
459
|
var identity = require_identity();
|
|
460
460
|
var visit = require_visit();
|
|
@@ -606,7 +606,7 @@ var require_directives = __commonJS((exports) => {
|
|
|
606
606
|
exports.Directives = Directives;
|
|
607
607
|
});
|
|
608
608
|
|
|
609
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/anchors.js
|
|
609
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/anchors.js
|
|
610
610
|
var require_anchors = __commonJS((exports) => {
|
|
611
611
|
var identity = require_identity();
|
|
612
612
|
var visit = require_visit();
|
|
@@ -668,7 +668,7 @@ var require_anchors = __commonJS((exports) => {
|
|
|
668
668
|
exports.findNewAnchor = findNewAnchor;
|
|
669
669
|
});
|
|
670
670
|
|
|
671
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/applyReviver.js
|
|
671
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/applyReviver.js
|
|
672
672
|
var require_applyReviver = __commonJS((exports) => {
|
|
673
673
|
function applyReviver(reviver, obj, key, val) {
|
|
674
674
|
if (val && typeof val === "object") {
|
|
@@ -715,7 +715,7 @@ var require_applyReviver = __commonJS((exports) => {
|
|
|
715
715
|
exports.applyReviver = applyReviver;
|
|
716
716
|
});
|
|
717
717
|
|
|
718
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/toJS.js
|
|
718
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/toJS.js
|
|
719
719
|
var require_toJS = __commonJS((exports) => {
|
|
720
720
|
var identity = require_identity();
|
|
721
721
|
function toJS(value, arg, ctx) {
|
|
@@ -742,7 +742,7 @@ var require_toJS = __commonJS((exports) => {
|
|
|
742
742
|
exports.toJS = toJS;
|
|
743
743
|
});
|
|
744
744
|
|
|
745
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Node.js
|
|
745
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Node.js
|
|
746
746
|
var require_Node = __commonJS((exports) => {
|
|
747
747
|
var applyReviver = require_applyReviver();
|
|
748
748
|
var identity = require_identity();
|
|
@@ -779,7 +779,7 @@ var require_Node = __commonJS((exports) => {
|
|
|
779
779
|
exports.NodeBase = NodeBase;
|
|
780
780
|
});
|
|
781
781
|
|
|
782
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Alias.js
|
|
782
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Alias.js
|
|
783
783
|
var require_Alias = __commonJS((exports) => {
|
|
784
784
|
var anchors = require_anchors();
|
|
785
785
|
var visit = require_visit();
|
|
@@ -889,7 +889,7 @@ var require_Alias = __commonJS((exports) => {
|
|
|
889
889
|
exports.Alias = Alias;
|
|
890
890
|
});
|
|
891
891
|
|
|
892
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Scalar.js
|
|
892
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Scalar.js
|
|
893
893
|
var require_Scalar = __commonJS((exports) => {
|
|
894
894
|
var identity = require_identity();
|
|
895
895
|
var Node = require_Node();
|
|
@@ -917,7 +917,7 @@ var require_Scalar = __commonJS((exports) => {
|
|
|
917
917
|
exports.isScalarValue = isScalarValue;
|
|
918
918
|
});
|
|
919
919
|
|
|
920
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/createNode.js
|
|
920
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/createNode.js
|
|
921
921
|
var require_createNode = __commonJS((exports) => {
|
|
922
922
|
var Alias = require_Alias();
|
|
923
923
|
var identity = require_identity();
|
|
@@ -989,7 +989,7 @@ var require_createNode = __commonJS((exports) => {
|
|
|
989
989
|
exports.createNode = createNode;
|
|
990
990
|
});
|
|
991
991
|
|
|
992
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Collection.js
|
|
992
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Collection.js
|
|
993
993
|
var require_Collection = __commonJS((exports) => {
|
|
994
994
|
var createNode = require_createNode();
|
|
995
995
|
var identity = require_identity();
|
|
@@ -1104,7 +1104,7 @@ var require_Collection = __commonJS((exports) => {
|
|
|
1104
1104
|
exports.isEmptyPath = isEmptyPath;
|
|
1105
1105
|
});
|
|
1106
1106
|
|
|
1107
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
1107
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
1108
1108
|
var require_stringifyComment = __commonJS((exports) => {
|
|
1109
1109
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
1110
1110
|
function indentComment(comment, indent) {
|
|
@@ -1121,7 +1121,7 @@ var require_stringifyComment = __commonJS((exports) => {
|
|
|
1121
1121
|
exports.stringifyComment = stringifyComment;
|
|
1122
1122
|
});
|
|
1123
1123
|
|
|
1124
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
1124
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
1125
1125
|
var require_foldFlowLines = __commonJS((exports) => {
|
|
1126
1126
|
var FOLD_FLOW = "flow";
|
|
1127
1127
|
var FOLD_BLOCK = "block";
|
|
@@ -1258,7 +1258,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
1258
1258
|
exports.foldFlowLines = foldFlowLines;
|
|
1259
1259
|
});
|
|
1260
1260
|
|
|
1261
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1261
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1262
1262
|
var require_stringifyString = __commonJS((exports) => {
|
|
1263
1263
|
var Scalar = require_Scalar();
|
|
1264
1264
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -1556,7 +1556,7 @@ ${indent}`);
|
|
|
1556
1556
|
exports.stringifyString = stringifyString;
|
|
1557
1557
|
});
|
|
1558
1558
|
|
|
1559
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringify.js
|
|
1559
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringify.js
|
|
1560
1560
|
var require_stringify = __commonJS((exports) => {
|
|
1561
1561
|
var anchors = require_anchors();
|
|
1562
1562
|
var identity = require_identity();
|
|
@@ -1677,7 +1677,7 @@ ${ctx.indent}${str}`;
|
|
|
1677
1677
|
exports.stringify = stringify;
|
|
1678
1678
|
});
|
|
1679
1679
|
|
|
1680
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1680
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1681
1681
|
var require_stringifyPair = __commonJS((exports) => {
|
|
1682
1682
|
var identity = require_identity();
|
|
1683
1683
|
var Scalar = require_Scalar();
|
|
@@ -1813,7 +1813,7 @@ ${ctx.indent}`;
|
|
|
1813
1813
|
exports.stringifyPair = stringifyPair;
|
|
1814
1814
|
});
|
|
1815
1815
|
|
|
1816
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/log.js
|
|
1816
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/log.js
|
|
1817
1817
|
var require_log = __commonJS((exports) => {
|
|
1818
1818
|
var node_process = __require("process");
|
|
1819
1819
|
function debug(logLevel, ...messages) {
|
|
@@ -1832,7 +1832,7 @@ var require_log = __commonJS((exports) => {
|
|
|
1832
1832
|
exports.warn = warn;
|
|
1833
1833
|
});
|
|
1834
1834
|
|
|
1835
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1835
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1836
1836
|
var require_merge = __commonJS((exports) => {
|
|
1837
1837
|
var identity = require_identity();
|
|
1838
1838
|
var Scalar = require_Scalar();
|
|
@@ -1889,7 +1889,7 @@ var require_merge = __commonJS((exports) => {
|
|
|
1889
1889
|
exports.merge = merge;
|
|
1890
1890
|
});
|
|
1891
1891
|
|
|
1892
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1892
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1893
1893
|
var require_addPairToJSMap = __commonJS((exports) => {
|
|
1894
1894
|
var log = require_log();
|
|
1895
1895
|
var merge = require_merge();
|
|
@@ -1950,7 +1950,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
|
|
|
1950
1950
|
exports.addPairToJSMap = addPairToJSMap;
|
|
1951
1951
|
});
|
|
1952
1952
|
|
|
1953
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Pair.js
|
|
1953
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Pair.js
|
|
1954
1954
|
var require_Pair = __commonJS((exports) => {
|
|
1955
1955
|
var createNode = require_createNode();
|
|
1956
1956
|
var stringifyPair = require_stringifyPair();
|
|
@@ -1988,7 +1988,7 @@ var require_Pair = __commonJS((exports) => {
|
|
|
1988
1988
|
exports.createPair = createPair;
|
|
1989
1989
|
});
|
|
1990
1990
|
|
|
1991
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1991
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1992
1992
|
var require_stringifyCollection = __commonJS((exports) => {
|
|
1993
1993
|
var identity = require_identity();
|
|
1994
1994
|
var stringify = require_stringify();
|
|
@@ -2140,7 +2140,7 @@ ${indent}${end}`;
|
|
|
2140
2140
|
exports.stringifyCollection = stringifyCollection;
|
|
2141
2141
|
});
|
|
2142
2142
|
|
|
2143
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2143
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2144
2144
|
var require_YAMLMap = __commonJS((exports) => {
|
|
2145
2145
|
var stringifyCollection = require_stringifyCollection();
|
|
2146
2146
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -2267,7 +2267,7 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
2267
2267
|
exports.findPair = findPair;
|
|
2268
2268
|
});
|
|
2269
2269
|
|
|
2270
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/map.js
|
|
2270
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/map.js
|
|
2271
2271
|
var require_map = __commonJS((exports) => {
|
|
2272
2272
|
var identity = require_identity();
|
|
2273
2273
|
var YAMLMap = require_YAMLMap();
|
|
@@ -2286,7 +2286,7 @@ var require_map = __commonJS((exports) => {
|
|
|
2286
2286
|
exports.map = map;
|
|
2287
2287
|
});
|
|
2288
2288
|
|
|
2289
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2289
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2290
2290
|
var require_YAMLSeq = __commonJS((exports) => {
|
|
2291
2291
|
var createNode = require_createNode();
|
|
2292
2292
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -2379,7 +2379,7 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
2379
2379
|
exports.YAMLSeq = YAMLSeq;
|
|
2380
2380
|
});
|
|
2381
2381
|
|
|
2382
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/seq.js
|
|
2382
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/seq.js
|
|
2383
2383
|
var require_seq = __commonJS((exports) => {
|
|
2384
2384
|
var identity = require_identity();
|
|
2385
2385
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -2398,7 +2398,7 @@ var require_seq = __commonJS((exports) => {
|
|
|
2398
2398
|
exports.seq = seq;
|
|
2399
2399
|
});
|
|
2400
2400
|
|
|
2401
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/string.js
|
|
2401
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/string.js
|
|
2402
2402
|
var require_string = __commonJS((exports) => {
|
|
2403
2403
|
var stringifyString = require_stringifyString();
|
|
2404
2404
|
var string = {
|
|
@@ -2414,7 +2414,7 @@ var require_string = __commonJS((exports) => {
|
|
|
2414
2414
|
exports.string = string;
|
|
2415
2415
|
});
|
|
2416
2416
|
|
|
2417
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/null.js
|
|
2417
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/null.js
|
|
2418
2418
|
var require_null = __commonJS((exports) => {
|
|
2419
2419
|
var Scalar = require_Scalar();
|
|
2420
2420
|
var nullTag = {
|
|
@@ -2429,7 +2429,7 @@ var require_null = __commonJS((exports) => {
|
|
|
2429
2429
|
exports.nullTag = nullTag;
|
|
2430
2430
|
});
|
|
2431
2431
|
|
|
2432
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/bool.js
|
|
2432
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/bool.js
|
|
2433
2433
|
var require_bool = __commonJS((exports) => {
|
|
2434
2434
|
var Scalar = require_Scalar();
|
|
2435
2435
|
var boolTag = {
|
|
@@ -2450,7 +2450,7 @@ var require_bool = __commonJS((exports) => {
|
|
|
2450
2450
|
exports.boolTag = boolTag;
|
|
2451
2451
|
});
|
|
2452
2452
|
|
|
2453
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2453
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2454
2454
|
var require_stringifyNumber = __commonJS((exports) => {
|
|
2455
2455
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
2456
2456
|
if (typeof value === "bigint")
|
|
@@ -2474,7 +2474,7 @@ var require_stringifyNumber = __commonJS((exports) => {
|
|
|
2474
2474
|
exports.stringifyNumber = stringifyNumber;
|
|
2475
2475
|
});
|
|
2476
2476
|
|
|
2477
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/float.js
|
|
2477
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/float.js
|
|
2478
2478
|
var require_float = __commonJS((exports) => {
|
|
2479
2479
|
var Scalar = require_Scalar();
|
|
2480
2480
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2517,7 +2517,7 @@ var require_float = __commonJS((exports) => {
|
|
|
2517
2517
|
exports.floatNaN = floatNaN;
|
|
2518
2518
|
});
|
|
2519
2519
|
|
|
2520
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/int.js
|
|
2520
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/int.js
|
|
2521
2521
|
var require_int = __commonJS((exports) => {
|
|
2522
2522
|
var stringifyNumber = require_stringifyNumber();
|
|
2523
2523
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2559,7 +2559,7 @@ var require_int = __commonJS((exports) => {
|
|
|
2559
2559
|
exports.intOct = intOct;
|
|
2560
2560
|
});
|
|
2561
2561
|
|
|
2562
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/schema.js
|
|
2562
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/schema.js
|
|
2563
2563
|
var require_schema = __commonJS((exports) => {
|
|
2564
2564
|
var map = require_map();
|
|
2565
2565
|
var _null = require_null();
|
|
@@ -2584,7 +2584,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
2584
2584
|
exports.schema = schema;
|
|
2585
2585
|
});
|
|
2586
2586
|
|
|
2587
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/json/schema.js
|
|
2587
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/json/schema.js
|
|
2588
2588
|
var require_schema2 = __commonJS((exports) => {
|
|
2589
2589
|
var Scalar = require_Scalar();
|
|
2590
2590
|
var map = require_map();
|
|
@@ -2648,7 +2648,7 @@ var require_schema2 = __commonJS((exports) => {
|
|
|
2648
2648
|
exports.schema = schema;
|
|
2649
2649
|
});
|
|
2650
2650
|
|
|
2651
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2651
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2652
2652
|
var require_binary = __commonJS((exports) => {
|
|
2653
2653
|
var node_buffer = __require("buffer");
|
|
2654
2654
|
var Scalar = require_Scalar();
|
|
@@ -2703,7 +2703,7 @@ var require_binary = __commonJS((exports) => {
|
|
|
2703
2703
|
exports.binary = binary;
|
|
2704
2704
|
});
|
|
2705
2705
|
|
|
2706
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2706
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2707
2707
|
var require_pairs = __commonJS((exports) => {
|
|
2708
2708
|
var identity = require_identity();
|
|
2709
2709
|
var Pair = require_Pair();
|
|
@@ -2778,7 +2778,7 @@ ${cn.comment}` : item.comment;
|
|
|
2778
2778
|
exports.resolvePairs = resolvePairs;
|
|
2779
2779
|
});
|
|
2780
2780
|
|
|
2781
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2781
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2782
2782
|
var require_omap = __commonJS((exports) => {
|
|
2783
2783
|
var identity = require_identity();
|
|
2784
2784
|
var toJS = require_toJS();
|
|
@@ -2850,7 +2850,7 @@ var require_omap = __commonJS((exports) => {
|
|
|
2850
2850
|
exports.omap = omap;
|
|
2851
2851
|
});
|
|
2852
2852
|
|
|
2853
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2853
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2854
2854
|
var require_bool2 = __commonJS((exports) => {
|
|
2855
2855
|
var Scalar = require_Scalar();
|
|
2856
2856
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -2879,7 +2879,7 @@ var require_bool2 = __commonJS((exports) => {
|
|
|
2879
2879
|
exports.trueTag = trueTag;
|
|
2880
2880
|
});
|
|
2881
2881
|
|
|
2882
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2882
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2883
2883
|
var require_float2 = __commonJS((exports) => {
|
|
2884
2884
|
var Scalar = require_Scalar();
|
|
2885
2885
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2925,7 +2925,7 @@ var require_float2 = __commonJS((exports) => {
|
|
|
2925
2925
|
exports.floatNaN = floatNaN;
|
|
2926
2926
|
});
|
|
2927
2927
|
|
|
2928
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2928
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2929
2929
|
var require_int2 = __commonJS((exports) => {
|
|
2930
2930
|
var stringifyNumber = require_stringifyNumber();
|
|
2931
2931
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -3001,7 +3001,7 @@ var require_int2 = __commonJS((exports) => {
|
|
|
3001
3001
|
exports.intOct = intOct;
|
|
3002
3002
|
});
|
|
3003
3003
|
|
|
3004
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
3004
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
3005
3005
|
var require_set = __commonJS((exports) => {
|
|
3006
3006
|
var identity = require_identity();
|
|
3007
3007
|
var Pair = require_Pair();
|
|
@@ -3084,7 +3084,7 @@ var require_set = __commonJS((exports) => {
|
|
|
3084
3084
|
exports.set = set;
|
|
3085
3085
|
});
|
|
3086
3086
|
|
|
3087
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3087
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3088
3088
|
var require_timestamp = __commonJS((exports) => {
|
|
3089
3089
|
var stringifyNumber = require_stringifyNumber();
|
|
3090
3090
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -3166,7 +3166,7 @@ var require_timestamp = __commonJS((exports) => {
|
|
|
3166
3166
|
exports.timestamp = timestamp;
|
|
3167
3167
|
});
|
|
3168
3168
|
|
|
3169
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3169
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3170
3170
|
var require_schema3 = __commonJS((exports) => {
|
|
3171
3171
|
var map = require_map();
|
|
3172
3172
|
var _null = require_null();
|
|
@@ -3207,7 +3207,7 @@ var require_schema3 = __commonJS((exports) => {
|
|
|
3207
3207
|
exports.schema = schema;
|
|
3208
3208
|
});
|
|
3209
3209
|
|
|
3210
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/tags.js
|
|
3210
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/tags.js
|
|
3211
3211
|
var require_tags = __commonJS((exports) => {
|
|
3212
3212
|
var map = require_map();
|
|
3213
3213
|
var _null = require_null();
|
|
@@ -3298,7 +3298,7 @@ var require_tags = __commonJS((exports) => {
|
|
|
3298
3298
|
exports.getTags = getTags;
|
|
3299
3299
|
});
|
|
3300
3300
|
|
|
3301
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/Schema.js
|
|
3301
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/Schema.js
|
|
3302
3302
|
var require_Schema = __commonJS((exports) => {
|
|
3303
3303
|
var identity = require_identity();
|
|
3304
3304
|
var map = require_map();
|
|
@@ -3328,7 +3328,7 @@ var require_Schema = __commonJS((exports) => {
|
|
|
3328
3328
|
exports.Schema = Schema;
|
|
3329
3329
|
});
|
|
3330
3330
|
|
|
3331
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3331
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3332
3332
|
var require_stringifyDocument = __commonJS((exports) => {
|
|
3333
3333
|
var identity = require_identity();
|
|
3334
3334
|
var stringify = require_stringify();
|
|
@@ -3408,7 +3408,7 @@ var require_stringifyDocument = __commonJS((exports) => {
|
|
|
3408
3408
|
exports.stringifyDocument = stringifyDocument;
|
|
3409
3409
|
});
|
|
3410
3410
|
|
|
3411
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/Document.js
|
|
3411
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/Document.js
|
|
3412
3412
|
var require_Document = __commonJS((exports) => {
|
|
3413
3413
|
var Alias = require_Alias();
|
|
3414
3414
|
var Collection = require_Collection();
|
|
@@ -3643,7 +3643,7 @@ var require_Document = __commonJS((exports) => {
|
|
|
3643
3643
|
exports.Document = Document;
|
|
3644
3644
|
});
|
|
3645
3645
|
|
|
3646
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/errors.js
|
|
3646
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/errors.js
|
|
3647
3647
|
var require_errors = __commonJS((exports) => {
|
|
3648
3648
|
class YAMLError extends Error {
|
|
3649
3649
|
constructor(name, pos, code, message) {
|
|
@@ -3708,7 +3708,7 @@ ${pointer}
|
|
|
3708
3708
|
exports.prettifyError = prettifyError;
|
|
3709
3709
|
});
|
|
3710
3710
|
|
|
3711
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-props.js
|
|
3711
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-props.js
|
|
3712
3712
|
var require_resolve_props = __commonJS((exports) => {
|
|
3713
3713
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
3714
3714
|
let spaceBefore = false;
|
|
@@ -3838,7 +3838,7 @@ var require_resolve_props = __commonJS((exports) => {
|
|
|
3838
3838
|
exports.resolveProps = resolveProps;
|
|
3839
3839
|
});
|
|
3840
3840
|
|
|
3841
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3841
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3842
3842
|
var require_util_contains_newline = __commonJS((exports) => {
|
|
3843
3843
|
function containsNewline(key) {
|
|
3844
3844
|
if (!key)
|
|
@@ -3878,7 +3878,7 @@ var require_util_contains_newline = __commonJS((exports) => {
|
|
|
3878
3878
|
exports.containsNewline = containsNewline;
|
|
3879
3879
|
});
|
|
3880
3880
|
|
|
3881
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3881
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3882
3882
|
var require_util_flow_indent_check = __commonJS((exports) => {
|
|
3883
3883
|
var utilContainsNewline = require_util_contains_newline();
|
|
3884
3884
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -3893,7 +3893,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
|
|
|
3893
3893
|
exports.flowIndentCheck = flowIndentCheck;
|
|
3894
3894
|
});
|
|
3895
3895
|
|
|
3896
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-map-includes.js
|
|
3896
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-map-includes.js
|
|
3897
3897
|
var require_util_map_includes = __commonJS((exports) => {
|
|
3898
3898
|
var identity = require_identity();
|
|
3899
3899
|
function mapIncludes(ctx, items, search) {
|
|
@@ -3906,7 +3906,7 @@ var require_util_map_includes = __commonJS((exports) => {
|
|
|
3906
3906
|
exports.mapIncludes = mapIncludes;
|
|
3907
3907
|
});
|
|
3908
3908
|
|
|
3909
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
3909
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
3910
3910
|
var require_resolve_block_map = __commonJS((exports) => {
|
|
3911
3911
|
var Pair = require_Pair();
|
|
3912
3912
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4013,7 +4013,7 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
4013
4013
|
exports.resolveBlockMap = resolveBlockMap;
|
|
4014
4014
|
});
|
|
4015
4015
|
|
|
4016
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4016
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4017
4017
|
var require_resolve_block_seq = __commonJS((exports) => {
|
|
4018
4018
|
var YAMLSeq = require_YAMLSeq();
|
|
4019
4019
|
var resolveProps = require_resolve_props();
|
|
@@ -4061,7 +4061,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
|
|
|
4061
4061
|
exports.resolveBlockSeq = resolveBlockSeq;
|
|
4062
4062
|
});
|
|
4063
4063
|
|
|
4064
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-end.js
|
|
4064
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-end.js
|
|
4065
4065
|
var require_resolve_end = __commonJS((exports) => {
|
|
4066
4066
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
4067
4067
|
let comment = "";
|
|
@@ -4101,7 +4101,7 @@ var require_resolve_end = __commonJS((exports) => {
|
|
|
4101
4101
|
exports.resolveEnd = resolveEnd;
|
|
4102
4102
|
});
|
|
4103
4103
|
|
|
4104
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4104
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4105
4105
|
var require_resolve_flow_collection = __commonJS((exports) => {
|
|
4106
4106
|
var identity = require_identity();
|
|
4107
4107
|
var Pair = require_Pair();
|
|
@@ -4292,7 +4292,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
4292
4292
|
exports.resolveFlowCollection = resolveFlowCollection;
|
|
4293
4293
|
});
|
|
4294
4294
|
|
|
4295
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-collection.js
|
|
4295
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-collection.js
|
|
4296
4296
|
var require_compose_collection = __commonJS((exports) => {
|
|
4297
4297
|
var identity = require_identity();
|
|
4298
4298
|
var Scalar = require_Scalar();
|
|
@@ -4354,7 +4354,7 @@ var require_compose_collection = __commonJS((exports) => {
|
|
|
4354
4354
|
exports.composeCollection = composeCollection;
|
|
4355
4355
|
});
|
|
4356
4356
|
|
|
4357
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4357
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4358
4358
|
var require_resolve_block_scalar = __commonJS((exports) => {
|
|
4359
4359
|
var Scalar = require_Scalar();
|
|
4360
4360
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -4547,7 +4547,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
|
|
|
4547
4547
|
exports.resolveBlockScalar = resolveBlockScalar;
|
|
4548
4548
|
});
|
|
4549
4549
|
|
|
4550
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4550
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4551
4551
|
var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
4552
4552
|
var Scalar = require_Scalar();
|
|
4553
4553
|
var resolveEnd = require_resolve_end();
|
|
@@ -4764,7 +4764,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
|
4764
4764
|
exports.resolveFlowScalar = resolveFlowScalar;
|
|
4765
4765
|
});
|
|
4766
4766
|
|
|
4767
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4767
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4768
4768
|
var require_compose_scalar = __commonJS((exports) => {
|
|
4769
4769
|
var identity = require_identity();
|
|
4770
4770
|
var Scalar = require_Scalar();
|
|
@@ -4842,7 +4842,7 @@ var require_compose_scalar = __commonJS((exports) => {
|
|
|
4842
4842
|
exports.composeScalar = composeScalar;
|
|
4843
4843
|
});
|
|
4844
4844
|
|
|
4845
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4845
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4846
4846
|
var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
4847
4847
|
function emptyScalarPosition(offset, before, pos) {
|
|
4848
4848
|
if (before) {
|
|
@@ -4869,7 +4869,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
|
4869
4869
|
exports.emptyScalarPosition = emptyScalarPosition;
|
|
4870
4870
|
});
|
|
4871
4871
|
|
|
4872
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-node.js
|
|
4872
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-node.js
|
|
4873
4873
|
var require_compose_node = __commonJS((exports) => {
|
|
4874
4874
|
var Alias = require_Alias();
|
|
4875
4875
|
var identity = require_identity();
|
|
@@ -4972,7 +4972,7 @@ var require_compose_node = __commonJS((exports) => {
|
|
|
4972
4972
|
exports.composeNode = composeNode;
|
|
4973
4973
|
});
|
|
4974
4974
|
|
|
4975
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-doc.js
|
|
4975
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-doc.js
|
|
4976
4976
|
var require_compose_doc = __commonJS((exports) => {
|
|
4977
4977
|
var Document = require_Document();
|
|
4978
4978
|
var composeNode = require_compose_node();
|
|
@@ -5012,7 +5012,7 @@ var require_compose_doc = __commonJS((exports) => {
|
|
|
5012
5012
|
exports.composeDoc = composeDoc;
|
|
5013
5013
|
});
|
|
5014
5014
|
|
|
5015
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/composer.js
|
|
5015
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/composer.js
|
|
5016
5016
|
var require_composer = __commonJS((exports) => {
|
|
5017
5017
|
var node_process = __require("process");
|
|
5018
5018
|
var directives = require_directives();
|
|
@@ -5201,7 +5201,7 @@ ${end.comment}` : end.comment;
|
|
|
5201
5201
|
exports.Composer = Composer;
|
|
5202
5202
|
});
|
|
5203
5203
|
|
|
5204
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5204
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5205
5205
|
var require_cst_scalar = __commonJS((exports) => {
|
|
5206
5206
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
5207
5207
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -5391,7 +5391,7 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
5391
5391
|
exports.setScalarValue = setScalarValue;
|
|
5392
5392
|
});
|
|
5393
5393
|
|
|
5394
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5394
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5395
5395
|
var require_cst_stringify = __commonJS((exports) => {
|
|
5396
5396
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
5397
5397
|
function stringifyToken(token) {
|
|
@@ -5449,7 +5449,7 @@ var require_cst_stringify = __commonJS((exports) => {
|
|
|
5449
5449
|
exports.stringify = stringify;
|
|
5450
5450
|
});
|
|
5451
5451
|
|
|
5452
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-visit.js
|
|
5452
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-visit.js
|
|
5453
5453
|
var require_cst_visit = __commonJS((exports) => {
|
|
5454
5454
|
var BREAK = Symbol("break visit");
|
|
5455
5455
|
var SKIP = Symbol("skip children");
|
|
@@ -5508,7 +5508,7 @@ var require_cst_visit = __commonJS((exports) => {
|
|
|
5508
5508
|
exports.visit = visit;
|
|
5509
5509
|
});
|
|
5510
5510
|
|
|
5511
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst.js
|
|
5511
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst.js
|
|
5512
5512
|
var require_cst = __commonJS((exports) => {
|
|
5513
5513
|
var cstScalar = require_cst_scalar();
|
|
5514
5514
|
var cstStringify = require_cst_stringify();
|
|
@@ -5609,7 +5609,7 @@ var require_cst = __commonJS((exports) => {
|
|
|
5609
5609
|
exports.tokenType = tokenType;
|
|
5610
5610
|
});
|
|
5611
5611
|
|
|
5612
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/lexer.js
|
|
5612
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/lexer.js
|
|
5613
5613
|
var require_lexer = __commonJS((exports) => {
|
|
5614
5614
|
var cst = require_cst();
|
|
5615
5615
|
function isEmpty(ch) {
|
|
@@ -6195,7 +6195,7 @@ var require_lexer = __commonJS((exports) => {
|
|
|
6195
6195
|
exports.Lexer = Lexer;
|
|
6196
6196
|
});
|
|
6197
6197
|
|
|
6198
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/line-counter.js
|
|
6198
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/line-counter.js
|
|
6199
6199
|
var require_line_counter = __commonJS((exports) => {
|
|
6200
6200
|
class LineCounter {
|
|
6201
6201
|
constructor() {
|
|
@@ -6223,7 +6223,7 @@ var require_line_counter = __commonJS((exports) => {
|
|
|
6223
6223
|
exports.LineCounter = LineCounter;
|
|
6224
6224
|
});
|
|
6225
6225
|
|
|
6226
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/parser.js
|
|
6226
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/parser.js
|
|
6227
6227
|
var require_parser = __commonJS((exports) => {
|
|
6228
6228
|
var node_process = __require("process");
|
|
6229
6229
|
var cst = require_cst();
|
|
@@ -7072,7 +7072,7 @@ var require_parser = __commonJS((exports) => {
|
|
|
7072
7072
|
exports.Parser = Parser;
|
|
7073
7073
|
});
|
|
7074
7074
|
|
|
7075
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/public-api.js
|
|
7075
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/public-api.js
|
|
7076
7076
|
var require_public_api = __commonJS((exports) => {
|
|
7077
7077
|
var composer = require_composer();
|
|
7078
7078
|
var Document = require_Document();
|
|
@@ -7166,7 +7166,7 @@ var require_public_api = __commonJS((exports) => {
|
|
|
7166
7166
|
exports.stringify = stringify;
|
|
7167
7167
|
});
|
|
7168
7168
|
|
|
7169
|
-
// node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/index.js
|
|
7169
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/index.js
|
|
7170
7170
|
var require_dist = __commonJS((exports) => {
|
|
7171
7171
|
var composer = require_composer();
|
|
7172
7172
|
var Document = require_Document();
|
|
@@ -7215,7 +7215,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7215
7215
|
exports.visitAsync = visit.visitAsync;
|
|
7216
7216
|
});
|
|
7217
7217
|
|
|
7218
|
-
//
|
|
7218
|
+
// package.json
|
|
7219
7219
|
var require_package = __commonJS((exports, module) => {
|
|
7220
7220
|
module.exports = {
|
|
7221
7221
|
name: "@ai-setting/roy-agent-cli",
|
|
@@ -7240,13 +7240,13 @@ var require_package = __commonJS((exports, module) => {
|
|
|
7240
7240
|
"README.md"
|
|
7241
7241
|
],
|
|
7242
7242
|
scripts: {
|
|
7243
|
-
build: "
|
|
7243
|
+
build: "bunup",
|
|
7244
7244
|
clean: "rm -rf dist",
|
|
7245
7245
|
typecheck: "npx tsc --noEmit --skipLibCheck"
|
|
7246
7246
|
},
|
|
7247
7247
|
dependencies: {
|
|
7248
|
-
"@ai-setting/roy-agent-coder-harness": "
|
|
7249
|
-
"@ai-setting/roy-agent-core": "
|
|
7248
|
+
"@ai-setting/roy-agent-coder-harness": "workspace:*",
|
|
7249
|
+
"@ai-setting/roy-agent-core": "workspace:*",
|
|
7250
7250
|
chalk: "^5.6.2",
|
|
7251
7251
|
commander: "^14.0.3",
|
|
7252
7252
|
pyright: "^1.1.409",
|
|
@@ -7290,11 +7290,11 @@ var require_package = __commonJS((exports, module) => {
|
|
|
7290
7290
|
};
|
|
7291
7291
|
});
|
|
7292
7292
|
|
|
7293
|
-
//
|
|
7293
|
+
// src/cli.ts
|
|
7294
7294
|
import yargsLib from "yargs";
|
|
7295
7295
|
import { hideBin } from "yargs/helpers";
|
|
7296
7296
|
|
|
7297
|
-
//
|
|
7297
|
+
// src/services/quiet-mode.service.ts
|
|
7298
7298
|
import { setQuietMode as setCoreQuietMode, isQuietMode as isCoreQuietMode } from "@ai-setting/roy-agent-core";
|
|
7299
7299
|
|
|
7300
7300
|
class CliQuietModeService {
|
|
@@ -7322,7 +7322,7 @@ class CliQuietModeService {
|
|
|
7322
7322
|
}
|
|
7323
7323
|
}
|
|
7324
7324
|
|
|
7325
|
-
//
|
|
7325
|
+
// src/services/environment.service.ts
|
|
7326
7326
|
import path from "path";
|
|
7327
7327
|
import os from "os";
|
|
7328
7328
|
import fs from "fs/promises";
|
|
@@ -7346,7 +7346,7 @@ import { WorkflowComponent } from "@ai-setting/roy-agent-core";
|
|
|
7346
7346
|
import { MemoryPlugin } from "@ai-setting/roy-agent-core";
|
|
7347
7347
|
import { createLogger } from "@ai-setting/roy-agent-core";
|
|
7348
7348
|
|
|
7349
|
-
//
|
|
7349
|
+
// src/services/output.service.ts
|
|
7350
7350
|
import chalk from "chalk";
|
|
7351
7351
|
|
|
7352
7352
|
class OutputService {
|
|
@@ -7406,7 +7406,7 @@ class OutputService {
|
|
|
7406
7406
|
}
|
|
7407
7407
|
}
|
|
7408
7408
|
|
|
7409
|
-
//
|
|
7409
|
+
// src/plugin/registry.ts
|
|
7410
7410
|
var taskTagPlugin = {
|
|
7411
7411
|
info: {
|
|
7412
7412
|
name: "task-tag",
|
|
@@ -7524,7 +7524,7 @@ class PluginRegistry {
|
|
|
7524
7524
|
}
|
|
7525
7525
|
var globalPluginRegistry = new PluginRegistry;
|
|
7526
7526
|
|
|
7527
|
-
//
|
|
7527
|
+
// src/services/environment.service.ts
|
|
7528
7528
|
var logger = createLogger("environment-service");
|
|
7529
7529
|
var CLI_CONFIG_DIR_NAME = "roy-agent";
|
|
7530
7530
|
var DEFAULT_CONFIG_FILE = "config.jsonc";
|
|
@@ -7910,10 +7910,10 @@ Progressive Discovery: Run \`<command> --help\` to explore full capabilities.`;
|
|
|
7910
7910
|
}
|
|
7911
7911
|
}
|
|
7912
7912
|
|
|
7913
|
-
//
|
|
7913
|
+
// src/commands/act.ts
|
|
7914
7914
|
init_stream_output_service();
|
|
7915
7915
|
|
|
7916
|
-
//
|
|
7916
|
+
// src/services/context-handler.service.ts
|
|
7917
7917
|
import {
|
|
7918
7918
|
ContextError,
|
|
7919
7919
|
ErrorCodes,
|
|
@@ -8151,7 +8151,7 @@ __legacyDecorateClassTS([
|
|
|
8151
8151
|
__legacyMetadataTS("design:returntype", String)
|
|
8152
8152
|
], ContextHandlerService.prototype, "constructQueryWithCheckpoint", null);
|
|
8153
8153
|
|
|
8154
|
-
//
|
|
8154
|
+
// src/commands/act.ts
|
|
8155
8155
|
import { ContextError as ContextError2, ErrorCodes as ErrorCodes2, getTracerProvider as getTracerProvider2 } from "@ai-setting/roy-agent-core";
|
|
8156
8156
|
var ActCommand = {
|
|
8157
8157
|
command: "act [message]",
|
|
@@ -8458,11 +8458,11 @@ var ActCommand = {
|
|
|
8458
8458
|
}
|
|
8459
8459
|
};
|
|
8460
8460
|
|
|
8461
|
-
//
|
|
8461
|
+
// src/commands/interactive.ts
|
|
8462
8462
|
import * as readline2 from "readline";
|
|
8463
8463
|
import chalk4 from "chalk";
|
|
8464
8464
|
|
|
8465
|
-
//
|
|
8465
|
+
// src/commands/shared/session-manager.ts
|
|
8466
8466
|
class SessionManager {
|
|
8467
8467
|
sessionComponent;
|
|
8468
8468
|
output;
|
|
@@ -8524,7 +8524,7 @@ class SessionManager {
|
|
|
8524
8524
|
}
|
|
8525
8525
|
}
|
|
8526
8526
|
|
|
8527
|
-
//
|
|
8527
|
+
// src/commands/shared/query-executor.ts
|
|
8528
8528
|
init_stream_output_service();
|
|
8529
8529
|
import { ContextError as ContextError3, ErrorCodes as ErrorCodes3, getTracerProvider as getTracerProvider3 } from "@ai-setting/roy-agent-core";
|
|
8530
8530
|
|
|
@@ -8708,7 +8708,7 @@ class QueryExecutor {
|
|
|
8708
8708
|
}
|
|
8709
8709
|
}
|
|
8710
8710
|
|
|
8711
|
-
//
|
|
8711
|
+
// src/commands/shared/event-message-formatter.ts
|
|
8712
8712
|
var TaskEventTypes = {
|
|
8713
8713
|
TASK_STARTED: "task.started",
|
|
8714
8714
|
TASK_PROGRESS: "task.progress",
|
|
@@ -8834,7 +8834,7 @@ class EventMessageFormatter {
|
|
|
8834
8834
|
}
|
|
8835
8835
|
}
|
|
8836
8836
|
|
|
8837
|
-
//
|
|
8837
|
+
// src/commands/shared/event-handler.ts
|
|
8838
8838
|
class EventHandler {
|
|
8839
8839
|
env;
|
|
8840
8840
|
eventTypes;
|
|
@@ -8940,11 +8940,11 @@ class EventHandler {
|
|
|
8940
8940
|
}
|
|
8941
8941
|
}
|
|
8942
8942
|
|
|
8943
|
-
//
|
|
8943
|
+
// src/commands/interactive.ts
|
|
8944
8944
|
init_stream_output_service();
|
|
8945
8945
|
import { createLogger as createLogger4, getTracerProvider as getTracerProvider4 } from "@ai-setting/roy-agent-core";
|
|
8946
8946
|
|
|
8947
|
-
//
|
|
8947
|
+
// src/commands/input-handler.ts
|
|
8948
8948
|
class InputHandler {
|
|
8949
8949
|
buffer = [];
|
|
8950
8950
|
static USER_PROMPT = "❯ ";
|
|
@@ -8964,7 +8964,7 @@ class InputHandler {
|
|
|
8964
8964
|
}
|
|
8965
8965
|
}
|
|
8966
8966
|
|
|
8967
|
-
//
|
|
8967
|
+
// src/commands/shared/ask-user-handler.ts
|
|
8968
8968
|
import * as readline from "readline";
|
|
8969
8969
|
import chalk3 from "chalk";
|
|
8970
8970
|
function parseOptionsFromQuery(query) {
|
|
@@ -9022,7 +9022,7 @@ function parseUserInput(input, options) {
|
|
|
9022
9022
|
return { type: "text", value: trimmedInput };
|
|
9023
9023
|
}
|
|
9024
9024
|
|
|
9025
|
-
//
|
|
9025
|
+
// src/commands/interactive.ts
|
|
9026
9026
|
import { AskUserError } from "@ai-setting/roy-agent-core";
|
|
9027
9027
|
var logger4 = createLogger4("cli:interactive");
|
|
9028
9028
|
var USER_PROMPT = COLORS.userInput("❯ ");
|
|
@@ -9757,7 +9757,7 @@ var InteractiveCommand = {
|
|
|
9757
9757
|
}
|
|
9758
9758
|
};
|
|
9759
9759
|
|
|
9760
|
-
//
|
|
9760
|
+
// src/commands/sessions/list.ts
|
|
9761
9761
|
import chalk5 from "chalk";
|
|
9762
9762
|
var ListCommand = {
|
|
9763
9763
|
command: "list [options]",
|
|
@@ -9885,7 +9885,7 @@ var ListCommand = {
|
|
|
9885
9885
|
}
|
|
9886
9886
|
};
|
|
9887
9887
|
|
|
9888
|
-
//
|
|
9888
|
+
// src/commands/sessions/get.ts
|
|
9889
9889
|
import chalk6 from "chalk";
|
|
9890
9890
|
var GetCommand = {
|
|
9891
9891
|
command: "get <session-id>",
|
|
@@ -9990,7 +9990,7 @@ var GetCommand = {
|
|
|
9990
9990
|
}
|
|
9991
9991
|
};
|
|
9992
9992
|
|
|
9993
|
-
//
|
|
9993
|
+
// src/commands/sessions/new.ts
|
|
9994
9994
|
import chalk7 from "chalk";
|
|
9995
9995
|
var NewCommand = {
|
|
9996
9996
|
command: "new [options]",
|
|
@@ -10043,7 +10043,7 @@ var NewCommand = {
|
|
|
10043
10043
|
}
|
|
10044
10044
|
};
|
|
10045
10045
|
|
|
10046
|
-
//
|
|
10046
|
+
// src/commands/sessions/rename.ts
|
|
10047
10047
|
import chalk8 from "chalk";
|
|
10048
10048
|
var RenameCommand = {
|
|
10049
10049
|
command: "rename <session-id> <title>",
|
|
@@ -10111,7 +10111,7 @@ var RenameCommand = {
|
|
|
10111
10111
|
}
|
|
10112
10112
|
};
|
|
10113
10113
|
|
|
10114
|
-
//
|
|
10114
|
+
// src/commands/sessions/delete.ts
|
|
10115
10115
|
import chalk9 from "chalk";
|
|
10116
10116
|
var DeleteCommand = {
|
|
10117
10117
|
command: "delete [session-ids...]",
|
|
@@ -10291,7 +10291,7 @@ var DeleteCommand = {
|
|
|
10291
10291
|
}
|
|
10292
10292
|
};
|
|
10293
10293
|
|
|
10294
|
-
//
|
|
10294
|
+
// src/commands/sessions/messages.ts
|
|
10295
10295
|
import chalk10 from "chalk";
|
|
10296
10296
|
var MessagesCommand = {
|
|
10297
10297
|
command: "messages <session-id>",
|
|
@@ -10481,7 +10481,7 @@ var MessagesCommand = {
|
|
|
10481
10481
|
}
|
|
10482
10482
|
};
|
|
10483
10483
|
|
|
10484
|
-
//
|
|
10484
|
+
// src/commands/sessions/compact.ts
|
|
10485
10485
|
import chalk11 from "chalk";
|
|
10486
10486
|
var CompactCommand = {
|
|
10487
10487
|
command: "compact <session-id>",
|
|
@@ -10677,7 +10677,7 @@ var CompactCommand = {
|
|
|
10677
10677
|
}
|
|
10678
10678
|
};
|
|
10679
10679
|
|
|
10680
|
-
//
|
|
10680
|
+
// src/commands/sessions/checkpoints.ts
|
|
10681
10681
|
import chalk12 from "chalk";
|
|
10682
10682
|
var CheckpointsCommand = {
|
|
10683
10683
|
command: "checkpoints <session-id>",
|
|
@@ -10796,7 +10796,7 @@ var CheckpointsCommand = {
|
|
|
10796
10796
|
}
|
|
10797
10797
|
};
|
|
10798
10798
|
|
|
10799
|
-
//
|
|
10799
|
+
// src/commands/sessions/active.ts
|
|
10800
10800
|
import chalk13 from "chalk";
|
|
10801
10801
|
var ActiveCommand = {
|
|
10802
10802
|
command: "active",
|
|
@@ -10862,7 +10862,7 @@ var ActiveCommand = {
|
|
|
10862
10862
|
}
|
|
10863
10863
|
};
|
|
10864
10864
|
|
|
10865
|
-
//
|
|
10865
|
+
// src/commands/sessions/add-message.ts
|
|
10866
10866
|
var AddMessageCommand = {
|
|
10867
10867
|
command: "add-message <session-id> <role> <content>",
|
|
10868
10868
|
aliases: ["add"],
|
|
@@ -10926,7 +10926,7 @@ var AddMessageCommand = {
|
|
|
10926
10926
|
}
|
|
10927
10927
|
};
|
|
10928
10928
|
|
|
10929
|
-
//
|
|
10929
|
+
// src/commands/sessions/mock.ts
|
|
10930
10930
|
import chalk14 from "chalk";
|
|
10931
10931
|
var MOCK_SEQUENCES = [
|
|
10932
10932
|
{
|
|
@@ -11128,7 +11128,7 @@ ${JSON.stringify(tc.args, null, 2)}
|
|
|
11128
11128
|
}
|
|
11129
11129
|
};
|
|
11130
11130
|
|
|
11131
|
-
//
|
|
11131
|
+
// src/commands/sessions/grep.ts
|
|
11132
11132
|
import chalk15 from "chalk";
|
|
11133
11133
|
var GrepCommand = {
|
|
11134
11134
|
command: "grep <query...>",
|
|
@@ -11292,7 +11292,7 @@ ${chalk15.green("✓")} Found ${chalk15.bold(totalMatches.toString())} matches i
|
|
|
11292
11292
|
}
|
|
11293
11293
|
};
|
|
11294
11294
|
|
|
11295
|
-
//
|
|
11295
|
+
// src/commands/sessions/index.ts
|
|
11296
11296
|
var SessionsCommand = {
|
|
11297
11297
|
command: "sessions",
|
|
11298
11298
|
describe: `会话管理 - 列出、创建、删除和管理会话
|
|
@@ -11319,7 +11319,7 @@ var SessionsCommand = {
|
|
|
11319
11319
|
}
|
|
11320
11320
|
};
|
|
11321
11321
|
|
|
11322
|
-
//
|
|
11322
|
+
// src/commands/tasks/list.ts
|
|
11323
11323
|
import chalk16 from "chalk";
|
|
11324
11324
|
var ListCommand2 = {
|
|
11325
11325
|
command: "list",
|
|
@@ -11413,7 +11413,7 @@ var ListCommand2 = {
|
|
|
11413
11413
|
}
|
|
11414
11414
|
};
|
|
11415
11415
|
|
|
11416
|
-
//
|
|
11416
|
+
// src/commands/tasks/get.ts
|
|
11417
11417
|
import chalk17 from "chalk";
|
|
11418
11418
|
var GetCommand2 = {
|
|
11419
11419
|
command: "get <id>",
|
|
@@ -11506,7 +11506,7 @@ Description: ${task.description}`);
|
|
|
11506
11506
|
}
|
|
11507
11507
|
};
|
|
11508
11508
|
|
|
11509
|
-
//
|
|
11509
|
+
// src/commands/tasks/create.ts
|
|
11510
11510
|
import chalk18 from "chalk";
|
|
11511
11511
|
var CreateCommand = {
|
|
11512
11512
|
command: "create <title>",
|
|
@@ -11583,7 +11583,7 @@ var CreateCommand = {
|
|
|
11583
11583
|
}
|
|
11584
11584
|
};
|
|
11585
11585
|
|
|
11586
|
-
//
|
|
11586
|
+
// src/commands/tasks/update.ts
|
|
11587
11587
|
import chalk19 from "chalk";
|
|
11588
11588
|
var UpdateCommand = {
|
|
11589
11589
|
command: "update <id>",
|
|
@@ -11658,7 +11658,7 @@ var UpdateCommand = {
|
|
|
11658
11658
|
}
|
|
11659
11659
|
};
|
|
11660
11660
|
|
|
11661
|
-
//
|
|
11661
|
+
// src/commands/tasks/delete.ts
|
|
11662
11662
|
import chalk20 from "chalk";
|
|
11663
11663
|
var DeleteCommand2 = {
|
|
11664
11664
|
command: "delete <id>",
|
|
@@ -11719,7 +11719,7 @@ Use --force to skip this confirmation`));
|
|
|
11719
11719
|
}
|
|
11720
11720
|
};
|
|
11721
11721
|
|
|
11722
|
-
//
|
|
11722
|
+
// src/commands/tasks/complete.ts
|
|
11723
11723
|
import chalk21 from "chalk";
|
|
11724
11724
|
var CompleteCommand = {
|
|
11725
11725
|
command: "complete <id>",
|
|
@@ -11778,7 +11778,7 @@ var CompleteCommand = {
|
|
|
11778
11778
|
}
|
|
11779
11779
|
};
|
|
11780
11780
|
|
|
11781
|
-
//
|
|
11781
|
+
// src/commands/tasks/operations.ts
|
|
11782
11782
|
import chalk22 from "chalk";
|
|
11783
11783
|
var OperationsCommand = {
|
|
11784
11784
|
command: "operations <task-id>",
|
|
@@ -11856,7 +11856,7 @@ Operations for Task #${task.id}: ${task.title}
|
|
|
11856
11856
|
}
|
|
11857
11857
|
};
|
|
11858
11858
|
|
|
11859
|
-
//
|
|
11859
|
+
// src/commands/tasks/index.ts
|
|
11860
11860
|
var TasksCommand = {
|
|
11861
11861
|
command: "tasks",
|
|
11862
11862
|
describe: "任务管理 - 创建、追踪、管理任务",
|
|
@@ -11872,7 +11872,7 @@ var TasksCommand = {
|
|
|
11872
11872
|
}
|
|
11873
11873
|
};
|
|
11874
11874
|
|
|
11875
|
-
//
|
|
11875
|
+
// src/commands/skills/list.ts
|
|
11876
11876
|
import chalk23 from "chalk";
|
|
11877
11877
|
var ListCommand3 = {
|
|
11878
11878
|
command: "list",
|
|
@@ -11970,7 +11970,7 @@ var ListCommand3 = {
|
|
|
11970
11970
|
}
|
|
11971
11971
|
};
|
|
11972
11972
|
|
|
11973
|
-
//
|
|
11973
|
+
// src/commands/skills/get.ts
|
|
11974
11974
|
import chalk24 from "chalk";
|
|
11975
11975
|
var GetCommand3 = {
|
|
11976
11976
|
command: "get <name>",
|
|
@@ -12034,7 +12034,7 @@ var GetCommand3 = {
|
|
|
12034
12034
|
}
|
|
12035
12035
|
};
|
|
12036
12036
|
|
|
12037
|
-
//
|
|
12037
|
+
// src/commands/skills/search.ts
|
|
12038
12038
|
import chalk25 from "chalk";
|
|
12039
12039
|
var SearchCommand = {
|
|
12040
12040
|
command: "search <term>",
|
|
@@ -12128,7 +12128,7 @@ var SearchCommand = {
|
|
|
12128
12128
|
}
|
|
12129
12129
|
};
|
|
12130
12130
|
|
|
12131
|
-
//
|
|
12131
|
+
// src/commands/skills/reload.ts
|
|
12132
12132
|
import chalk26 from "chalk";
|
|
12133
12133
|
var ReloadCommand = {
|
|
12134
12134
|
command: "reload",
|
|
@@ -12165,7 +12165,7 @@ var ReloadCommand = {
|
|
|
12165
12165
|
}
|
|
12166
12166
|
};
|
|
12167
12167
|
|
|
12168
|
-
//
|
|
12168
|
+
// src/commands/skills/show-config.ts
|
|
12169
12169
|
import chalk27 from "chalk";
|
|
12170
12170
|
var ShowConfigCommand = {
|
|
12171
12171
|
command: "show-config",
|
|
@@ -12232,7 +12232,7 @@ var ShowConfigCommand = {
|
|
|
12232
12232
|
}
|
|
12233
12233
|
};
|
|
12234
12234
|
|
|
12235
|
-
//
|
|
12235
|
+
// src/commands/skills/index.ts
|
|
12236
12236
|
var SkillsCommand = {
|
|
12237
12237
|
command: "skills",
|
|
12238
12238
|
describe: "技能管理 - 列出、获取、搜索、重新加载技能",
|
|
@@ -12242,7 +12242,7 @@ var SkillsCommand = {
|
|
|
12242
12242
|
}
|
|
12243
12243
|
};
|
|
12244
12244
|
|
|
12245
|
-
//
|
|
12245
|
+
// src/commands/commands-list.ts
|
|
12246
12246
|
import chalk28 from "chalk";
|
|
12247
12247
|
function truncateVisual(str, maxWidth) {
|
|
12248
12248
|
let result = "";
|
|
@@ -12341,7 +12341,7 @@ var CommandsListCommand = {
|
|
|
12341
12341
|
}
|
|
12342
12342
|
};
|
|
12343
12343
|
|
|
12344
|
-
//
|
|
12344
|
+
// src/commands/commands-add.ts
|
|
12345
12345
|
import chalk29 from "chalk";
|
|
12346
12346
|
var CommandsAddCommand = {
|
|
12347
12347
|
command: "add <name> <target>",
|
|
@@ -12416,7 +12416,7 @@ var CommandsAddCommand = {
|
|
|
12416
12416
|
}
|
|
12417
12417
|
};
|
|
12418
12418
|
|
|
12419
|
-
//
|
|
12419
|
+
// src/commands/commands-remove.ts
|
|
12420
12420
|
import chalk30 from "chalk";
|
|
12421
12421
|
var CommandsRemoveCommand = {
|
|
12422
12422
|
command: "remove <name>",
|
|
@@ -12521,7 +12521,7 @@ var CommandsRemoveCommand = {
|
|
|
12521
12521
|
}
|
|
12522
12522
|
};
|
|
12523
12523
|
|
|
12524
|
-
//
|
|
12524
|
+
// src/commands/commands-info.ts
|
|
12525
12525
|
import chalk31 from "chalk";
|
|
12526
12526
|
import { exec } from "child_process";
|
|
12527
12527
|
import { promisify } from "util";
|
|
@@ -12584,7 +12584,7 @@ var CommandsInfoCommand = {
|
|
|
12584
12584
|
}
|
|
12585
12585
|
};
|
|
12586
12586
|
|
|
12587
|
-
//
|
|
12587
|
+
// src/commands/commands-dirs.ts
|
|
12588
12588
|
import chalk32 from "chalk";
|
|
12589
12589
|
var CommandsDirsCommand = {
|
|
12590
12590
|
command: "dirs",
|
|
@@ -12631,7 +12631,7 @@ var CommandsDirsCommand = {
|
|
|
12631
12631
|
}
|
|
12632
12632
|
};
|
|
12633
12633
|
|
|
12634
|
-
//
|
|
12634
|
+
// src/commands/commands.ts
|
|
12635
12635
|
var CommandsCommand = {
|
|
12636
12636
|
command: "commands",
|
|
12637
12637
|
describe: "命令库管理 - 收藏、查询常用命令",
|
|
@@ -12639,16 +12639,16 @@ var CommandsCommand = {
|
|
|
12639
12639
|
handler() {}
|
|
12640
12640
|
};
|
|
12641
12641
|
|
|
12642
|
-
//
|
|
12642
|
+
// src/commands/config/list.ts
|
|
12643
12643
|
import chalk33 from "chalk";
|
|
12644
12644
|
|
|
12645
|
-
//
|
|
12645
|
+
// src/commands/config/config-service.ts
|
|
12646
12646
|
import * as fsSync from "fs";
|
|
12647
12647
|
import * as fsPromises from "fs/promises";
|
|
12648
12648
|
import * as path2 from "path";
|
|
12649
12649
|
import { parseJSONC, parseJSONCWithEnv } from "@ai-setting/roy-agent-core/config";
|
|
12650
12650
|
|
|
12651
|
-
//
|
|
12651
|
+
// src/commands/config/deep-merge.ts
|
|
12652
12652
|
function deepMerge(target, source) {
|
|
12653
12653
|
const result = { ...target };
|
|
12654
12654
|
for (const key in source) {
|
|
@@ -12665,7 +12665,7 @@ function deepMerge(target, source) {
|
|
|
12665
12665
|
return result;
|
|
12666
12666
|
}
|
|
12667
12667
|
|
|
12668
|
-
//
|
|
12668
|
+
// src/commands/config/config-service.ts
|
|
12669
12669
|
class ConfigService {
|
|
12670
12670
|
configComponent;
|
|
12671
12671
|
output;
|
|
@@ -12839,7 +12839,7 @@ class ConfigService {
|
|
|
12839
12839
|
}
|
|
12840
12840
|
}
|
|
12841
12841
|
|
|
12842
|
-
//
|
|
12842
|
+
// src/commands/config/types.ts
|
|
12843
12843
|
var SUPPORTED_COMPONENTS = [
|
|
12844
12844
|
"tool",
|
|
12845
12845
|
"task",
|
|
@@ -12874,7 +12874,7 @@ var COMPONENT_DESCRIPTIONS = {
|
|
|
12874
12874
|
lsp: "LSP Component - 语言服务器协议管理"
|
|
12875
12875
|
};
|
|
12876
12876
|
|
|
12877
|
-
//
|
|
12877
|
+
// src/commands/config/list.ts
|
|
12878
12878
|
var USAGE_COMMANDS = [
|
|
12879
12879
|
{ command: "roy-agent config list", description: "显示帮助信息" },
|
|
12880
12880
|
{ command: "roy-agent config list tool", description: "查看 tool component 配置" },
|
|
@@ -13055,7 +13055,7 @@ function formatValue(value) {
|
|
|
13055
13055
|
return String(value);
|
|
13056
13056
|
}
|
|
13057
13057
|
|
|
13058
|
-
//
|
|
13058
|
+
// src/commands/config/export.ts
|
|
13059
13059
|
import chalk34 from "chalk";
|
|
13060
13060
|
var ConfigExportCommand = {
|
|
13061
13061
|
command: "export <component>",
|
|
@@ -13118,7 +13118,7 @@ var ConfigExportCommand = {
|
|
|
13118
13118
|
}
|
|
13119
13119
|
};
|
|
13120
13120
|
|
|
13121
|
-
//
|
|
13121
|
+
// src/commands/config/import.ts
|
|
13122
13122
|
import chalk35 from "chalk";
|
|
13123
13123
|
var ConfigImportCommand = {
|
|
13124
13124
|
command: "import <component>",
|
|
@@ -13198,7 +13198,7 @@ var ConfigImportCommand = {
|
|
|
13198
13198
|
}
|
|
13199
13199
|
};
|
|
13200
13200
|
|
|
13201
|
-
//
|
|
13201
|
+
// src/commands/config/index.ts
|
|
13202
13202
|
var ConfigCommand = {
|
|
13203
13203
|
command: "config",
|
|
13204
13204
|
describe: "配置管理 - 查看、导出、导入配置",
|
|
@@ -13207,7 +13207,7 @@ var ConfigCommand = {
|
|
|
13207
13207
|
handler: () => {}
|
|
13208
13208
|
};
|
|
13209
13209
|
|
|
13210
|
-
//
|
|
13210
|
+
// src/commands/mcp/list.ts
|
|
13211
13211
|
import chalk36 from "chalk";
|
|
13212
13212
|
var ListCommand4 = {
|
|
13213
13213
|
command: "list",
|
|
@@ -13301,7 +13301,7 @@ var ListCommand4 = {
|
|
|
13301
13301
|
}
|
|
13302
13302
|
};
|
|
13303
13303
|
|
|
13304
|
-
//
|
|
13304
|
+
// src/commands/mcp/tools.ts
|
|
13305
13305
|
import chalk37 from "chalk";
|
|
13306
13306
|
var ToolsCommand = {
|
|
13307
13307
|
command: "tools",
|
|
@@ -13387,7 +13387,7 @@ Total: ${tools.length} tools across ${byServer.size} servers`));
|
|
|
13387
13387
|
}
|
|
13388
13388
|
};
|
|
13389
13389
|
|
|
13390
|
-
//
|
|
13390
|
+
// src/commands/mcp/reload.ts
|
|
13391
13391
|
import chalk38 from "chalk";
|
|
13392
13392
|
var ReloadCommand2 = {
|
|
13393
13393
|
command: "reload",
|
|
@@ -13433,7 +13433,7 @@ var ReloadCommand2 = {
|
|
|
13433
13433
|
}
|
|
13434
13434
|
};
|
|
13435
13435
|
|
|
13436
|
-
//
|
|
13436
|
+
// src/commands/mcp/index.ts
|
|
13437
13437
|
var McpCommand = {
|
|
13438
13438
|
command: "mcp",
|
|
13439
13439
|
describe: "MCP 服务器管理",
|
|
@@ -13441,7 +13441,7 @@ var McpCommand = {
|
|
|
13441
13441
|
handler: () => {}
|
|
13442
13442
|
};
|
|
13443
13443
|
|
|
13444
|
-
//
|
|
13444
|
+
// src/commands/tools/list.ts
|
|
13445
13445
|
import chalk39 from "chalk";
|
|
13446
13446
|
var ListCommand5 = {
|
|
13447
13447
|
command: "list",
|
|
@@ -13519,10 +13519,10 @@ var ListCommand5 = {
|
|
|
13519
13519
|
}
|
|
13520
13520
|
};
|
|
13521
13521
|
|
|
13522
|
-
//
|
|
13522
|
+
// src/commands/tools/get.ts
|
|
13523
13523
|
import chalk40 from "chalk";
|
|
13524
13524
|
|
|
13525
|
-
//
|
|
13525
|
+
// src/commands/tools/shared/schema-helper.ts
|
|
13526
13526
|
import { zodToJsonSchema } from "zod-to-json-schema";
|
|
13527
13527
|
function extractParameters(schema) {
|
|
13528
13528
|
const jsonSchema = zodToJsonSchema(schema);
|
|
@@ -13544,7 +13544,7 @@ function validateRequiredParams(params, args) {
|
|
|
13544
13544
|
};
|
|
13545
13545
|
}
|
|
13546
13546
|
|
|
13547
|
-
//
|
|
13547
|
+
// src/commands/tools/get.ts
|
|
13548
13548
|
var GetCommand4 = {
|
|
13549
13549
|
command: "get <name>",
|
|
13550
13550
|
describe: "获取指定工具的详细信息",
|
|
@@ -13622,7 +13622,7 @@ var GetCommand4 = {
|
|
|
13622
13622
|
}
|
|
13623
13623
|
};
|
|
13624
13624
|
|
|
13625
|
-
//
|
|
13625
|
+
// src/commands/tools/exec-tool.ts
|
|
13626
13626
|
var ExecToolCommand = {
|
|
13627
13627
|
command: "exec-tool <name>",
|
|
13628
13628
|
describe: "执行指定工具",
|
|
@@ -13705,7 +13705,7 @@ var ExecToolCommand = {
|
|
|
13705
13705
|
}
|
|
13706
13706
|
};
|
|
13707
13707
|
|
|
13708
|
-
//
|
|
13708
|
+
// src/commands/tools/index.ts
|
|
13709
13709
|
var ToolsCommand2 = {
|
|
13710
13710
|
command: "tools",
|
|
13711
13711
|
describe: "工具管理 - 列出、获取、执行内置工具",
|
|
@@ -13715,7 +13715,7 @@ var ToolsCommand2 = {
|
|
|
13715
13715
|
}
|
|
13716
13716
|
};
|
|
13717
13717
|
|
|
13718
|
-
//
|
|
13718
|
+
// src/commands/memory/record.ts
|
|
13719
13719
|
import chalk41 from "chalk";
|
|
13720
13720
|
import { createMemoryAgentTools, getBuiltInPrompt } from "@ai-setting/roy-agent-core";
|
|
13721
13721
|
import { bashTool, globTool, readFileTool } from "@ai-setting/roy-agent-core";
|
|
@@ -13927,7 +13927,7 @@ var RecordCommand = {
|
|
|
13927
13927
|
}
|
|
13928
13928
|
};
|
|
13929
13929
|
|
|
13930
|
-
//
|
|
13930
|
+
// src/commands/memory/recall.ts
|
|
13931
13931
|
import chalk42 from "chalk";
|
|
13932
13932
|
var RecallCommand = {
|
|
13933
13933
|
command: "recall",
|
|
@@ -13982,14 +13982,14 @@ var RecallCommand = {
|
|
|
13982
13982
|
}
|
|
13983
13983
|
};
|
|
13984
13984
|
|
|
13985
|
-
//
|
|
13985
|
+
// src/commands/memory/memory.ts
|
|
13986
13986
|
var MemoryCommand = {
|
|
13987
13987
|
command: "memory",
|
|
13988
13988
|
describe: "管理记忆文件 (record, recall)",
|
|
13989
13989
|
builder: (yargs) => yargs.command(RecordCommand).command(RecallCommand).demandCommand(1, "请指定子命令。可用子命令: record, recall"),
|
|
13990
13990
|
handler: () => {}
|
|
13991
13991
|
};
|
|
13992
|
-
//
|
|
13992
|
+
// src/commands/eventsource/list.ts
|
|
13993
13993
|
import chalk43 from "chalk";
|
|
13994
13994
|
function truncateVisual2(str, maxWidth) {
|
|
13995
13995
|
let result = "";
|
|
@@ -14115,7 +14115,7 @@ var EventSourceListCommand = {
|
|
|
14115
14115
|
}
|
|
14116
14116
|
};
|
|
14117
14117
|
|
|
14118
|
-
//
|
|
14118
|
+
// src/commands/eventsource/add.ts
|
|
14119
14119
|
import chalk44 from "chalk";
|
|
14120
14120
|
import { generateId } from "@ai-setting/roy-agent-core";
|
|
14121
14121
|
function uuid() {
|
|
@@ -14203,7 +14203,7 @@ var EventSourceAddCommand = {
|
|
|
14203
14203
|
}
|
|
14204
14204
|
};
|
|
14205
14205
|
|
|
14206
|
-
//
|
|
14206
|
+
// src/commands/eventsource/remove.ts
|
|
14207
14207
|
import chalk45 from "chalk";
|
|
14208
14208
|
var EventSourceRemoveCommand = {
|
|
14209
14209
|
command: "remove <id>",
|
|
@@ -14263,7 +14263,7 @@ var EventSourceRemoveCommand = {
|
|
|
14263
14263
|
}
|
|
14264
14264
|
};
|
|
14265
14265
|
|
|
14266
|
-
//
|
|
14266
|
+
// src/commands/eventsource/start.ts
|
|
14267
14267
|
import chalk46 from "chalk";
|
|
14268
14268
|
var EventSourceStartCommand = {
|
|
14269
14269
|
command: "start <id>",
|
|
@@ -14330,7 +14330,7 @@ var EventSourceStartCommand = {
|
|
|
14330
14330
|
}
|
|
14331
14331
|
};
|
|
14332
14332
|
|
|
14333
|
-
//
|
|
14333
|
+
// src/commands/eventsource/stop.ts
|
|
14334
14334
|
import chalk47 from "chalk";
|
|
14335
14335
|
var EventSourceStopCommand = {
|
|
14336
14336
|
command: "stop <id>",
|
|
@@ -14386,7 +14386,7 @@ var EventSourceStopCommand = {
|
|
|
14386
14386
|
}
|
|
14387
14387
|
};
|
|
14388
14388
|
|
|
14389
|
-
//
|
|
14389
|
+
// src/commands/eventsource/status.ts
|
|
14390
14390
|
import chalk48 from "chalk";
|
|
14391
14391
|
var STATUS_COLORS = {
|
|
14392
14392
|
created: chalk48.gray,
|
|
@@ -14524,7 +14524,7 @@ var EventSourceStatusCommand = {
|
|
|
14524
14524
|
}
|
|
14525
14525
|
};
|
|
14526
14526
|
|
|
14527
|
-
//
|
|
14527
|
+
// src/commands/eventsource/index.ts
|
|
14528
14528
|
var EventSourceCommand = {
|
|
14529
14529
|
command: "eventsource",
|
|
14530
14530
|
aliases: ["es", "event-source"],
|
|
@@ -14533,7 +14533,7 @@ var EventSourceCommand = {
|
|
|
14533
14533
|
handler: () => {}
|
|
14534
14534
|
};
|
|
14535
14535
|
|
|
14536
|
-
//
|
|
14536
|
+
// src/commands/debug/log.ts
|
|
14537
14537
|
import * as fs2 from "fs";
|
|
14538
14538
|
import * as path3 from "path";
|
|
14539
14539
|
import * as readline3 from "readline";
|
|
@@ -14608,7 +14608,7 @@ function getDefaultLogFile() {
|
|
|
14608
14608
|
return path3.join(logDir, logFile);
|
|
14609
14609
|
}
|
|
14610
14610
|
|
|
14611
|
-
//
|
|
14611
|
+
// src/commands/debug/trace.ts
|
|
14612
14612
|
import * as path4 from "path";
|
|
14613
14613
|
import * as os2 from "os";
|
|
14614
14614
|
import { SQLiteSpanStorage } from "@ai-setting/roy-agent-core";
|
|
@@ -14680,7 +14680,7 @@ function formatSpanNode(span, depth, lines) {
|
|
|
14680
14680
|
}
|
|
14681
14681
|
}
|
|
14682
14682
|
|
|
14683
|
-
//
|
|
14683
|
+
// src/commands/debug/span.ts
|
|
14684
14684
|
import * as path5 from "path";
|
|
14685
14685
|
import * as os3 from "os";
|
|
14686
14686
|
import { SQLiteSpanStorage as SQLiteSpanStorage2 } from "@ai-setting/roy-agent-core";
|
|
@@ -14821,7 +14821,7 @@ function formatSpanDetail(span) {
|
|
|
14821
14821
|
`);
|
|
14822
14822
|
}
|
|
14823
14823
|
|
|
14824
|
-
//
|
|
14824
|
+
// src/commands/debug/index.ts
|
|
14825
14825
|
var DebugCommand = {
|
|
14826
14826
|
command: "debug",
|
|
14827
14827
|
describe: "调试工具 - 日志查看、trace 分析、span 查询",
|
|
@@ -14829,7 +14829,7 @@ var DebugCommand = {
|
|
|
14829
14829
|
handler: () => {}
|
|
14830
14830
|
};
|
|
14831
14831
|
|
|
14832
|
-
//
|
|
14832
|
+
// src/commands/workflow/renderers.ts
|
|
14833
14833
|
import chalk49 from "chalk";
|
|
14834
14834
|
function truncateVisual3(str, maxWidth) {
|
|
14835
14835
|
if (!str)
|
|
@@ -15118,7 +15118,7 @@ function renderNodesList(nodes) {
|
|
|
15118
15118
|
`);
|
|
15119
15119
|
}
|
|
15120
15120
|
|
|
15121
|
-
//
|
|
15121
|
+
// src/commands/workflow/commands/list.ts
|
|
15122
15122
|
import chalk50 from "chalk";
|
|
15123
15123
|
var WorkflowListCommand = {
|
|
15124
15124
|
command: "list",
|
|
@@ -15214,7 +15214,7 @@ var WorkflowListCommand = {
|
|
|
15214
15214
|
}
|
|
15215
15215
|
};
|
|
15216
15216
|
|
|
15217
|
-
//
|
|
15217
|
+
// src/commands/workflow/validators/node-validator.ts
|
|
15218
15218
|
class BaseNodeValidator {
|
|
15219
15219
|
validate(node) {
|
|
15220
15220
|
const errors = [];
|
|
@@ -15286,7 +15286,7 @@ class BaseNodeValidator {
|
|
|
15286
15286
|
}
|
|
15287
15287
|
}
|
|
15288
15288
|
|
|
15289
|
-
//
|
|
15289
|
+
// src/commands/workflow/validators/nodes/tool-node-validator.ts
|
|
15290
15290
|
class ToolNodeValidator extends BaseNodeValidator {
|
|
15291
15291
|
nodeType = "tool";
|
|
15292
15292
|
getRequiredFields() {
|
|
@@ -15324,7 +15324,7 @@ class ToolNodeValidator extends BaseNodeValidator {
|
|
|
15324
15324
|
}
|
|
15325
15325
|
}
|
|
15326
15326
|
|
|
15327
|
-
//
|
|
15327
|
+
// src/commands/workflow/validators/nodes/skill-node-validator.ts
|
|
15328
15328
|
class SkillNodeValidator extends BaseNodeValidator {
|
|
15329
15329
|
nodeType = "skill";
|
|
15330
15330
|
getRequiredFields() {
|
|
@@ -15347,7 +15347,7 @@ class SkillNodeValidator extends BaseNodeValidator {
|
|
|
15347
15347
|
}
|
|
15348
15348
|
}
|
|
15349
15349
|
|
|
15350
|
-
//
|
|
15350
|
+
// src/commands/workflow/validators/nodes/agent-node-validator.ts
|
|
15351
15351
|
class AgentNodeValidator extends BaseNodeValidator {
|
|
15352
15352
|
nodeType = "agent";
|
|
15353
15353
|
getRequiredFields() {
|
|
@@ -15392,7 +15392,7 @@ class AgentNodeValidator extends BaseNodeValidator {
|
|
|
15392
15392
|
}
|
|
15393
15393
|
}
|
|
15394
15394
|
|
|
15395
|
-
//
|
|
15395
|
+
// src/commands/workflow/validators/nodes/workflow-node-validator.ts
|
|
15396
15396
|
class WorkflowNodeValidator extends BaseNodeValidator {
|
|
15397
15397
|
nodeType = "workflow";
|
|
15398
15398
|
getRequiredFields() {
|
|
@@ -15415,7 +15415,7 @@ class WorkflowNodeValidator extends BaseNodeValidator {
|
|
|
15415
15415
|
}
|
|
15416
15416
|
}
|
|
15417
15417
|
|
|
15418
|
-
//
|
|
15418
|
+
// src/commands/workflow/validators/nodes/condition-node-validator.ts
|
|
15419
15419
|
class ConditionNodeValidator extends BaseNodeValidator {
|
|
15420
15420
|
nodeType = "condition";
|
|
15421
15421
|
getRequiredFields() {
|
|
@@ -15438,7 +15438,7 @@ class ConditionNodeValidator extends BaseNodeValidator {
|
|
|
15438
15438
|
}
|
|
15439
15439
|
}
|
|
15440
15440
|
|
|
15441
|
-
//
|
|
15441
|
+
// src/commands/workflow/validators/nodes/merge-node-validator.ts
|
|
15442
15442
|
class MergeNodeValidator extends BaseNodeValidator {
|
|
15443
15443
|
nodeType = "merge";
|
|
15444
15444
|
getRequiredFields() {
|
|
@@ -15473,7 +15473,7 @@ class MergeNodeValidator extends BaseNodeValidator {
|
|
|
15473
15473
|
}
|
|
15474
15474
|
}
|
|
15475
15475
|
|
|
15476
|
-
//
|
|
15476
|
+
// src/commands/workflow/validators/nodes/decorator-node-validator.ts
|
|
15477
15477
|
class DecoratorNodeValidator extends BaseNodeValidator {
|
|
15478
15478
|
nodeType = "decorator";
|
|
15479
15479
|
getRequiredFields() {
|
|
@@ -15507,7 +15507,7 @@ class DecoratorNodeValidator extends BaseNodeValidator {
|
|
|
15507
15507
|
}
|
|
15508
15508
|
}
|
|
15509
15509
|
|
|
15510
|
-
//
|
|
15510
|
+
// src/commands/workflow/validators/node-validator-factory.ts
|
|
15511
15511
|
var validators = new Map;
|
|
15512
15512
|
validators.set("tool", new ToolNodeValidator);
|
|
15513
15513
|
validators.set("skill", new SkillNodeValidator);
|
|
@@ -15523,7 +15523,7 @@ function getSupportedNodeTypes() {
|
|
|
15523
15523
|
return Array.from(validators.keys());
|
|
15524
15524
|
}
|
|
15525
15525
|
|
|
15526
|
-
//
|
|
15526
|
+
// src/commands/workflow/validators/workflow-validator.ts
|
|
15527
15527
|
class WorkflowValidator {
|
|
15528
15528
|
validate(workflow) {
|
|
15529
15529
|
const errors = [];
|
|
@@ -15750,7 +15750,7 @@ class WorkflowValidator {
|
|
|
15750
15750
|
}
|
|
15751
15751
|
}
|
|
15752
15752
|
|
|
15753
|
-
//
|
|
15753
|
+
// src/commands/workflow/commands/add.ts
|
|
15754
15754
|
import chalk51 from "chalk";
|
|
15755
15755
|
import fs3 from "fs";
|
|
15756
15756
|
import path6 from "path";
|
|
@@ -15978,7 +15978,7 @@ Agent output:
|
|
|
15978
15978
|
}
|
|
15979
15979
|
};
|
|
15980
15980
|
|
|
15981
|
-
//
|
|
15981
|
+
// src/commands/workflow/commands/get.ts
|
|
15982
15982
|
import chalk52 from "chalk";
|
|
15983
15983
|
var WorkflowGetCommand = {
|
|
15984
15984
|
command: "get <identifier>",
|
|
@@ -16118,7 +16118,7 @@ var WorkflowGetCommand = {
|
|
|
16118
16118
|
}
|
|
16119
16119
|
};
|
|
16120
16120
|
|
|
16121
|
-
//
|
|
16121
|
+
// src/commands/workflow/commands/update.ts
|
|
16122
16122
|
import chalk53 from "chalk";
|
|
16123
16123
|
import fs4 from "fs";
|
|
16124
16124
|
import path7 from "path";
|
|
@@ -16202,7 +16202,7 @@ var WorkflowUpdateCommand = {
|
|
|
16202
16202
|
}
|
|
16203
16203
|
};
|
|
16204
16204
|
|
|
16205
|
-
//
|
|
16205
|
+
// src/commands/workflow/commands/remove.ts
|
|
16206
16206
|
import chalk54 from "chalk";
|
|
16207
16207
|
var WorkflowRemoveCommand = {
|
|
16208
16208
|
command: "remove <name>",
|
|
@@ -16261,7 +16261,7 @@ var WorkflowRemoveCommand = {
|
|
|
16261
16261
|
}
|
|
16262
16262
|
};
|
|
16263
16263
|
|
|
16264
|
-
//
|
|
16264
|
+
// src/commands/workflow/commands/run.ts
|
|
16265
16265
|
var import_yaml = __toESM(require_dist(), 1);
|
|
16266
16266
|
import chalk55 from "chalk";
|
|
16267
16267
|
import fs5 from "fs";
|
|
@@ -16504,7 +16504,7 @@ var WorkflowRunCommand = {
|
|
|
16504
16504
|
handler: runWorkflow
|
|
16505
16505
|
};
|
|
16506
16506
|
|
|
16507
|
-
//
|
|
16507
|
+
// src/commands/workflow/commands/stop.ts
|
|
16508
16508
|
import chalk56 from "chalk";
|
|
16509
16509
|
import { wrapFunction as wrapFunction2 } from "@ai-setting/roy-agent-core";
|
|
16510
16510
|
var stopWorkflow = wrapFunction2(async function stopWorkflowImpl(args) {
|
|
@@ -16557,7 +16557,7 @@ var WorkflowStopCommand = {
|
|
|
16557
16557
|
handler: stopWorkflow
|
|
16558
16558
|
};
|
|
16559
16559
|
|
|
16560
|
-
//
|
|
16560
|
+
// src/commands/workflow/commands/status.ts
|
|
16561
16561
|
import chalk57 from "chalk";
|
|
16562
16562
|
var WorkflowStatusCommand = {
|
|
16563
16563
|
command: "status <runId>",
|
|
@@ -16661,7 +16661,7 @@ ${emoji} Status: ${status.toUpperCase()}`));
|
|
|
16661
16661
|
}
|
|
16662
16662
|
};
|
|
16663
16663
|
|
|
16664
|
-
//
|
|
16664
|
+
// src/commands/workflow/commands/nodes.ts
|
|
16665
16665
|
import chalk58 from "chalk";
|
|
16666
16666
|
var BUILT_IN_NODES = [
|
|
16667
16667
|
{
|
|
@@ -17071,7 +17071,7 @@ Use `) + chalk58.cyan("roy-agent workflow nodes <type>") + chalk58.gray(" for de
|
|
|
17071
17071
|
}
|
|
17072
17072
|
};
|
|
17073
17073
|
|
|
17074
|
-
//
|
|
17074
|
+
// src/commands/workflow/commands/validate.ts
|
|
17075
17075
|
import chalk59 from "chalk";
|
|
17076
17076
|
import { readFileSync } from "fs";
|
|
17077
17077
|
async function parseWorkflowInput(input, yamlStr) {
|
|
@@ -17163,7 +17163,7 @@ Error: ${error.message}`));
|
|
|
17163
17163
|
}
|
|
17164
17164
|
};
|
|
17165
17165
|
|
|
17166
|
-
//
|
|
17166
|
+
// src/commands/workflow/index.ts
|
|
17167
17167
|
var WorkflowCommand = {
|
|
17168
17168
|
command: "workflow",
|
|
17169
17169
|
describe: "Workflow DAG management and execution - create, run, and monitor workflows",
|
|
@@ -17171,7 +17171,7 @@ var WorkflowCommand = {
|
|
|
17171
17171
|
handler() {}
|
|
17172
17172
|
};
|
|
17173
17173
|
|
|
17174
|
-
//
|
|
17174
|
+
// src/commands/lsp/install.ts
|
|
17175
17175
|
import { createInstaller, LSP_PACKAGES } from "@ai-setting/roy-agent-coder-harness";
|
|
17176
17176
|
var LspInstallCommand = {
|
|
17177
17177
|
command: "install [languages...]",
|
|
@@ -17282,7 +17282,7 @@ ${installed.length}/${LSP_PACKAGES.length} installed
|
|
|
17282
17282
|
}
|
|
17283
17283
|
};
|
|
17284
17284
|
|
|
17285
|
-
//
|
|
17285
|
+
// src/commands/lsp/list.ts
|
|
17286
17286
|
import { createInstaller as createInstaller2, LSP_PACKAGES as LSP_PACKAGES2 } from "@ai-setting/roy-agent-coder-harness";
|
|
17287
17287
|
var LspListCommand = {
|
|
17288
17288
|
command: "list",
|
|
@@ -17332,7 +17332,7 @@ ${installed.length}/${LSP_PACKAGES2.length} installed
|
|
|
17332
17332
|
}
|
|
17333
17333
|
};
|
|
17334
17334
|
|
|
17335
|
-
//
|
|
17335
|
+
// src/commands/lsp/check.ts
|
|
17336
17336
|
import { createInstaller as createInstaller3, LSP_PACKAGES as LSP_PACKAGES3, LSPConfigLoader } from "@ai-setting/roy-agent-coder-harness";
|
|
17337
17337
|
var LspCheckCommand = {
|
|
17338
17338
|
command: "check [server-id]",
|
|
@@ -17403,7 +17403,7 @@ var LspCheckCommand = {
|
|
|
17403
17403
|
}
|
|
17404
17404
|
};
|
|
17405
17405
|
|
|
17406
|
-
//
|
|
17406
|
+
// src/commands/lsp/index.ts
|
|
17407
17407
|
var LspCommand = {
|
|
17408
17408
|
command: "lsp",
|
|
17409
17409
|
describe: "Manage LSP (Language Server Protocol) servers",
|
|
@@ -17413,7 +17413,7 @@ var LspCommand = {
|
|
|
17413
17413
|
}
|
|
17414
17414
|
};
|
|
17415
17415
|
|
|
17416
|
-
//
|
|
17416
|
+
// src/cli.ts
|
|
17417
17417
|
function quietModeMiddleware(argv) {
|
|
17418
17418
|
const quietService = CliQuietModeService.getInstance();
|
|
17419
17419
|
quietService.setQuietFromArgv(argv);
|