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.
Files changed (49) hide show
  1. package/README.md +7 -7
  2. package/dist/{chunk-X33QNBGA.js → chunk-E7EX2KQJ.js} +3 -5
  3. package/dist/{chunk-X33QNBGA.js.map → chunk-E7EX2KQJ.js.map} +1 -1
  4. package/dist/{chunk-BOWNZMPH.js → chunk-L2SHSW4T.js} +3017 -1300
  5. package/dist/chunk-L2SHSW4T.js.map +1 -0
  6. package/dist/{chunk-ARNVVQ5W.js → chunk-LKSTILEE.js} +1213 -117
  7. package/dist/chunk-LKSTILEE.js.map +1 -0
  8. package/dist/{chunk-L3LQ3RP5.js → chunk-QZEAD6AG.js} +10339 -6289
  9. package/dist/chunk-QZEAD6AG.js.map +1 -0
  10. package/dist/{chunk-LCHCASB7.js → chunk-UGNLR4NZ.js} +2 -2
  11. package/dist/{chunk-UVQ7R4C4.js → chunk-YSDUVCCZ.js} +137 -717
  12. package/dist/chunk-YSDUVCCZ.js.map +1 -0
  13. package/dist/cli.d.ts +8 -1
  14. package/dist/cli.js +644 -216
  15. package/dist/cli.js.map +1 -1
  16. package/dist/{dist-Y5F6UM2N.js → dist-H5XNXVAV.js} +1384 -1295
  17. package/dist/dist-H5XNXVAV.js.map +1 -0
  18. package/dist/doctor-deep-BDE2PHVX.js +11 -0
  19. package/dist/index.d.ts +4299 -7411
  20. package/dist/index.js +588 -132
  21. package/dist/index.js.map +1 -1
  22. package/dist/{setup-command-VNF3KTCJ.js → setup-command-SS7LMN7Y.js} +5 -6
  23. package/dist/setup-config-DSMOOLVW.js +9 -0
  24. package/dist/workflows/templates/code-review.yaml +1 -1
  25. package/dist/workflows/templates/refactoring.yaml +1 -1
  26. package/dist/workflows/templates/research-review.yaml +19 -4
  27. package/dist/workflows/templates/security-audit.yaml +1 -1
  28. package/dist/workflows/templates/standards-review.yaml +1 -1
  29. package/package.json +12 -12
  30. package/src/workflows/templates/code-review.yaml +1 -1
  31. package/src/workflows/templates/refactoring.yaml +1 -1
  32. package/src/workflows/templates/research-review.yaml +19 -4
  33. package/src/workflows/templates/security-audit.yaml +1 -1
  34. package/src/workflows/templates/standards-review.yaml +1 -1
  35. package/dist/chunk-ARNVVQ5W.js.map +0 -1
  36. package/dist/chunk-BOWNZMPH.js.map +0 -1
  37. package/dist/chunk-L3LQ3RP5.js.map +0 -1
  38. package/dist/chunk-LCDOP543.js +0 -365
  39. package/dist/chunk-LCDOP543.js.map +0 -1
  40. package/dist/chunk-PGNRXCYY.js +0 -776
  41. package/dist/chunk-PGNRXCYY.js.map +0 -1
  42. package/dist/chunk-UVQ7R4C4.js.map +0 -1
  43. package/dist/dist-Y5F6UM2N.js.map +0 -1
  44. package/dist/doctor-deep-I2J5CRFG.js +0 -13
  45. package/dist/setup-config-VQSWWJ5O.js +0 -9
  46. /package/dist/{chunk-LCHCASB7.js.map → chunk-UGNLR4NZ.js.map} +0 -0
  47. /package/dist/{doctor-deep-I2J5CRFG.js.map → doctor-deep-BDE2PHVX.js.map} +0 -0
  48. /package/dist/{setup-command-VNF3KTCJ.js.map → setup-command-SS7LMN7Y.js.map} +0 -0
  49. /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-UVQ7R4C4.js";
11
- import "./chunk-ARNVVQ5W.js";
12
- import "./chunk-LCHCASB7.js";
13
- import "./chunk-LCDOP543.js";
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-VNF3KTCJ.js.map
25
+ //# sourceMappingURL=setup-command-SS7LMN7Y.js.map
@@ -0,0 +1,9 @@
1
+ import {
2
+ runConfigInitSync
3
+ } from "./chunk-UGNLR4NZ.js";
4
+ import "./chunk-L2SHSW4T.js";
5
+ import "./chunk-UP2VWCW5.js";
6
+ export {
7
+ runConfigInitSync
8
+ };
9
+ //# sourceMappingURL=setup-config-DSMOOLVW.js.map
@@ -65,7 +65,7 @@ steps:
65
65
 
66
66
  # Step 3: Synthesize reviews into final report
67
67
  - id: synthesize
68
- agent: tech_lead
68
+ agent: orchestrator
69
69
  action: synthesize_reviews
70
70
  description: |
71
71
  Combines analysis results into actionable recommendations:
@@ -65,7 +65,7 @@ steps:
65
65
 
66
66
  # Step 3: Create refactoring plan
67
67
  - id: plan
68
- agent: tech_lead
68
+ agent: orchestrator
69
69
  action: create_refactoring_plan
70
70
  description: |
71
71
  Creates prioritized refactoring plan:
@@ -1,9 +1,10 @@
1
1
  name: research-review
2
- version: '1.0.0'
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, and catalogs
6
- approved entries in the research registry. Creates GitHub issues for tracking.
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: tech_lead
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: Generate security report
107
107
  - id: report
108
- agent: tech_lead
108
+ agent: orchestrator
109
109
  action: generate_security_report
110
110
  description: |
111
111
  Generates comprehensive security report:
@@ -105,7 +105,7 @@ steps:
105
105
 
106
106
  # Step 5: Synthesize all findings into standards compliance report
107
107
  - id: report
108
- agent: tech_lead
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.26.1",
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.0"
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.43.0",
59
+ "@google/genai": "^1.45.0",
60
60
  "@modelcontextprotocol/sdk": "^1.27.1",
61
- "fastify": "^5.7.4",
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.25.0",
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.24.0"
69
+ "zod": "^4.3.6"
70
70
  },
71
71
  "devDependencies": {
72
- "@ai-sdk/anthropic": "^3.0.53",
73
- "@ai-sdk/google": "^3.0.36",
74
- "@ai-sdk/openai": "^3.0.39",
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.108",
77
+ "ai": "^6.0.116",
78
78
  "ts-morph": "^27.0.2",
79
- "tsup": "^8.3.0",
79
+ "tsup": "^8.5.1",
80
80
  "typedoc": "0.28.17"
81
81
  },
82
82
  "peerDependencies": {
@@ -65,7 +65,7 @@ steps:
65
65
 
66
66
  # Step 3: Synthesize reviews into final report
67
67
  - id: synthesize
68
- agent: tech_lead
68
+ agent: orchestrator
69
69
  action: synthesize_reviews
70
70
  description: |
71
71
  Combines analysis results into actionable recommendations:
@@ -65,7 +65,7 @@ steps:
65
65
 
66
66
  # Step 3: Create refactoring plan
67
67
  - id: plan
68
- agent: tech_lead
68
+ agent: orchestrator
69
69
  action: create_refactoring_plan
70
70
  description: |
71
71
  Creates prioritized refactoring plan:
@@ -1,9 +1,10 @@
1
1
  name: research-review
2
- version: '1.0.0'
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, and catalogs
6
- approved entries in the research registry. Creates GitHub issues for tracking.
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: tech_lead
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: Generate security report
107
107
  - id: report
108
- agent: tech_lead
108
+ agent: orchestrator
109
109
  action: generate_security_report
110
110
  description: |
111
111
  Generates comprehensive security report:
@@ -105,7 +105,7 @@ steps:
105
105
 
106
106
  # Step 5: Synthesize all findings into standards compliance report
107
107
  - id: report
108
- agent: tech_lead
108
+ agent: orchestrator
109
109
  action: synthesize_standards_report
110
110
  description: |
111
111
  Combines all standards check results into a unified report: