@kernlang/agon 0.1.5 → 0.1.6
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/{chunk-4NTH3EAR.js → chunk-3PDYVGRS.js} +77 -22
- package/dist/chunk-3PDYVGRS.js.map +1 -0
- package/dist/{chunk-GPYWJO2Q.js → chunk-6IF2AV4Y.js} +8 -7
- package/dist/{chunk-GPYWJO2Q.js.map → chunk-6IF2AV4Y.js.map} +1 -1
- package/dist/{chunk-73ETZFDH.js → chunk-7WZ2O5WZ.js} +4 -4
- package/dist/{chunk-DGTU4UWQ.js → chunk-NBV37VMW.js} +2 -2
- package/dist/{chunk-46WNYE4R.js → chunk-PUNBDLQO.js} +31 -31
- package/dist/chunk-PUNBDLQO.js.map +1 -0
- package/dist/{chunk-HAJIKZGU.js → chunk-TMNHJOKU.js} +408 -68
- package/dist/chunk-TMNHJOKU.js.map +1 -0
- package/dist/{chunk-SOUF7XTW.js → chunk-XWHC6VAH.js} +3 -2
- package/dist/chunk-XWHC6VAH.js.map +1 -0
- package/dist/{dispatch-XHLJ44TF.js → dispatch-S3CR5HKX.js} +2 -2
- package/dist/engines/codex.json +3 -0
- package/dist/{forge-ZI7NE73F.js → forge-GUOEJ5DJ.js} +6 -6
- package/dist/index.js +28 -24
- package/dist/index.js.map +1 -1
- package/dist/{plan-mode-KIXDKD63.js → plan-mode-35BONR7S.js} +6 -6
- package/dist/{src-4A5FVACG.js → src-3NWTITZM.js} +9 -3
- package/dist/{update-DLPMYTF3.js → update-H3LE4ZSI.js} +5 -5
- package/package.json +3 -2
- package/dist/chunk-46WNYE4R.js.map +0 -1
- package/dist/chunk-4NTH3EAR.js.map +0 -1
- package/dist/chunk-HAJIKZGU.js.map +0 -1
- package/dist/chunk-SOUF7XTW.js.map +0 -1
- /package/dist/{chunk-73ETZFDH.js.map → chunk-7WZ2O5WZ.js.map} +0 -0
- /package/dist/{chunk-DGTU4UWQ.js.map → chunk-NBV37VMW.js.map} +0 -0
- /package/dist/{dispatch-XHLJ44TF.js.map → dispatch-S3CR5HKX.js.map} +0 -0
- /package/dist/{forge-ZI7NE73F.js.map → forge-GUOEJ5DJ.js.map} +0 -0
- /package/dist/{plan-mode-KIXDKD63.js.map → plan-mode-35BONR7S.js.map} +0 -0
- /package/dist/{src-4A5FVACG.js.map → src-3NWTITZM.js.map} +0 -0
- /package/dist/{update-DLPMYTF3.js.map → update-H3LE4ZSI.js.map} +0 -0
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
buildStepExecutors,
|
|
4
4
|
handleExitPlanMode,
|
|
5
5
|
handleProposePlan
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PUNBDLQO.js";
|
|
7
7
|
import "./chunk-HSPQEDHX.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-3PDYVGRS.js";
|
|
9
|
+
import "./chunk-NBV37VMW.js";
|
|
10
|
+
import "./chunk-TMNHJOKU.js";
|
|
11
|
+
import "./chunk-XWHC6VAH.js";
|
|
12
12
|
export {
|
|
13
13
|
buildStepExecutors,
|
|
14
14
|
handleExitPlanMode,
|
|
15
15
|
handleProposePlan
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=plan-mode-
|
|
17
|
+
//# sourceMappingURL=plan-mode-35BONR7S.js.map
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AgentSession,
|
|
6
6
|
AgentTeam,
|
|
7
7
|
AgonError,
|
|
8
|
+
CESAR_STEP_TYPES,
|
|
8
9
|
CORPUS_PATH,
|
|
9
10
|
CommandRegistry,
|
|
10
11
|
ConfigError,
|
|
@@ -181,6 +182,7 @@ import {
|
|
|
181
182
|
discoverExtensionDirs,
|
|
182
183
|
discoverMcpServers,
|
|
183
184
|
effectPackageDiff,
|
|
185
|
+
encodeImagesForDispatch,
|
|
184
186
|
engineHealth,
|
|
185
187
|
ensureAgonHome,
|
|
186
188
|
ensureCurrentWorkspace,
|
|
@@ -368,6 +370,7 @@ import {
|
|
|
368
370
|
runHooks,
|
|
369
371
|
runPostSynthesisFitnessCheck,
|
|
370
372
|
runToolLoop,
|
|
373
|
+
sanitizePlanSteps,
|
|
371
374
|
sanitizeRunLabel,
|
|
372
375
|
saveAuthStore,
|
|
373
376
|
saveCesarPlan,
|
|
@@ -433,18 +436,19 @@ import {
|
|
|
433
436
|
worktreeRemoveBestEffort,
|
|
434
437
|
writeProvenanceReport,
|
|
435
438
|
writeRunStatus
|
|
436
|
-
} from "./chunk-
|
|
439
|
+
} from "./chunk-TMNHJOKU.js";
|
|
437
440
|
import {
|
|
438
441
|
apiDispatch,
|
|
439
442
|
apiStreamDispatch,
|
|
440
443
|
apiStreamDispatchWithHistory
|
|
441
|
-
} from "./chunk-
|
|
444
|
+
} from "./chunk-XWHC6VAH.js";
|
|
442
445
|
export {
|
|
443
446
|
AGON_HOME,
|
|
444
447
|
AGON_MODE_NAMES,
|
|
445
448
|
AgentSession,
|
|
446
449
|
AgentTeam,
|
|
447
450
|
AgonError,
|
|
451
|
+
CESAR_STEP_TYPES,
|
|
448
452
|
CORPUS_PATH,
|
|
449
453
|
CommandRegistry,
|
|
450
454
|
ConfigError,
|
|
@@ -624,6 +628,7 @@ export {
|
|
|
624
628
|
discoverExtensionDirs,
|
|
625
629
|
discoverMcpServers,
|
|
626
630
|
effectPackageDiff,
|
|
631
|
+
encodeImagesForDispatch,
|
|
627
632
|
engineHealth,
|
|
628
633
|
ensureAgonHome,
|
|
629
634
|
ensureCurrentWorkspace,
|
|
@@ -811,6 +816,7 @@ export {
|
|
|
811
816
|
runHooks,
|
|
812
817
|
runPostSynthesisFitnessCheck,
|
|
813
818
|
runToolLoop,
|
|
819
|
+
sanitizePlanSteps,
|
|
814
820
|
sanitizeRunLabel,
|
|
815
821
|
saveAuthStore,
|
|
816
822
|
saveCesarPlan,
|
|
@@ -877,4 +883,4 @@ export {
|
|
|
877
883
|
writeProvenanceReport,
|
|
878
884
|
writeRunStatus
|
|
879
885
|
};
|
|
880
|
-
//# sourceMappingURL=src-
|
|
886
|
+
//# sourceMappingURL=src-3NWTITZM.js.map
|
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
runUpdate,
|
|
11
11
|
suggestPermissionFix,
|
|
12
12
|
updateCommand
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6IF2AV4Y.js";
|
|
14
14
|
import "./chunk-HSPQEDHX.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-NBV37VMW.js";
|
|
16
|
+
import "./chunk-TMNHJOKU.js";
|
|
17
|
+
import "./chunk-XWHC6VAH.js";
|
|
18
18
|
export {
|
|
19
19
|
DEFAULT_PACKAGE,
|
|
20
20
|
DEFAULT_TIMEOUT_MS,
|
|
@@ -27,4 +27,4 @@ export {
|
|
|
27
27
|
suggestPermissionFix,
|
|
28
28
|
updateCommand
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=update-
|
|
30
|
+
//# sourceMappingURL=update-H3LE4ZSI.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernlang/agon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The competitive multi-AI orchestration CLI. Engines compete in isolated git worktrees on the same task, the best test-passing solution is applied, and Glicko-2 ratings track each model over time. Modes: forge, brainstorm, synthesis, tribunal, council, campfire, think, nero, goal, conquer.",
|
|
6
6
|
"keywords": [
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@kernlang/agon-engines": "^0.1.1",
|
|
58
|
-
"@kernlang/agon-dedup": "^0.1.
|
|
58
|
+
"@kernlang/agon-dedup": "^0.1.6",
|
|
59
|
+
"@kernlang/agon-mcp": "^0.1.6",
|
|
59
60
|
"@ai-sdk/anthropic": "^3.0.67",
|
|
60
61
|
"@ai-sdk/openai-compatible": "^2.0.40",
|
|
61
62
|
"@kernlang/protocol": "~3.5.8",
|