nexus-agents 2.26.1 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dist/{chunk-X33QNBGA.js → chunk-E7EX2KQJ.js} +3 -5
- package/dist/{chunk-X33QNBGA.js.map → chunk-E7EX2KQJ.js.map} +1 -1
- package/dist/{chunk-BOWNZMPH.js → chunk-L2SHSW4T.js} +3017 -1300
- package/dist/chunk-L2SHSW4T.js.map +1 -0
- package/dist/{chunk-ARNVVQ5W.js → chunk-LKSTILEE.js} +1213 -117
- package/dist/chunk-LKSTILEE.js.map +1 -0
- package/dist/{chunk-L3LQ3RP5.js → chunk-QZEAD6AG.js} +10339 -6289
- package/dist/chunk-QZEAD6AG.js.map +1 -0
- package/dist/{chunk-LCHCASB7.js → chunk-UGNLR4NZ.js} +2 -2
- package/dist/{chunk-UVQ7R4C4.js → chunk-YSDUVCCZ.js} +137 -717
- package/dist/chunk-YSDUVCCZ.js.map +1 -0
- package/dist/cli.d.ts +8 -1
- package/dist/cli.js +644 -216
- package/dist/cli.js.map +1 -1
- package/dist/{dist-Y5F6UM2N.js → dist-H5XNXVAV.js} +1384 -1295
- package/dist/dist-H5XNXVAV.js.map +1 -0
- package/dist/doctor-deep-BDE2PHVX.js +11 -0
- package/dist/index.d.ts +4299 -7411
- package/dist/index.js +588 -132
- package/dist/index.js.map +1 -1
- package/dist/{setup-command-VNF3KTCJ.js → setup-command-SS7LMN7Y.js} +5 -6
- package/dist/setup-config-DSMOOLVW.js +9 -0
- package/dist/workflows/templates/code-review.yaml +1 -1
- package/dist/workflows/templates/refactoring.yaml +1 -1
- package/dist/workflows/templates/research-review.yaml +19 -4
- package/dist/workflows/templates/security-audit.yaml +1 -1
- package/dist/workflows/templates/standards-review.yaml +1 -1
- package/package.json +12 -12
- package/src/workflows/templates/code-review.yaml +1 -1
- package/src/workflows/templates/refactoring.yaml +1 -1
- package/src/workflows/templates/research-review.yaml +19 -4
- package/src/workflows/templates/security-audit.yaml +1 -1
- package/src/workflows/templates/standards-review.yaml +1 -1
- package/dist/chunk-ARNVVQ5W.js.map +0 -1
- package/dist/chunk-BOWNZMPH.js.map +0 -1
- package/dist/chunk-L3LQ3RP5.js.map +0 -1
- package/dist/chunk-LCDOP543.js +0 -365
- package/dist/chunk-LCDOP543.js.map +0 -1
- package/dist/chunk-PGNRXCYY.js +0 -776
- package/dist/chunk-PGNRXCYY.js.map +0 -1
- package/dist/chunk-UVQ7R4C4.js.map +0 -1
- package/dist/dist-Y5F6UM2N.js.map +0 -1
- package/dist/doctor-deep-I2J5CRFG.js +0 -13
- package/dist/setup-config-VQSWWJ5O.js +0 -9
- /package/dist/{chunk-LCHCASB7.js.map → chunk-UGNLR4NZ.js.map} +0 -0
- /package/dist/{doctor-deep-I2J5CRFG.js.map → doctor-deep-BDE2PHVX.js.map} +0 -0
- /package/dist/{setup-command-VNF3KTCJ.js.map → setup-command-SS7LMN7Y.js.map} +0 -0
- /package/dist/{setup-config-VQSWWJ5O.js.map → setup-config-DSMOOLVW.js.map} +0 -0
|
@@ -7,11 +7,10 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-BOWNZMPH.js";
|
|
10
|
+
} from "./chunk-YSDUVCCZ.js";
|
|
11
|
+
import "./chunk-LKSTILEE.js";
|
|
12
|
+
import "./chunk-UGNLR4NZ.js";
|
|
13
|
+
import "./chunk-L2SHSW4T.js";
|
|
15
14
|
import "./chunk-UP2VWCW5.js";
|
|
16
15
|
export {
|
|
17
16
|
detectEnvironment,
|
|
@@ -23,4 +22,4 @@ export {
|
|
|
23
22
|
setupCommand,
|
|
24
23
|
setupCommandAsync
|
|
25
24
|
};
|
|
26
|
-
//# sourceMappingURL=setup-command-
|
|
25
|
+
//# sourceMappingURL=setup-command-SS7LMN7Y.js.map
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
name: research-review
|
|
2
|
-
version: '1.
|
|
2
|
+
version: '1.1.0'
|
|
3
3
|
description: |
|
|
4
4
|
Automated research review workflow that discovers new papers and repositories,
|
|
5
|
-
analyzes their relevance, votes on prioritization via consensus,
|
|
6
|
-
approved entries in the research registry
|
|
5
|
+
analyzes their relevance, votes on prioritization via consensus, catalogs
|
|
6
|
+
approved entries in the research registry, and synthesizes findings into
|
|
7
|
+
topic clusters with themes, insights, and implementation opportunities.
|
|
7
8
|
|
|
8
9
|
inputs:
|
|
9
10
|
- name: topic
|
|
@@ -53,7 +54,7 @@ steps:
|
|
|
53
54
|
timeout: 180000
|
|
54
55
|
|
|
55
56
|
- id: vote
|
|
56
|
-
agent:
|
|
57
|
+
agent: orchestrator
|
|
57
58
|
action: consensus_vote
|
|
58
59
|
description: |
|
|
59
60
|
Run consensus voting on which discoveries to prioritize.
|
|
@@ -81,4 +82,18 @@ steps:
|
|
|
81
82
|
- vote
|
|
82
83
|
timeout: 60000
|
|
83
84
|
|
|
85
|
+
- id: synthesize
|
|
86
|
+
agent: research_expert
|
|
87
|
+
action: synthesize_findings
|
|
88
|
+
description: |
|
|
89
|
+
Synthesize the full research registry by grouping papers into
|
|
90
|
+
topic clusters. Generate structured summaries with common themes,
|
|
91
|
+
key insights, techniques, implementation opportunities, and gaps.
|
|
92
|
+
Identify cross-cutting themes spanning multiple topic areas.
|
|
93
|
+
inputs:
|
|
94
|
+
topic: ${{ inputs.topic }}
|
|
95
|
+
dependsOn:
|
|
96
|
+
- catalog
|
|
97
|
+
timeout: 60000
|
|
98
|
+
|
|
84
99
|
timeout: 600000
|
|
@@ -105,7 +105,7 @@ steps:
|
|
|
105
105
|
|
|
106
106
|
# Step 5: Synthesize all findings into standards compliance report
|
|
107
107
|
- id: report
|
|
108
|
-
agent:
|
|
108
|
+
agent: orchestrator
|
|
109
109
|
action: synthesize_standards_report
|
|
110
110
|
description: |
|
|
111
111
|
Combines all standards check results into a unified report:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.28.0",
|
|
4
4
|
"description": "Multi-agent orchestration MCP server with model diversity and workflow automation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"node": ">=22.0.0"
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
|
-
"@atproto/api": "^0.19.
|
|
51
|
+
"@atproto/api": "^0.19.3"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
@@ -56,27 +56,27 @@
|
|
|
56
56
|
"@fastify/rate-limit": "^10.3.0",
|
|
57
57
|
"@fastify/swagger": "^9.7.0",
|
|
58
58
|
"@fastify/swagger-ui": "^5.2.5",
|
|
59
|
-
"@google/genai": "^1.
|
|
59
|
+
"@google/genai": "^1.45.0",
|
|
60
60
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
61
|
-
"
|
|
61
|
+
"better-sqlite3": "^12.8.0",
|
|
62
|
+
"fastify": "^5.8.2",
|
|
62
63
|
"jsonc-parser": "^3.3.1",
|
|
63
64
|
"ollama": "^0.6.3",
|
|
64
|
-
"openai": "^6.
|
|
65
|
+
"openai": "^6.29.0",
|
|
65
66
|
"semver": "^7.7.4",
|
|
66
67
|
"tiktoken": "^1.0.22",
|
|
67
|
-
"better-sqlite3": "^12.6.2",
|
|
68
68
|
"yaml": "^2.8.2",
|
|
69
|
-
"zod": "^3.
|
|
69
|
+
"zod": "^4.3.6"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
73
|
-
"@ai-sdk/google": "^3.0.
|
|
74
|
-
"@ai-sdk/openai": "^3.0.
|
|
72
|
+
"@ai-sdk/anthropic": "^3.0.58",
|
|
73
|
+
"@ai-sdk/google": "^3.0.43",
|
|
74
|
+
"@ai-sdk/openai": "^3.0.41",
|
|
75
75
|
"@types/better-sqlite3": "^7.6.13",
|
|
76
76
|
"@types/semver": "^7.7.1",
|
|
77
|
-
"ai": "^6.0.
|
|
77
|
+
"ai": "^6.0.116",
|
|
78
78
|
"ts-morph": "^27.0.2",
|
|
79
|
-
"tsup": "^8.
|
|
79
|
+
"tsup": "^8.5.1",
|
|
80
80
|
"typedoc": "0.28.17"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
name: research-review
|
|
2
|
-
version: '1.
|
|
2
|
+
version: '1.1.0'
|
|
3
3
|
description: |
|
|
4
4
|
Automated research review workflow that discovers new papers and repositories,
|
|
5
|
-
analyzes their relevance, votes on prioritization via consensus,
|
|
6
|
-
approved entries in the research registry
|
|
5
|
+
analyzes their relevance, votes on prioritization via consensus, catalogs
|
|
6
|
+
approved entries in the research registry, and synthesizes findings into
|
|
7
|
+
topic clusters with themes, insights, and implementation opportunities.
|
|
7
8
|
|
|
8
9
|
inputs:
|
|
9
10
|
- name: topic
|
|
@@ -53,7 +54,7 @@ steps:
|
|
|
53
54
|
timeout: 180000
|
|
54
55
|
|
|
55
56
|
- id: vote
|
|
56
|
-
agent:
|
|
57
|
+
agent: orchestrator
|
|
57
58
|
action: consensus_vote
|
|
58
59
|
description: |
|
|
59
60
|
Run consensus voting on which discoveries to prioritize.
|
|
@@ -81,4 +82,18 @@ steps:
|
|
|
81
82
|
- vote
|
|
82
83
|
timeout: 60000
|
|
83
84
|
|
|
85
|
+
- id: synthesize
|
|
86
|
+
agent: research_expert
|
|
87
|
+
action: synthesize_findings
|
|
88
|
+
description: |
|
|
89
|
+
Synthesize the full research registry by grouping papers into
|
|
90
|
+
topic clusters. Generate structured summaries with common themes,
|
|
91
|
+
key insights, techniques, implementation opportunities, and gaps.
|
|
92
|
+
Identify cross-cutting themes spanning multiple topic areas.
|
|
93
|
+
inputs:
|
|
94
|
+
topic: ${{ inputs.topic }}
|
|
95
|
+
dependsOn:
|
|
96
|
+
- catalog
|
|
97
|
+
timeout: 60000
|
|
98
|
+
|
|
84
99
|
timeout: 600000
|
|
@@ -105,7 +105,7 @@ steps:
|
|
|
105
105
|
|
|
106
106
|
# Step 5: Synthesize all findings into standards compliance report
|
|
107
107
|
- id: report
|
|
108
|
-
agent:
|
|
108
|
+
agent: orchestrator
|
|
109
109
|
action: synthesize_standards_report
|
|
110
110
|
description: |
|
|
111
111
|
Combines all standards check results into a unified report:
|