rhachet 1.3.0 → 1.3.3
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/.test/stitchers/genStitcherCodeFileRead.d.ts +1 -1
- package/dist/.test/stitchers/genStitcherCodeFileWrite.d.ts +1 -1
- package/dist/.test/stitchers/genStitcherCodeReviewImagine.d.ts +1 -1
- package/dist/.test/stitchers/stitcherCodeDiffImagine.d.ts +1 -1
- package/dist/.test/stitchers/stitcherFanoutRandomSum.d.ts +4 -4
- package/dist/.test/stitchers/stitcherFanoutSubroutes.d.ts +3 -3
- package/dist/contract/sdk.d.ts +9 -1
- package/dist/contract/sdk.js +16 -2
- package/dist/contract/sdk.js.map +1 -1
- package/dist/logic/invoke/getSkillContext.d.ts +1 -1
- package/dist/logic/weave/compose/asStitcher.d.ts +1 -1
- package/dist/logic/weave/enweaveOneCycle.test.js.map +1 -1
- package/package.json +3 -3
|
@@ -11,4 +11,4 @@ export declare const genStitcherCodeFileRead: <TStitchee extends keyof TThreads,
|
|
|
11
11
|
output: OutputFileRead | ((input: {
|
|
12
12
|
threads: TThreads;
|
|
13
13
|
}) => OutputFileRead);
|
|
14
|
-
}) => StitchStepCompute<GStitcher<TThreads, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("
|
|
14
|
+
}) => StitchStepCompute<GStitcher<TThreads, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, OutputFileRead>>;
|
|
@@ -13,4 +13,4 @@ export type OutputFileWrite = {
|
|
|
13
13
|
export declare const genStitcherCodeFileWrite: <TStitchee extends keyof TThreads, TThreads extends Threads<any> = Threads>(input: {
|
|
14
14
|
stitchee: TStitchee;
|
|
15
15
|
path?: string;
|
|
16
|
-
}) => StitchStepCompute<GStitcher<TThreads, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("
|
|
16
|
+
}) => StitchStepCompute<GStitcher<TThreads, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, OutputFileWrite>>;
|
|
@@ -12,4 +12,4 @@ export declare const genStitcherCodeReview: (input: {
|
|
|
12
12
|
tools: string[];
|
|
13
13
|
facts: string[];
|
|
14
14
|
};
|
|
15
|
-
}>, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("
|
|
15
|
+
}>, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, string>>;
|
|
@@ -10,4 +10,4 @@ export declare const stitcherCodeDiffImagine: StitchStepImagine<GStitcher<Thread
|
|
|
10
10
|
director: {
|
|
11
11
|
directive?: string;
|
|
12
12
|
};
|
|
13
|
-
}>, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("
|
|
13
|
+
}>, ContextOpenAI & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, string>>;
|
|
@@ -4,10 +4,10 @@ import { GStitcher } from '../../domain/objects/Stitcher';
|
|
|
4
4
|
import { Threads } from '../../domain/objects/Threads';
|
|
5
5
|
export declare const stitcherFanoutRandomSum: import("../..").StitchFanout<import("../../logic/weave/compose/GStitcherInferredFromFanout.generic").GStitcherInferredFromFanout<[StitchStepCompute<GStitcher<Threads<{
|
|
6
6
|
main: Empty;
|
|
7
|
-
}>, import("simple-log-methods").ContextLogTrail & import("
|
|
7
|
+
}>, import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>, StitchStepCompute<GStitcher<Threads<{
|
|
8
8
|
main: Empty;
|
|
9
|
-
}>, import("simple-log-methods").ContextLogTrail & import("
|
|
9
|
+
}>, import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>, StitchStepCompute<GStitcher<Threads<{
|
|
10
10
|
main: Empty;
|
|
11
|
-
}>, import("simple-log-methods").ContextLogTrail & import("
|
|
11
|
+
}>, import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>], StitchStepCompute<GStitcher<Threads<{
|
|
12
12
|
main: Empty;
|
|
13
|
-
}, "multiple">, import("simple-log-methods").ContextLogTrail & import("
|
|
13
|
+
}, "multiple">, import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>>>;
|
|
@@ -13,7 +13,7 @@ export declare const stitcherFanoutWithRoutes: import("../..").StitchFanout<impo
|
|
|
13
13
|
stitch: {
|
|
14
14
|
trail: import("../..").StitchTrail;
|
|
15
15
|
};
|
|
16
|
-
} & import("simple-log-methods").ContextLogTrail & import("
|
|
16
|
+
} & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>, import("../../domain/objects/Stitcher").Stitcher<GStitcher<Threads<{
|
|
17
17
|
main: import("../../domain/objects/Threads").ThreadContextRole<"main">;
|
|
18
18
|
}, "single">, {
|
|
19
19
|
log: import("simple-log-methods").LogMethods & {
|
|
@@ -24,6 +24,6 @@ export declare const stitcherFanoutWithRoutes: import("../..").StitchFanout<impo
|
|
|
24
24
|
stitch: {
|
|
25
25
|
trail: import("../..").StitchTrail;
|
|
26
26
|
};
|
|
27
|
-
} & import("simple-log-methods").ContextLogTrail & import("
|
|
27
|
+
} & import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>], StitchStepCompute<GStitcher<Threads<{
|
|
28
28
|
main: Empty;
|
|
29
|
-
}, "multiple">, import("simple-log-methods").ContextLogTrail & import("
|
|
29
|
+
}, "multiple">, import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, number>>>>;
|
package/dist/contract/sdk.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from '../domain/objects';
|
|
1
2
|
export { genStitchChoice } from '../logic/weave/compose/genStitchChoice';
|
|
2
3
|
export { genStitchCycle } from '../logic/weave/compose/genStitchCycle';
|
|
3
4
|
export { genStitchFanout } from '../logic/weave/compose/genStitchFanout';
|
|
@@ -5,4 +6,11 @@ export { genStitchRoute } from '../logic/weave/compose/genStitchRoute';
|
|
|
5
6
|
export { enweaveOneStitcher } from '../logic/weave/enweaveOneStitcher';
|
|
6
7
|
export { asStitcher } from '../logic/weave/compose/asStitcher';
|
|
7
8
|
export { asStitcherFlat } from '../logic/weave/compose/asStitcherFlat';
|
|
8
|
-
export
|
|
9
|
+
export { genTemplate } from '../logic/template/genTemplate';
|
|
10
|
+
export { getTemplateValFromArtifacts } from '../logic/template/getTemplateValFromArtifacts';
|
|
11
|
+
export { getTemplateVarsFromRoleInherit } from '../logic/template/getTemplateVarsFromInheritance';
|
|
12
|
+
export { useTemplate } from '../logic/template/useTemplate';
|
|
13
|
+
export { genStepImagineViaTemplate } from '../logic/template/genStepImagineViaTemplate';
|
|
14
|
+
export { ContextStitchTrail } from '../logic/stitch/withStitchTrail';
|
|
15
|
+
export { getStitch } from '../logic/thread/getStitch';
|
|
16
|
+
export { enrollThread } from '../logic/role/enrollThread';
|
package/dist/contract/sdk.js
CHANGED
|
@@ -14,7 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.asStitcherFlat = exports.asStitcher = exports.enweaveOneStitcher = exports.genStitchRoute = exports.genStitchFanout = exports.genStitchCycle = exports.genStitchChoice = void 0;
|
|
17
|
+
exports.enrollThread = exports.getStitch = exports.genStepImagineViaTemplate = exports.useTemplate = exports.getTemplateVarsFromRoleInherit = exports.getTemplateValFromArtifacts = exports.genTemplate = exports.asStitcherFlat = exports.asStitcher = exports.enweaveOneStitcher = exports.genStitchRoute = exports.genStitchFanout = exports.genStitchCycle = exports.genStitchChoice = void 0;
|
|
18
|
+
__exportStar(require("../domain/objects"), exports);
|
|
18
19
|
var genStitchChoice_1 = require("../logic/weave/compose/genStitchChoice");
|
|
19
20
|
Object.defineProperty(exports, "genStitchChoice", { enumerable: true, get: function () { return genStitchChoice_1.genStitchChoice; } });
|
|
20
21
|
var genStitchCycle_1 = require("../logic/weave/compose/genStitchCycle");
|
|
@@ -29,5 +30,18 @@ var asStitcher_1 = require("../logic/weave/compose/asStitcher");
|
|
|
29
30
|
Object.defineProperty(exports, "asStitcher", { enumerable: true, get: function () { return asStitcher_1.asStitcher; } });
|
|
30
31
|
var asStitcherFlat_1 = require("../logic/weave/compose/asStitcherFlat");
|
|
31
32
|
Object.defineProperty(exports, "asStitcherFlat", { enumerable: true, get: function () { return asStitcherFlat_1.asStitcherFlat; } });
|
|
32
|
-
|
|
33
|
+
var genTemplate_1 = require("../logic/template/genTemplate");
|
|
34
|
+
Object.defineProperty(exports, "genTemplate", { enumerable: true, get: function () { return genTemplate_1.genTemplate; } });
|
|
35
|
+
var getTemplateValFromArtifacts_1 = require("../logic/template/getTemplateValFromArtifacts");
|
|
36
|
+
Object.defineProperty(exports, "getTemplateValFromArtifacts", { enumerable: true, get: function () { return getTemplateValFromArtifacts_1.getTemplateValFromArtifacts; } });
|
|
37
|
+
var getTemplateVarsFromInheritance_1 = require("../logic/template/getTemplateVarsFromInheritance");
|
|
38
|
+
Object.defineProperty(exports, "getTemplateVarsFromRoleInherit", { enumerable: true, get: function () { return getTemplateVarsFromInheritance_1.getTemplateVarsFromRoleInherit; } });
|
|
39
|
+
var useTemplate_1 = require("../logic/template/useTemplate");
|
|
40
|
+
Object.defineProperty(exports, "useTemplate", { enumerable: true, get: function () { return useTemplate_1.useTemplate; } });
|
|
41
|
+
var genStepImagineViaTemplate_1 = require("../logic/template/genStepImagineViaTemplate");
|
|
42
|
+
Object.defineProperty(exports, "genStepImagineViaTemplate", { enumerable: true, get: function () { return genStepImagineViaTemplate_1.genStepImagineViaTemplate; } });
|
|
43
|
+
var getStitch_1 = require("../logic/thread/getStitch");
|
|
44
|
+
Object.defineProperty(exports, "getStitch", { enumerable: true, get: function () { return getStitch_1.getStitch; } });
|
|
45
|
+
var enrollThread_1 = require("../logic/role/enrollThread");
|
|
46
|
+
Object.defineProperty(exports, "enrollThread", { enumerable: true, get: function () { return enrollThread_1.enrollThread; } });
|
|
33
47
|
//# sourceMappingURL=sdk.js.map
|
package/dist/contract/sdk.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/contract/sdk.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0EAAyE;AAAhE,kHAAA,eAAe,OAAA;AACxB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AACvB,0EAAyE;AAAhE,kHAAA,eAAe,OAAA;AACxB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AAEvB,wEAAuE;AAA9D,wHAAA,kBAAkB,OAAA;AAE3B,gEAA+D;AAAtD,wGAAA,UAAU,OAAA;AACnB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AAEvB,
|
|
1
|
+
{"version":3,"file":"sdk.js","sourceRoot":"","sources":["../../src/contract/sdk.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,oDAAkC;AAElC,0EAAyE;AAAhE,kHAAA,eAAe,OAAA;AACxB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AACvB,0EAAyE;AAAhE,kHAAA,eAAe,OAAA;AACxB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AAEvB,wEAAuE;AAA9D,wHAAA,kBAAkB,OAAA;AAE3B,gEAA+D;AAAtD,wGAAA,UAAU,OAAA;AACnB,wEAAuE;AAA9D,gHAAA,cAAc,OAAA;AAEvB,6DAA4D;AAAnD,0GAAA,WAAW,OAAA;AACpB,6FAA4F;AAAnF,0IAAA,2BAA2B,OAAA;AACpC,mGAAkG;AAAzF,gJAAA,8BAA8B,OAAA;AACvC,6DAA4D;AAAnD,0GAAA,WAAW,OAAA;AACpB,yFAAwF;AAA/E,sIAAA,yBAAyB,OAAA;AAGlC,uDAAsD;AAA7C,sGAAA,SAAS,OAAA;AAClB,2DAA0D;AAAjD,4GAAA,YAAY,OAAA"}
|
|
@@ -6,7 +6,7 @@ import { RoleSkillContextGetter } from '../../domain/objects/RoleSkillArgGetter'
|
|
|
6
6
|
* - supports flexible skill execution via CLI, tests, or runtime composition
|
|
7
7
|
* - ensures all required env inputs are present and valid
|
|
8
8
|
*/
|
|
9
|
-
export declare const getSkillContext: <TOutput extends import("simple-log-methods").ContextLogTrail & import("
|
|
9
|
+
export declare const getSkillContext: <TOutput extends import("simple-log-methods").ContextLogTrail & import("../..").ContextStitchTrail, TVars extends Record<string, any>>(input: {
|
|
10
10
|
getter: RoleSkillContextGetter<TOutput, TVars>;
|
|
11
11
|
from: PickOne<{
|
|
12
12
|
passin: TVars;
|
|
@@ -9,4 +9,4 @@ import { Threads } from '../../../domain/objects/Threads';
|
|
|
9
9
|
* - without this, they're not composable, due to typescript(generic invariance on classes cause)
|
|
10
10
|
* - infers the type deeply
|
|
11
11
|
*/
|
|
12
|
-
export declare const asStitcher: <T extends Stitcher<GStitcher<any, any, any>>>(input: T) => T extends Stitcher<GStitcher<infer TThreads extends Threads<any, any>, infer TContext extends import("simple-log-methods").ContextLogTrail & import("
|
|
12
|
+
export declare const asStitcher: <T extends Stitcher<GStitcher<any, any, any>>>(input: T) => T extends Stitcher<GStitcher<infer TThreads extends Threads<any, any>, infer TContext extends import("simple-log-methods").ContextLogTrail & import("../../..").ContextStitchTrail, infer TOutput>> ? Stitcher<GStitcher<Threads<TThreads extends Threads<infer TContextDict extends Record<string, object>, any> ? TContextDict : never, "single">, TContext, TOutput>> : never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enweaveOneCycle.test.js","sourceRoot":"","sources":["../../../src/logic/weave/enweaveOneCycle.test.ts"],"names":[],"mappings":";;AAAA,iDAA2C;AAC3C,uCAA6C;AAG7C,uEAAoE;AACpE,6EAA0E;
|
|
1
|
+
{"version":3,"file":"enweaveOneCycle.test.js","sourceRoot":"","sources":["../../../src/logic/weave/enweaveOneCycle.test.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "A framework for reliable, thorough thought. Weave threads of thought via stitches.",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.3",
|
|
6
6
|
"repository": "ehmpathy/rhachet",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet",
|
|
8
8
|
"keywords": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"types": "dist/contract/sdk.d.ts",
|
|
18
18
|
"bin": {
|
|
19
|
-
"
|
|
19
|
+
"rhachet": "./bin/run"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"/bin",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"prepare:husky": "npx husky install && chmod ug+x .husky/*"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@ehmpathy/uni-time": "1.8.
|
|
54
|
+
"@ehmpathy/uni-time": "1.8.2",
|
|
55
55
|
"as-procedure": "1.1.6",
|
|
56
56
|
"commander": "14.0.0",
|
|
57
57
|
"domain-objects": "0.25.2",
|