@kernlang/agon 0.1.0 → 0.1.1
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/LICENSE +21 -0
- package/README.md +47 -0
- package/dist/{chunk-ESSX7EFA.js → chunk-5QMVQPHY.js} +6 -2
- package/dist/{chunk-ESSX7EFA.js.map → chunk-5QMVQPHY.js.map} +1 -1
- package/dist/{chunk-GCXVT7RP.js → chunk-7PMMOQZ7.js} +3 -3
- package/dist/{chunk-GCXVT7RP.js.map → chunk-7PMMOQZ7.js.map} +1 -1
- package/dist/{chunk-4HY7J7LY.js → chunk-HVJTVOXT.js} +13 -11
- package/dist/chunk-HVJTVOXT.js.map +1 -0
- package/dist/{chunk-5J4XXR3J.js → chunk-LVW723TJ.js} +3 -3
- package/dist/{chunk-5J4XXR3J.js.map → chunk-LVW723TJ.js.map} +1 -1
- package/dist/{chunk-YNZ4UHZI.js → chunk-RSS3RL6Z.js} +3 -3
- package/dist/{chunk-YNZ4UHZI.js.map → chunk-RSS3RL6Z.js.map} +1 -1
- package/dist/{dispatch-CJVPYWJJ.js → dispatch-6LQSMMGI.js} +2 -2
- package/dist/{forge-OWSOM4TQ.js → forge-JWR2Z76K.js} +5 -5
- package/dist/index.js +49 -29
- package/dist/index.js.map +1 -1
- package/dist/{plan-mode-MWL3DAHY.js → plan-mode-KBJY2FJN.js} +5 -5
- package/dist/{src-HKGB6OYR.js → src-U2AWRNRL.js} +3 -3
- package/package.json +40 -4
- package/dist/chunk-4HY7J7LY.js.map +0 -1
- /package/dist/{dispatch-CJVPYWJJ.js.map → dispatch-6LQSMMGI.js.map} +0 -0
- /package/dist/{forge-OWSOM4TQ.js.map → forge-JWR2Z76K.js.map} +0 -0
- /package/dist/{plan-mode-MWL3DAHY.js.map → plan-mode-KBJY2FJN.js.map} +0 -0
- /package/dist/{src-HKGB6OYR.js.map → src-U2AWRNRL.js.map} +0 -0
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
buildStepExecutors,
|
|
4
4
|
handleExitPlanMode,
|
|
5
5
|
handleProposePlan
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-LVW723TJ.js";
|
|
7
|
+
import "./chunk-HVJTVOXT.js";
|
|
8
|
+
import "./chunk-7PMMOQZ7.js";
|
|
9
|
+
import "./chunk-5QMVQPHY.js";
|
|
10
10
|
export {
|
|
11
11
|
buildStepExecutors,
|
|
12
12
|
handleExitPlanMode,
|
|
13
13
|
handleProposePlan
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=plan-mode-
|
|
15
|
+
//# sourceMappingURL=plan-mode-KBJY2FJN.js.map
|
|
@@ -397,12 +397,12 @@ import {
|
|
|
397
397
|
worktreeRemoveBestEffort,
|
|
398
398
|
writeProvenanceReport,
|
|
399
399
|
writeRunStatus
|
|
400
|
-
} from "./chunk-
|
|
400
|
+
} from "./chunk-7PMMOQZ7.js";
|
|
401
401
|
import {
|
|
402
402
|
apiDispatch,
|
|
403
403
|
apiStreamDispatch,
|
|
404
404
|
apiStreamDispatchWithHistory
|
|
405
|
-
} from "./chunk-
|
|
405
|
+
} from "./chunk-5QMVQPHY.js";
|
|
406
406
|
export {
|
|
407
407
|
AGON_HOME,
|
|
408
408
|
AgentSession,
|
|
@@ -805,4 +805,4 @@ export {
|
|
|
805
805
|
writeProvenanceReport,
|
|
806
806
|
writeRunStatus
|
|
807
807
|
};
|
|
808
|
-
//# sourceMappingURL=src-
|
|
808
|
+
//# sourceMappingURL=src-U2AWRNRL.js.map
|
package/package.json
CHANGED
|
@@ -1,12 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernlang/agon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
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
|
+
"keywords": [
|
|
7
|
+
"ai",
|
|
8
|
+
"cli",
|
|
9
|
+
"llm",
|
|
10
|
+
"orchestration",
|
|
11
|
+
"multi-agent",
|
|
12
|
+
"agent",
|
|
13
|
+
"claude",
|
|
14
|
+
"codex",
|
|
15
|
+
"gemini",
|
|
16
|
+
"code-generation",
|
|
17
|
+
"forge",
|
|
18
|
+
"tribunal",
|
|
19
|
+
"synthesis",
|
|
20
|
+
"council",
|
|
21
|
+
"conquer",
|
|
22
|
+
"agon",
|
|
23
|
+
"kernlang"
|
|
24
|
+
],
|
|
25
|
+
"homepage": "https://github.com/KERNlang/agon#readme",
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/KERNlang/agon/issues"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/KERNlang/agon.git",
|
|
32
|
+
"directory": "packages/cli"
|
|
33
|
+
},
|
|
34
|
+
"author": "KERNlang",
|
|
35
|
+
"license": "MIT",
|
|
5
36
|
"bin": {
|
|
6
37
|
"agon": "./dist/index.js"
|
|
7
38
|
},
|
|
39
|
+
"engines": {
|
|
40
|
+
"node": ">=22"
|
|
41
|
+
},
|
|
8
42
|
"files": [
|
|
9
|
-
"dist"
|
|
43
|
+
"dist",
|
|
44
|
+
"README.md",
|
|
45
|
+
"LICENSE"
|
|
10
46
|
],
|
|
11
47
|
"publishConfig": {
|
|
12
48
|
"access": "public"
|
|
@@ -22,8 +58,8 @@
|
|
|
22
58
|
"@kernlang/agon-dedup": "^0.1.0",
|
|
23
59
|
"@ai-sdk/anthropic": "^3.0.67",
|
|
24
60
|
"@ai-sdk/openai-compatible": "^2.0.40",
|
|
25
|
-
"@kernlang/protocol": "~3.5.
|
|
26
|
-
"@kernlang/terminal": "~3.5.
|
|
61
|
+
"@kernlang/protocol": "~3.5.7",
|
|
62
|
+
"@kernlang/terminal": "~3.5.7",
|
|
27
63
|
"ai": "^6.0.149",
|
|
28
64
|
"citty": "^0.1.6",
|
|
29
65
|
"ink": "^7.0.1",
|